Click here to Skip to main content
15,905,419 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralGRID HORIZONTAL SCROLL BAR Pin
r_anand13-May-05 3:02
r_anand13-May-05 3:02 
Generalproblem with windows service Pin
besah12-May-05 23:45
besah12-May-05 23:45 
QuestionHow to use the select item of listview? Pin
rushing12-May-05 23:16
rushing12-May-05 23:16 
AnswerRe: How to use the select item of listview? Pin
carlos_rocha13-May-05 0:15
carlos_rocha13-May-05 0:15 
Generalconvert hexadecimal to text Pin
AtcKit12-May-05 22:07
AtcKit12-May-05 22:07 
QuestionHow to know the right click event? Pin
rushing12-May-05 21:12
rushing12-May-05 21:12 
AnswerRe: How to know the right click event? Pin
carlos_rocha12-May-05 22:34
carlos_rocha12-May-05 22:34 
GeneralMSMQ problem Pin
nitin_ion12-May-05 20:42
nitin_ion12-May-05 20:42 
I am sending a message using MSMQ to a network computer. i am able to send the message without any error, which i can confirm from my Outgoing Queue.

Now the problem part:
Even though the Outgoing Queue is showing that i am sending the messag, but it is not showing the Queue Message which i am sending. And i the other system's Queue is also empty. Below is the code i am using. Correct me if i am wrong.

Dim mq As MessageQueue = New MessageQueue
Try
mq.Path = "FormatName:Direct=OS:IP-Address of the system\Private$\ABC"
mq.Send("hello")
Catch ex As Exception
MsgBox(ex.ToString)
End Try


I have solved the problem, i was passing the IP address, instead i should have passed the AD name. Now it's working"

Now i am trying to get the acknowledgement of the message and this is what i am trying

Dim msg As Message = New Message

msg.AcknowledgeType = AcknowledgeTypes.FullReachQueue
msg.Body = "Hello"

now i am not sure i am getting any acknowledgement. I think that i should get an empty message in my queue as acknowledgement. Correct me if iam wrong
GeneralDownloading a CSV file from a password protected ( form's authentication) site. Screen Scrapig Method Pin
rvrajvarshan12-May-05 18:50
rvrajvarshan12-May-05 18:50 
Generalvb/winsock programming Pin
clikemoon12-May-05 18:32
clikemoon12-May-05 18:32 
Generalvb.net and ms word Pin
87612-May-05 16:58
87612-May-05 16:58 
QuestionHow to pass arraylist to the winform? Pin
rushing12-May-05 16:23
rushing12-May-05 16:23 
AnswerRe: How to pass arraylist to the winform? Pin
Scott Page20-May-05 6:57
professionalScott Page20-May-05 6:57 
GeneralRe: How to pass arraylist to the winform? Pin
rushing23-May-05 17:08
rushing23-May-05 17:08 
Generalsearch database and display data on the screen Pin
vaiology12-May-05 16:17
vaiology12-May-05 16:17 
GeneralRe: search database and display data on the screen Pin
numbrel14-May-05 11:19
numbrel14-May-05 11:19 
GeneralSystem.Security.Permissions Pin
MagicCity12-May-05 10:45
MagicCity12-May-05 10:45 
GeneralRe: System.Security.Permissions Pin
Dave Kreskowiak12-May-05 12:40
mveDave Kreskowiak12-May-05 12:40 
GeneralSending SMS in VB6 Pin
rifan12-May-05 9:54
rifan12-May-05 9:54 
GeneralRe: Sending SMS in VB6 Pin
Dave Kreskowiak12-May-05 12:31
mveDave Kreskowiak12-May-05 12:31 
GeneralRe: Sending SMS in VB6 Pin
rifan12-May-05 16:33
rifan12-May-05 16:33 
GeneralRe: Sending SMS in VB6 Pin
Dave Kreskowiak13-May-05 0:51
mveDave Kreskowiak13-May-05 0:51 
GeneralRe: Sending SMS in VB6 Pin
jonathan1512-May-05 22:54
jonathan1512-May-05 22:54 
GeneralVB.Net Module coding Pin
directred12-May-05 8:04
directred12-May-05 8:04 
GeneralRe: VB.Net Module coding Pin
Dave Kreskowiak12-May-05 8:38
mveDave Kreskowiak12-May-05 8:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.