| Thread | Last Post | Replies |
|
| How to set print font scaling for barcode print? | 06 May 2008 00:29 GMT | 4 |
can someone show how to change print font width & heigh scaling? I am writing a code for barcode printing on smaller label. I do not want change font size, because this may cause the bar code reader could work well is bar code is too small, I want to keep same font heigh but ...
|
| Objects raising events after "reinstantiation" | 05 May 2008 22:24 GMT | 1 |
I've run into this problem a couple of times when creating objects that raise events but I've always been able to code around it so I never asked the question. I'm using a Process object with .EnableRaisingEvents turned ON and .BeginOutputReadLine() so that I can process the ...
|
| Conferencing Control | 05 May 2008 21:18 GMT | 1 |
Hi I want to create a very basic conferencing functionality. Are there any controls that allow VOIP conferencing, preferably something cheap. The simpler the better as I am a asp.net developer and new to winforms.
|
| Thumbnail Images in Listview (Please Help..) | 05 May 2008 20:50 GMT | 1 |
I am trying to show many Images in a Listview controls with size(100,100). But some of the images sizes are big, like width=238 and height 50. These images does not appear proper in the listview control. What do I need to do to see the Images same as I am looking using windows
|
| DataGridView causing problems | 05 May 2008 20:01 GMT | 3 |
VB 2005 - Windows Vista I have a form that seems to lock up when the number of rows exceed the height of the datagridview. The following code executes when data is received through the serial port (ie. barcode scanning). It seems that
|
| What is the most efficient way ... | 05 May 2008 18:15 GMT | 2 |
Does anyone know an efficient way to generate sound tones in Visual Basic 2005/2008 so that I can specify: - Pitch - Duration
|
| scheduler | 05 May 2008 15:10 GMT | 5 |
i'm trying to create a scheduler program for a friend of mine. he needs to have customer information with a relationship to the scheduler. i'm at a loss trying to get started. can someone guide me? has anyone done this before?
|
| How to change the amount into -ve in CR ? | 05 May 2008 12:05 GMT | 1 |
if {tmp_csinvinfo_os.debit}-{tmp_csinvinfo_os.credit} > 0 then {tmp_csinvinfo_os.netbaseamt} else ({tmp_csinvinfo_os.netbaseamt} *(-1)
|
| ListBox question | 05 May 2008 05:03 GMT | 15 |
Is it possible to address a listbox in a general manner depending on it's number eg ListBox1.
|
| Obtaining Domain Controller | 05 May 2008 04:17 GMT | 1 |
here is a question I've not been able to find the answer too.... I want to find domain controllers(or specifically time servers) on our private network. The computer that will run my app may or may not be in the domain, but is connected to the network.
|
| Closing all forms | 04 May 2008 23:07 GMT | 12 |
I found this nifty routine that closes a form one by one every time it is called. However, I need to hide them instead of closing them. Is there a way to alter the code? I assume it has something to do with this line here...
|
| Moved from VB6 to VS2005 and stumped on simple task | 04 May 2008 20:42 GMT | 6 |
I'm bemused, I'm moving an application I've written from VB6 into VS2005, and I'm getting all the fundamentals over before I delve into the hard part, like getting the forms layout etc....and the simple things, like the 'About' option, opens another form....
|
| Where is the part to set when my mouse pointer move to textbox or label or buton it will display text description ? | 04 May 2008 16:41 GMT | 2 |
Where is the part to set when my mouse pointer move to textbox or label or buton it will display text description ? Regards, Tee
|
| Tool to mark code which has been executed | 04 May 2008 15:45 GMT | 13 |
We're upgrading a very complex VB6 applications (1000+ forms and 300K lines of code) to VB.NET, and then to C#. We need to do a full test after the upgrade is done. Of course there are no docs and hardly any code comments. Does anyone know of a tool that would mark .NET code as
|
| "Late Binding" error is killing me! | 04 May 2008 10:27 GMT | 2 |
I am getting data from a device via UDP packets and they arrive thus: wsInverter.GetData(objData) ' Object required here. I then need to convert each of the returned data of 38 bytes in this packet to their hex values. Decimal would be OK, too, but I can't get
|