| Author | 
		  Message | 
  		
  		
		     Topic: how to compile the my mq monitor tool in VB.net? | 
  		
  		
		  cliao
  
	  	  Replies: 6 Views: 2957
  | 
		   Forum: General IBM MQ Support   Posted: Wed Nov 24, 2004 8:51 am   Subject: how to compile the my mq monitor tool in VB.net? | 
  		
  		
		  is it possible that I can do it without installing the client on that machine?
 
 Thanks,
 Lei | 
  		
  		
		     Topic: how to compile the my mq monitor tool in VB.net? | 
  		
  		
		  cliao
  
	  	  Replies: 6 Views: 2957
  | 
		   Forum: General IBM MQ Support   Posted: Tue Nov 23, 2004 8:05 am   Subject: how to compile the my mq monitor tool in VB.net? | 
  		
  		
		  No, the machine I tried to run doesn't have the client installed, is that what I need to do?  It does have the .net framework installed.
 
 Thanks,
 Lei | 
  		
  		
		     Topic: how to compile the my mq monitor tool in VB.net? | 
  		
  		
		  cliao
  
	  	  Replies: 6 Views: 2957
  | 
		   Forum: General IBM MQ Support   Posted: Fri Nov 19, 2004 11:32 am   Subject: how to compile the my mq monitor tool in VB.net? | 
  		
  		
		  | I tried to build a solution with the VB.net to create the setup file for my MQ Monitor tool, however, the error message I got when I ran the exe was the throw exception error.  But I don't have that e ... | 
  		
  		
		     Topic: WriteString writes strange character | 
  		
  		
		  cliao
  
	  	  Replies: 2 Views: 1978
  | 
		   Forum: IBM MQ API Support   Posted: Thu Nov 11, 2004 8:03 am   Subject: WriteString writes strange character | 
  		
  		
		  this is the code I have,
 
 *******************************************************
 Dim mqMsg As MQMessage                      '* MQMessage instance
             Dim mqPutMsgOpts As MQPutMessageOpti ... | 
  		
  		
		     Topic: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  cliao
  
	  	  Replies: 10 Views: 5011
  | 
		   Forum: IBM MQ API Support   Posted: Thu Nov 11, 2004 7:24 am   Subject: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  Yes, I have solve the problem.  Thanks for all the help.
 
 cl | 
  		
  		
		     Topic: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  cliao
  
	  	  Replies: 10 Views: 5011
  | 
		   Forum: IBM MQ API Support   Posted: Mon Oct 18, 2004 8:07 am   Subject: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  this is what I have, and I got the mq selector error.
 
 ************************************************************
 Try
             objQueue = objQMgr.AccessQueue(strQname, MQC.MQOO_SET + MQC.MQOO ... | 
  		
  		
		     Topic: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  cliao
  
	  	  Replies: 10 Views: 5011
  | 
		   Forum: IBM MQ API Support   Posted: Wed Oct 13, 2004 11:39 am   Subject: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  sorry to bother you, but would you please let me know where I can get that manual?
 
 Thanks, | 
  		
  		
		     Topic: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  cliao
  
	  	  Replies: 10 Views: 5011
  | 
		   Forum: IBM MQ API Support   Posted: Mon Oct 11, 2004 6:33 am   Subject: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  | I know there's sample programs come with it.  However, there no sample on how to turn the trigger of the queue on/off. | 
  		
  		
		     Topic: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  cliao
  
	  	  Replies: 10 Views: 5011
  | 
		   Forum: IBM MQ API Support   Posted: Fri Oct 08, 2004 8:59 am   Subject: need sample code in vb.net on set the trigger on and off | 
  		
  		
		  Can some one give me an example on how to set the trigger on and off on an queue using vb.net?
 
 Thanks,
 Lei | 
  		
  		
		     Topic: sample for browsing message in vb.net | 
  		
  		
		  cliao
  
	  	  Replies: 7 Views: 4669
  | 
		   Forum: IBM MQ API Support   Posted: Wed Oct 06, 2004 12:48 pm   Subject: sample for browsing message in vb.net | 
  		
  		
		  Thank you for all your information.  Now I can browse the messages in the queue.
 
 Thanks for the help.
 
 Lei | 
  		
  		
		     Topic: sample for browsing message in vb.net | 
  		
  		
		  cliao
  
	  	  Replies: 7 Views: 4669
  | 
		   Forum: IBM MQ API Support   Posted: Wed Oct 06, 2004 10:41 am   Subject: sample for browsing message in vb.net | 
  		
  		
		  This is what I have,
 
 objQueue = objQMgr.AccessQueue(strQname, MQC.MQOO_BROWSE + MQC.MQOO_FAIL_IF_QUIESCING) 
 
 Dim mqMsg As MQMessage                      '* MQMessage instance
                 Di ... | 
  		
  		
		     Topic: sample for browsing message in vb.net | 
  		
  		
		  cliao
  
	  	  Replies: 7 Views: 4669
  | 
		   Forum: IBM MQ API Support   Posted: Wed Oct 06, 2004 6:04 am   Subject: sample for browsing message in vb.net | 
  		
  		
		  Can someone give me an example on how to browsing message in vb.net?
 
 thanks,
 Lei | 
  		
  		
		     Topic: how to keep the msg in the queue after doing a get? | 
  		
  		
		  cliao
  
	  	  Replies: 4 Views: 2972
  | 
		   Forum: IBM MQ API Support   Posted: Mon Sep 13, 2004 8:21 am   Subject: how to keep the msg in the queue after doing a get? | 
  		
  		
		  | Thank you guys.  I will try to use Browse instead of Get.  the reason I want to keep the message in the queue is because this program I am writing just act as a monitor of the queue.  Once we find out ... | 
  		
  		
		     Topic: how to keep the msg in the queue after doing a get? | 
  		
  		
		  cliao
  
	  	  Replies: 4 Views: 2972
  | 
		   Forum: IBM MQ API Support   Posted: Mon Sep 13, 2004 7:41 am   Subject: how to keep the msg in the queue after doing a get? | 
  		
  		
		  my program is reading the queue from the server, however, after it gets the message, it got deleted from the queue.  How can I have it read the message, but still keep the message in the queue?
 
 tha ... | 
  		
  		
		     Topic: how to use MQINQ in vb.net | 
  		
  		
		  cliao
  
	  	  Replies: 3 Views: 2655
  | 
		   Forum: IBM MQ API Support   Posted: Fri Sep 10, 2004 7:29 am   Subject: how to use MQINQ in vb.net | 
  		
  		
		  Thank you for your inputs.  I got it to work now.  you are right, I should have that on the Queue, not the queue manager.
 
 Thanks for the help.
 
 Lei |