| Thread | Last Post | Replies |
|
| Synchronized ActiveX-EXE | 14 Nov 2004 16:27 GMT | 2 |
I have a question for ActiveX-EXE Components. We implement an ActiveX-EXE, which should run on a server-machine. Clients access this Server-Application over the network by using COM+ : CreateObject(<class>, <server>). The server-app implements one central Object-List (Collection) ...
|
| HELP!! My "File->"Make ProjectName Exe" menu is greyed out? | 14 Nov 2004 01:55 GMT | 1 |
My "File->"Make ProjectName Exe" menu is greyed out? I can't compile my project???? How do I enable this menu? I have been using VB6 sp6 Studio Edition.
|
| Runtime error 372 with msflexgrid control on LCD flat screen monit | 12 Nov 2004 16:24 GMT | 4 |
I have a visual basic 6.0 enterprise edition program in a shared directory so that multiuser can access and ru it. It works fine on a regular monitors, but I got an error message when it was run on the LCD flat screen monitor. Both computers use Wondow XP. The error message is:
|
| hai I have problem of saving the modified picture in picturebox | 12 Nov 2004 16:07 GMT | 2 |
hai, I have problem of saving the modified picture in picturebox. I wrote some text on the picture using "Picture1.Print "text" ". But when saved using "SavePicture Picture1.Picture, "c:\temp.jpg" " the modifications are not
|
| Build an NT Service in Visual Basic 6??? | 11 Nov 2004 18:34 GMT | 5 |
I am trying to figure out how to Build an NT Service in Visual Basic? It needs to be running in the background all the time but also must have a form that can be displayed even before the user logs in. Can any one point me in the right direction please.
|
| REQ: logfile / resumefile | 11 Nov 2004 17:45 GMT | 6 |
I've a question about using some kind of logfile / resumefile for my application. I'd like to create a file containing the values from the first column of my listview.
|
| HTML2Printer | 11 Nov 2004 12:54 GMT | 1 |
Any ideas how to send HTML document directly to printer? Using IE.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, Null, Null) faile's veeery often :( ErrorMessage 'Method '~' of object '~' failed' (-2147221248) in procedure
|
| XML SQL VB | 11 Nov 2004 06:22 GMT | 1 |
Hi I am trying to speed up an existing code. Now..In ASP page getting the recordset object and they are creating the XML string using the do while loop like
|
| Icons | 10 Nov 2004 21:19 GMT | 3 |
Where can I find a good collection of icons for Visual Basic 6 tool bars? Thanks.
|
| 16 bit sub-system not compatible for MS Dos | 10 Nov 2004 18:37 GMT | 3 |
What is this message and how can I prevent this or correct it? I am using VB60 for the application, and Winzip's self extractor. One of my users is using Windows xp professional and can unzip the file only after he re installs windows, but not long after, he starts
|
| How to create my own VB backup program for a remote MySQL DB | 09 Nov 2004 07:37 GMT | 1 |
I understand that the basic principles to create a TCP/IP backup program for a remote MySQL DB are: a) Query/retrieve the schema. b) Query/retrieve each table and create inserts for each row of data.
|
| Error: 6 Overflow on NT not on W2K | 09 Nov 2004 07:29 GMT | 3 |
I have vendor application that written in VB 6.0 and backend Access 2000 and also send data via client server to SQL server. Now when I try to synch with server I got Error 6: Overflow with NT pro laptop but not on W2K laptop. What could be the cause as specific to platform ...
|
| ListView Control row select problem | 08 Nov 2004 12:57 GMT | 2 |
I am having a problem locating a solution to this annoying little problem that I have. I am using the Microsoft ListView control to display a recordset. Now I have my code automatically selecting the items in the list. And it
|
| listview scroll | 06 Nov 2004 17:40 GMT | 2 |
For example i have 100 items in listview, how to select and scroll to item 50 in code? M.
|
| Multi Monitor | 06 Nov 2004 03:58 GMT | 1 |
My workplace PC is connected to 4 monitors. Now I would like to write a small program in VB that enables starting an other application on a certain monito e.g. monitor 3. Is there an API function for defining a certain monitor as primary monitor
|