| Thread | Last Post | Replies |
|
| Task Pad | 02 Apr 2005 11:00 GMT | 11 |
For a beginner project i am creating a simple taskpad, what I would like to do is have the text stay on the pad. Not saved to a file. Open the application and there is your notes. How could I go about doing this.
|
| Communicating over the internet | 02 Apr 2005 01:29 GMT | 6 |
I am using VB6 W2K or XP for the client and W2K running IIS for the web server. I need to be able to send an xml document to a service on the server and get an xml doc back. I am hoping someone can point me in the right direction as to which technology I should use. I am thinking ...
|
| Crashing App. | 02 Apr 2005 01:19 GMT | 4 |
I have made VB6 program to call open excel and pass over values, then to run new row of values upon a second input from VB program. Fisrt set is fine. BUT it keeps opening a new application of Excel whenever i want to calculte new valkues from program.. Anyway to tell it to "stay ...
|
| VBA - check in/out single modules from source safe | 02 Apr 2005 00:19 GMT | 4 |
in the VB editor you can check in/out single modules from source safe (if you choose the correct settings). This is not possible in the VBA (note the "A") editor. Is there a tool that supports check in/out and fetch from SourceSafe inside the VBA editor?
|
| SQL Order by Date `Date` column | 01 Apr 2005 23:23 GMT | 11 |
I am having problems with my SQL in which i want it to return to me all the records in date order desc. The code i am using now is :- sSQL = "Select * from TABLE1 where comments & followcoms & event_ID like '%"
|
| DAO missing file errors | 01 Apr 2005 21:20 GMT | 8 |
I've decide to try change some apps from text file to mdb and I'm obviously doing something wrong.My app is currently on several separate machines.I'm displaying data on a flexgrid,loaded from a text file into a UDT,about 7000+ entries.I made a mdb using Access2000 from office
|
| MouseMove and CPU usage | 01 Apr 2005 20:57 GMT | 1 |
If I have a form and I move continuosly the mouse inside it the CPU usage is about 3%. If I put about 6000 controls (labels) in the form and I move the move continuosly the mouse inside it the CPU usage raises at 50%. Also if I hide all the controls the CPU usage remains the ...
|
| variables binary content | 01 Apr 2005 19:30 GMT | 11 |
Hello everyone, I need to get the binary image of a variable's content and then copy it to string. I mean, if: Dim iInt
|
| Adding Toolbar ButtonMenu items at runtime | 01 Apr 2005 19:24 GMT | 6 |
I am stuck, I've searched all over Google and the Microsoft web site, but cannot find an answer to what should be an easy question. I have a toolbar button with a style of 5 (tbrDropdown). How can I add ButtonMenu items to the toolbar at runtime?
|
| VB6 EXEs running slow in Win XP | 01 Apr 2005 17:49 GMT | 5 |
I have a bunch of compiled VB6 programs which used to work fine. Now installed on machines running Win XP Professional they are hugely slower running. Updated to SP6 and recompiled - no difference. Any ideas?
|
| How to see if | 01 Apr 2005 17:38 GMT | 10 |
I have 2 printing questions" (1) When printing, how can I tell if the printer being used is a text-only printer? I am testing for Printer.DeviceName = "Generic / Text Only", which
|
| Highlighting a row in MSFlexgrid | 01 Apr 2005 17:31 GMT | 4 |
Is it possible to highlight a row in an MSFlexgrid control using code?
|
| Killing a running file visible in tasklist | 01 Apr 2005 17:31 GMT | 9 |
There are numourous files started by a service or boot sequence which are not required and consuming my memory. Is there a way to kill those files (visible only in task manager processes) by a vbscript or VB6? I am already stopping the unwanted services by a vbscript but unable to
|
| Performance VB6 vs VB.Net | 01 Apr 2005 16:36 GMT | 11 |
are there any useful articles about that? What about COM Objects? Any Hints thx
|
| Writing to files open by more than one process | 01 Apr 2005 16:16 GMT | 4 |
I have a file that could be opened by more than one process using Open LogFile For Append Shared As hFile Does the shared flag allow me to write with more than one process sending a few bytes more or less simultaneously?
|