hi I'm currently writing an application that involves ticketpinters. Does anyone have any idea how to send information (text) to a ticket printer using visual studio 2003? help would be greatly appreciated. thx in advance elfox
fox21
Posts
-
ticketprinters howto urgent please -
toggle button picture disappears when disabledhi everyone I'm writing an applciation in wich I use a toggle button. On the button is a picture: me.ToggleButton.picture = new bitmap(application.startuppath & "\afbeeldingen\min.png" Now the button has to be set disabled on startup. So i write the following code: me.Togglebutton.enabled=false It works, but the picture on my button becomes a gray rectangle??? (so I don't see my picture anymore when disabled) Anyone any ideas thx in advance
-
toggle button picture disappearshi everyone I'm writing an applciation in wich I use a toggle button. On the button is a picture: me.ToggleButton.picture = new bitmap(application.startuppath & "\afbeeldingen\min.png" Now the button has to be set disabled on startup. So i write the following code: me.Togglebutton.enabled=false It works, but the picture on my button becomes a gray rectangle??? (so I don't see my picture anymore when disabled) Anyone any ideas thx in advance
-
background image crystal reports (urgent)Hi, I'm creating an application in vb.net wich uses the crystal reports. But i would like to now if there is a way so set a background image to the report. And if so, how should i do it? thx in advance Roy