| Thread | Last Post | Replies |
|
| Drag and color | 18 Jan 2005 04:09 GMT | 8 |
Not drag and drop. I've got a trace displayed across the screen. Say it's a sine wave in Yellow on a Black background. I want to select a section of that trace by clicking on X=100, holding down
|
| CSuperCollection - FAO Byan Stafford | 18 Jan 2005 01:52 GMT | 1 |
apologies in advance for bugging you about this - i'm sure you've forgotten all about the code you posted ( http://www.mvps.org/vbvision/Super_Collections.htm ) all those years ago. but... i /think/ i'm finding one or two bugs on the outer reaches of the
|
| Can I call sub "Sleep" for < 1 milliseconds ? | 17 Jan 2005 23:44 GMT | 7 |
Can I call sub "Sleep" for < 1 milliseconds ? Thank you. Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
|
| Going back to read old message | 17 Jan 2005 22:51 GMT | 4 |
Can someone tell me if there is a way I can go back and look for a few old messages dating back about 1 month ago?? Thanks
|
| cannot reference an Exe in a project | 17 Jan 2005 22:07 GMT | 4 |
I am referencing an exe in my project using set exe = new Myexe It works fine in my computer but when i run the application on another computer, the above statement does not create an instance of 'myexe'.
|
| Access database to vb | 17 Jan 2005 19:58 GMT | 1 |
How do you connect access to vb ,and the control of next record an previous also the saving,adding,and deletiing sample code can any on help -
|
| Detecting missing component and not failing | 17 Jan 2005 18:08 GMT | 5 |
I created a simple exe which uses mscal.ocx. During runtime, is there a way to gracefully detect if a component (in my case the mscal.ocx) is not present on the user's system? If it is not present I can just disable the functionality of that component.
|
| Persistant headers in a listviewcontrol | 17 Jan 2005 17:42 GMT | 1 |
When I use the ListView1.Clear in VB.net, it clears all of my data including the colum headings. How do I make then headings persistant yet clear the data? thanks
|
| Get author excel document | 17 Jan 2005 16:36 GMT | 3 |
How can i get the author of an excel or word document without opening it? tia, John
|
| ANSI string to UNICODE | 17 Jan 2005 16:27 GMT | 1 |
Is there an API call in VB6 to convert an ANSI string to unicode? uString = UNICODE("Hello World") Thanks, Charlie
|
| button insist on being double clicked | 17 Jan 2005 16:09 GMT | 6 |
Hello all, Recently my vb6 application buttons have not been functioning properly. I am using the Command1_Click() sub routine, but it does not work unless I click the button twice. It almost seems as if the first click sets the focus on
|
| Execute Programm and wait for programm been ending | 17 Jan 2005 14:07 GMT | 2 |
How can I execute a Exe, without using ("Wscript.Shell"), and wait until the programm has end running? Thanks for every help! Nijazi Halimaji
|
| More of a designer rather than coding issue | 17 Jan 2005 13:22 GMT | 2 |
I sent this message to another group also, but had no reply. So i am trying here also. I want to create my personal calendar app which shows birthdays and first name celebretion days.
|
| InternetExplorer object does not work | 17 Jan 2005 12:42 GMT | 2 |
How do Interface to the Internet ? With WIN 98 SE and VB6 I try this code : Dim IE as New InternetExplorer IE.Navigate " http......etc"
|
| Need help | 17 Jan 2005 06:46 GMT | 1 |
I am used to working with vb 6.0. Recently purchased visual studio 2003 standard edition. When trying to connect to sql server 2000, I got an error trying to connect to a sql database. Message stated that this
|