| Thread | Last Post | Replies |
|
| Sorting Help please | 21 Jan 2005 02:57 GMT | 1 |
I have a text file with an unknown number of entries in it. The data in the text file is in this format: 22.9,"June",2004 6.7,"July",2003
|
| Where do the wizards get button icons? | 21 Jan 2005 00:40 GMT | 32 |
Using various Wizards, such as in my case - the Data Form Wizard, VB places little "record navigation" icons on the buttons. For example, arrow, arrow with bar, etc. Where do the Wizards draw these files from? I'd like to add some to
|
| Problem to use DLL created with vbAdvance | 20 Jan 2005 20:33 GMT | 1 |
Hi, I'm trying to use this great tools but I have some problem. I use the Samples\Exports\Non-VB Caller and evety thing works well. When I add a my simple function and export it, the C_App.cpp can't see my function, the pointer pFunc is equal to 0. Here after I will report
|
| how to start a program but don't interupt user | 20 Jan 2005 20:11 GMT | 2 |
I need to write a "simple" program for a call center. It will pop-up a form with a message on it and that's it. It is going to be run by Windows Scheduler a few times a day. It has to be "always On Top" but not interupt what the user is doing/may be typing.
|
| Programming an HTA web page | 20 Jan 2005 15:33 GMT | 1 |
I need help programming an HTA web page. I am trying to read a database from the server and export taht data to an MS Access DB on the clients PC. I can read and write to the clients pc, but I ahve a problem accessing the server database (MS SQL server from the HTA web apge.
|
| Is Nothing does not work (was: Testing If Form.Visible) | 20 Jan 2005 08:40 GMT | 13 |
As per Johan Bechthum's prior advice, I have added If (Form Is Nothing) Then routine to some places in my application. I have been thinking it was working but now that I've done some actual
|
| monitor external applications | 20 Jan 2005 07:04 GMT | 1 |
HELP needed!! I need to detect the use of keyb and mouse, even over a different window! Just the USE, not exactly wich key is pressed... I posted the question here some days ago. Somebody answered me to try
|
| While I'm here, what's latest nes on VB6? | 20 Jan 2005 01:45 GMT | 2 |
Has it died by now? Or are people still using it. I haven't programmed for some three years now. Still have VB6 on my PC, though. Did the new language VB.Net (spit) ever catch on? MM
|
| IVRS System using Parallel Port | 20 Jan 2005 00:25 GMT | 2 |
I have to do a project on an Interactive Voice Response System (IVRS) using VB 6. And to link the hardware to the machine I need to use the parallel port ONLY. Has abybody on this group ever worked on Parallel Port through VB 6.
|
| Shutdown a computer | 19 Jan 2005 22:24 GMT | 14 |
Can someone tell me how to shutdown a computer (win2k and winxp) without showing "It's now safe to turn off your computer". I have been using ExitWindowsEX, but it's no use all at, thanks in advance!
|
| Error Handler | 19 Jan 2005 20:16 GMT | 1 |
I've noticed today that every time I use an error handler, in debug time if I create an intentional error it does not go through....I've checked old code I had that was working perfectly before and the same problem with those...is it possible that msvbvm60.dll is corrupted...or ...
|
| custom protocol ebook:// | 19 Jan 2005 19:56 GMT | 1 |
I hope somebody will help me how to solve this. 1. I want to create a custom protocol likes ebook:// or myprog:// and it's accissible via my browser, for example ebook://index.html or ebook://images/logo.gif. How could i do this?
|
| converting Access to VB | 19 Jan 2005 17:01 GMT | 9 |
I recently created what was supposed to be a QUICK Access Database for a local business to keep track of employee data. Of course once they saw all that Access could do this small database has grown into a monster and we are now producing over 70 forms for state agencies.
|
| Newbie -- Code Review? | 19 Jan 2005 16:56 GMT | 1 |
All, I am not a full time developer and trying to teach myself VB for work purposes, so I was hoping some could critique my code below. Here is the background:
|
| packing text to speech in an application | 19 Jan 2005 16:04 GMT | 5 |
I am using a text to speech feature in a vb application using xvoice.dll. It forms a very small part of the whole application. How do I deploy it ( I am using InstallShield )? Also I want to keep the size of the setup minimal.
|