| Thread | Last Post | Replies |
|
| load ocx problem | 22 Feb 2005 15:36 GMT | 2 |
i used an ocx till i install visio 2002 on my pc, now if i try to open my VB project it tells me: Line 221: Class MSFlexGridLib.MSFlexGrid of control mfgSearch was not a loaded control class.
|
| Try to answer one mystery I saw, how to hide large amount of data | 22 Feb 2005 15:16 GMT | 2 |
in a .doc file? I saw a document with 20,000 emails and personal contacts hidden somewhere, but on surface there is no script, no tricks on the font, etc, and it is only 1
|
| Executing on another machine | 22 Feb 2005 14:23 GMT | 2 |
I've made a chat program to comunicate in the companny network and in our clients network. Everything works fine if the program is allready open in the computer(s) we want to comunicate, but if the program is closed then we are, of course, unable to comunicate. Is there any way ...
|
| Mouse wheel | 22 Feb 2005 13:39 GMT | 2 |
VB does not handle the mouse wheel rotation message, right? (WM_MOUSEWHEEL) I saw a article in MSDN from 1997 Programming the IntelliMouse from 32-bit VB by Gary Nelson
|
| finding the number of day by give the month and year | 22 Feb 2005 10:29 GMT | 1 |
How can I find the number of days in the month and year given? eg. Feb 2005 has 28 days. Thanks, Eguy
|
| Adding Controls at the run time | 22 Feb 2005 07:45 GMT | 3 |
I need to add the redimensioned number of text boxes to the form. I tried: Dim txt() As TextBox
|
| reading from a text file | 22 Feb 2005 07:37 GMT | 11 |
Im reading in from a text file with the following code Open fileIn For Input As #1 Input #1, alltxt Close #1
|
| API Equivalent of GetFile | 22 Feb 2005 07:34 GMT | 1 |
I have been looking for an API equivalent of FOS's GetFile method, but all quests in vain. Any ideas about this? I am quitting the use of FSO as it somehow manages to trigger AV. Thanks,
|
| Drive Letter from Volume name | 22 Feb 2005 05:39 GMT | 6 |
Any ideas on how to (when known), given the volume name, search the drives available to see which drive letter matches the volume? (totally lost on this one)
|
| DAO and Win XP | 22 Feb 2005 04:57 GMT | 2 |
PLEASE DISREGARD MY EARLIER POST!! chalk it up to a panic attack! All is well ... the problem was in the db ... somehow it got corrupted when transferring it. Thanks
|
| Component deselects itself | 21 Feb 2005 21:59 GMT | 4 |
But wait, that's not all. If I go in and re-select it, I get "Name conflicts with existing module, project or object library". Specifically 'Microsoft Data Bound Grid Control'. Project loads with form errors for each form that has a grid on there obviously. Not sure what ...
|
| How to get a process thread count? | 21 Feb 2005 21:54 GMT | 6 |
In my application, I need to monitor the thread count of a process and raise alarm when it exceeds certain number. Thanks.
|
| Compiler directives from Command Line | 21 Feb 2005 21:32 GMT | 2 |
I have been tasked with developing a command line batch compile. I have narrowed in down to the following command based on a prebuild solution file. DEVENV MySolution.sln /build with some possible other parm.
|
| Winsock and SMTP | 21 Feb 2005 21:15 GMT | 8 |
I'm writing a code for send e-mails using Winsock. By example: ...... Winsock1.Protocol = sckTCPProtocol ' Set protocol for sending Winsock1.RemoteHost = MailServerName ' Set the server address
|
| Bitmap from buffer to clipboard | 21 Feb 2005 20:24 GMT | 9 |
What is the easiest way to copy some pixels from a buffer I have to the clipboard? I have an array of of unsigned bytes, RGBA (32 bit) I tried it with a few Win API calls but the application shut down
|