| Thread | Last Post | Replies |
|
| Listview in Usercontrol question | 09 Nov 2006 21:29 GMT | 3 |
I have a form that has a user control on it. This usercontrol has a listview in it. How does the form get the selected item from the listview. This is what is happnening: the listview has basic information in it,
|
| Printer scalemode? | 09 Nov 2006 10:29 GMT | 13 |
I use the following code to print images and labels. It use to work fine until I bought a new printer (Canon iP4300). Now the images and labels are printed in a very small circle instead of a large circle filling the whole paper.
|
| Timer alternative | 08 Nov 2006 23:04 GMT | 2 |
I'm writing a program where it scanns the differnt values from an OPC-server which is connect to several PLC-systems. For each PLC-system I have to read 16 differnt values and there are around 40 systems.
|
| Opening multiple files | 08 Nov 2006 18:51 GMT | 2 |
I'm building an app that should open multiple files at once. But when opening files using the shell menu's "Open With..." option, only the first file in the list is passed to the command function. Why is that?
|
| VB6 Type Conversion Errors | 08 Nov 2006 18:00 GMT | 12 |
Hi group. Can anyone explain why I get the following in VB6? Originally I thought it was because the intermediate result was greater than an Integer type, but that's not true as the same error happens using 163.635
|
| IsNumeric issue | 08 Nov 2006 16:08 GMT | 5 |
I want to make sure users have entered valid numeric values so I check the textboxes with IsNumeric. While testing I found that IsNumeric will return true for values that technically aren't valid numbers. It looks like the function makes a few checks but not enough. For example it ...
|
| DataEnvironment: Can't open properties window for a command | 07 Nov 2006 21:04 GMT | 4 |
Whenever I right click the command, and choose "Properties", I don't get the properties window. Instead I get the Design window. In fact I get the same result if I choose "Design" or "Properties". I notice that the properties window pops up for a split second and then
|
| Faster printing | 07 Nov 2006 18:38 GMT | 1 |
I have a lable-like control and the bootleneck is the Print statement: --------------- Print sWord; sChar; ---------------
|
| Cannot display contents of TDBList | 07 Nov 2006 17:08 GMT | 1 |
Hello all, I have been having problems displaying contents of TDBlist for sometime. I think there is something really small that needs to be corrected, not sure what it is. Here is the code
|
| VB6 export to Excel fails on some XP machines | 07 Nov 2006 16:34 GMT | 5 |
When running a VB6 application I wrote on various PC's I found that one function -export to Excel- works on most, but not on some. The application is just writing the contents of a datagrid to an excel worksheet after creating the
|
| VB6 = Dead? | 07 Nov 2006 15:58 GMT | 30 |
I announced that I was writing a program in VB6, and this was the reply I got.....Does he have a valid point? Personally I can't see it happening any time soon..... <snip>
|
| Linking a Webpage to a VB App | 07 Nov 2006 15:55 GMT | 3 |
This is one of those annoying little problems that I thought I knew how to approach before I really started looking at it. The more I research it, though, the less I feel like I understand :-( What I have is a VB6 app running on a web server. When someone
|
| Transparency | 07 Nov 2006 13:34 GMT | 1 |
Is there a way through the use of an api (or some better method) to have a transparent background in a form and or an activex control? Any help is appreciated. Dan
|
| Encryption program | 07 Nov 2006 12:49 GMT | 2 |
I need to write code that will take the user's
|
| Printer.Print line with vbCrlf | 07 Nov 2006 09:23 GMT | 8 |
I'm trying to print the content of a Label on my form. The printer is positioned in the middle of the page. When I try this: LB.Caption = sLink & vbCrLf & sGrade
|