| Thread | Last Post | Replies |
|
| VB6 and HTMLHelp crash | 31 May 2005 14:04 GMT | 4 |
I have a VB6 application which uses HTMLHelp. When running the executable, there are reproducible instances where selecting help causes a blank help window to appear at which point the application goes 100% CPU bound and eats up memory for about 30 seconds and then crashes with:
|
| displaying an image on a vb form from a database | 31 May 2005 09:48 GMT | 2 |
I have images stored in an SQL database. I can read them easy enough - how can I display the image in a picture box, or some other holder ? Do I have to save the image as a .jpg or similar and then call LoadPicture ?
|
| Package/Deployment | 31 May 2005 09:33 GMT | 5 |
Hello. I finally got the Package/Deploument Wizard to work (I thought) but when I install the application on my other PC and run it, I get error: 'Path not found 'C:\Program Files\TexasCounties\Images\Bluebonnet.jpg'. I thought the Wizard was supposed to take care of all this and ...
|
| Command Button | 31 May 2005 09:28 GMT | 2 |
Right in the cmdTest there is the variable "I". I would like to have "i" as the index value of the control array but it keep giving me a -1. I would like to have it if I click on the first command button it will be i=0 and so on.
|
| Printing Inbox mail items problem | 31 May 2005 09:26 GMT | 1 |
I have a VB (6.0) application that uses the Outlook object to read the inbox and automatically print selected e-mails. The customer's machine is running Win2000 SP 4. Outlook 2000 SP3. One week it was working just fine. Then IS put an Office 'update' on the
|
| Connection issues with ADO | 31 May 2005 02:23 GMT | 5 |
I distribute an app to various folks that allows them to connect to various SQL Servers. I have no control over what version of ADO they have installed, but it's version 2.5 or higher. With ADO 2.5 the default connection protocol was named pipes. With ADO
|
| Default check box | 30 May 2005 21:44 GMT | 2 |
I am using the graphical style of a check box to get a button on a form. Is there a way to make one of these the one that is selected when the Enter key is pressed? -Dan
|
| Select from a Combo box by the first letter of the list. | 30 May 2005 19:01 GMT | 1 |
I have a combo box that will be populated with upwards of 500 entries. To reduce the legnth of the list is it possible to just give the user a list of the the entries beginning with 'S' if they type 'S' in the combo text box ?? Many thanks for any help.
|
| determining a rising\falling trend | 30 May 2005 18:49 GMT | 5 |
give and array of 5 values, what's a fool proof way to determine wether the overall trend of values it contains is rising or falling, assuming that some of the values may equal each other? for example 1.08
|
| MSCAL.OCX Registration question | 30 May 2005 18:44 GMT | 5 |
I managed to distribute an older version of mscal.ocx (8.0.0.5007) with my VB 6.0 app deployed on a Windows 2003 Terminal Server. This control causes the date numbers to be displayed as dashes. I have a newer version of the ocx file (10.0.0.2601) which I want to register. The ...
|
| about dll ?? | 30 May 2005 17:48 GMT | 2 |
i'm confuse about the dll ?? How can i create a dll ?.. what is dll ??.. thnx .. :)) ..
|
| void test(void){} | 30 May 2005 16:11 GMT | 2 |
|
| 3rd Party ActiveX Form Control... | 30 May 2005 15:42 GMT | 3 |
Hello Friends, I have looked but have not found a 3rd party activex control which is a form. Are there any out there ...? Thanks for any help. :)
|
| Execution error 340. The control group element 31 does not exist. | 30 May 2005 13:02 GMT | 1 |
Hello group, I get the above error trying to execute a software that I wrote. It works OK in developer mode. It compiles OK. But it stucks with the above error (translated from french) when i try to execute the .exe version.
|
| passing value from an aspx page | 30 May 2005 10:20 GMT | 1 |
hi everyone, can anyone point me some help or reference on passing values from an aspx page? i have a vb6 dhtml page which is supposed to retrieve a string variable from an asx page. how do i do it? THanks
|