| Thread | Last Post | Replies |
|
| Internet Programming | 30 Sep 2005 18:00 GMT | 3 |
When I search for Internet programming with VB6, it always come back with all the ASP posts with VB Script. What I really want to do is to write a VB6 frontend that will collect data and then send the data to a remote computer. The easiest solution is to zip
|
| howto implement an interface for connecting to different datasourc | 29 Sep 2005 20:20 GMT | 2 |
All, Has someone an example of how to connect to different data sources using an interface... Cheers,
|
| HOW CAN I KILL A TASK WHITHIN V.B. CODE | 29 Sep 2005 20:15 GMT | 2 |
I'M DEVELOPING AN APLICATION THAT WORKS WITH WINWORD.EXE BUT IN CERTAIN CASES I NEED TO KILL IT MANUALLY AND I WANT TO AUTOMATIZE THE ACCTION IN THE CODE DOES ANYONE KNOWS WHO CAN I PERFORM THIS IN V.B. 6.0 CODE. THANKS.
|
| XML Programming | 28 Sep 2005 21:06 GMT | 2 |
One of my clients says that they can submit the data in a XML format. They says that I should download the XSD file and format the data. I have no idea what they are talking about. Any help please?
|
| VB6 Recent Tab not showing last opened projects ? | 28 Sep 2005 02:18 GMT | 1 |
VB6 Recent Tab not showing last opened projects ? Any idea please ? Best Regards, Luqman
|
| runtime error | 28 Sep 2005 02:16 GMT | 1 |
I have serious problem when I run the dll project with exe project. When I group the dll project and exe project together to run, i got the run time error "System Error &H80004015 (-2147467243)". However, I even cannot run the dll or ocx project alone, but exe project is OK. How ...
|
| Detecting SQL Server VB6 (specifically) | 28 Sep 2005 02:14 GMT | 1 |
I am building a thin client/fat application. It uses SQL Server (MSDE) as the backend. The "fat" part of the application installs several tools to manage the database where its not possible on the web. Right now, when I build the system, I manually install MSDE, the web portion
|
| Error in registering vb6stkit.dll using regsvr32 | 28 Sep 2005 02:07 GMT | 1 |
When I used regsvr32.exe to register a Dll file like vb6Stkit.dll in the Windows XP Professional, it works. But in XP Service Pack 1 it does not. The following error pops up. vb6stkit.dll was loaded, but the DllRegisterServer entry point was not
|
| Sending multiple files over the network | 28 Sep 2005 02:05 GMT | 1 |
I want to send the multiple files over the network, i am having one window services that services keep on listening the one port and accept the request(multiple client can send the request) that request in the form of requesting some image file
|
| App running as a service eats 100% CPU time | 28 Sep 2005 02:01 GMT | 1 |
I have an application which runs as a service using the ntsrv.ocx control. The application basically sits doing nothing until a timed event tells it to check to see if it should update some settings. The app loads fine as a service and will work if a user is logged in or not. If ...
|
| Using my own font in my distributable VB app | 28 Sep 2005 01:58 GMT | 1 |
As I'd like to use a particular font in my VB app, is it possible for me to distribute this with my app and auto-install it using say InnoSetup? Is there any security issues in doing this? Would a user's say XP machine stop this font installation and use from
|
| Active Accessibility question | 28 Sep 2005 01:56 GMT | 1 |
From my application I wish to click on controls in another application. I presume that Active Assessibility is the thing to use for this. However, I attempted to "browse" MSDN's "documentation" on this and felt like a mouse in a maze, as the documentation seems to be 99% on how ...
|
| Datagrid current row ? | 28 Sep 2005 01:55 GMT | 1 |
I have put following in Click of Command Button in VB-6. Private Sub DataGrid1_Click() a = Me.DataGrid1.Columns(1).Value MsgBox a
|
| Call a VB Project from another VB Project | 27 Sep 2005 15:56 GMT | 3 |
hi everyone... Here, I want to ask is there any probability that one Visual Basic Project can call another Visual Basic Project while the first one still running? If that can be done, how it works? Can someone show/give an URL or example?
|
| Is there a way to disable text boxes' popup | 16 Sep 2005 17:21 GMT | 1 |
Friends, Is there a way to disable the standart popup menu when right clicked in a text box. Ömer Ayzan
|