| Thread | Last Post | Replies |
|
| VB app that sends keystrokes starting to fail in some locations | 08 Jan 2007 19:22 GMT | 6 |
Hi. I wrote a VB app that shells out to a few software applications and sends keystrokes - essentially doing what a user would do if he were sitting in front of the computer. It fires off at midnight. O/S is XP. This has been working for 2 plus years in more than 40 locations ...
|
| How to determine if a specific program is loaded? | 08 Jan 2007 18:55 GMT | 5 |
How can a program determine if another specific program is loaded. Stan Hilliard
|
| Client VB Exe threading model | 08 Jan 2007 14:51 GMT | 2 |
If the ActiveX component uses Free threading model the VB exe works fine (it uses the event call back). If the component uses Both threading model the VB exe crashes when the event is fired. So I wonder what threading model does a VB exe uses? From the problem I guess it is
|
| FSO Text document reading problem. | 08 Jan 2007 12:36 GMT | 3 |
This is my code (id is a integer, fso is a file system object): id = Fso.OpenTextFile(App.Path & "\num.txt", ForReading).ReadAll Fso.OpenTextFile(App.Path & "\num.txt", ForWriting).Write id + 1 num.txt is: 32767
|
| Need help with text parsing program please Quotes error | 08 Jan 2007 10:22 GMT | 6 |
Thanks for looking to help me. Below is some code from a button. The code works for the most part, only 1 or two stubborn bugs to fix, but I cannot seem to get rid of them. The purpose of this code is to parse a text file, strip out all
|
| Function using ByVal | 08 Jan 2007 09:53 GMT | 8 |
Hi: Can any one please give me an example with Byval in a function Public Function RemCurrentUser(ByVal cUser As String) Thanks, Anna.
|
| Calling an instance of a NEW AsyncCallBack Object (Documentation?) | 07 Jan 2007 16:33 GMT | 2 |
In the sample VB application for Filestream.BeginWrite Method, there is no NEW implementation on the AsyncCallBack Object and sample below calls for declaring both the "State" object and the AsynCallBack object. I added the Imports System.IO, System.Threading, and Microsoft ...
|
| Using Form_KeyPress to quit | 07 Jan 2007 15:54 GMT | 8 |
Ok I am creating a game for my VB6 class as a final project. As a way to quit I used Private Sub Form_KeyPress(KeyAscii As Integer) If KeyAscii = 27 Then Unload Me
|
| ByPassing ACLs for a scan of the file system | 07 Jan 2007 15:50 GMT | 6 |
Greetings -- I've got a huge (15tb, 170Million file) file system that I need to enumerate into a SQL db. scanning the FS seems straight forward using either a custom recursive function to walk the tree or just using the My.Computer.FileSystem.GetFiles to get a collection of all ...
|
| Pass 2 values to a sub | 07 Jan 2007 02:15 GMT | 7 |
I need to pass 2 values to a sub procedure. Here is what I am testing with: sub Form_Load() TheAlert("Fred", "123 Main") end sub
|
| send a string to serial port to turn on projector | 06 Jan 2007 20:10 GMT | 1 |
I am looking for a simple program to turn on and off Dell projectors with its rs232 port. The manual is very cryptic to me, and also Dell support was not be able to help me. I did not know where else to go, so | am posting my problem on this group.
|
| Google Code Search | 06 Jan 2007 18:58 GMT | 1 |
Picked this information up recently from another newsgroup. http://www.google.com/codesearch http://www.google.com/help/faq_codesearch.html http://www.google.com/codesearch/addcode
|
| Problem with SWP_NOACTIVATE/ SWP_NOOWNERZORDER | 06 Jan 2007 16:11 GMT | 3 |
could anybody please tell me what I'm doing wrong? I am trying to set a window as the topmost window in front of all other windows (not only in my application). Also, this form is borderless, and shall not steal focus from other
|
| Circular dependencies | 06 Jan 2007 03:17 GMT | 2 |
I thought I would try the following cDllClass calls fDllForm fDllForm receives events from cDllClass fDllForm sends events back to cDllClass
|
| Another Q for Vista compatibility | 06 Jan 2007 01:50 GMT | 10 |
Gents (and ladies if there are any), First, thank you for all the replies in my last Vista thread. The information was valuable and I even learned a few things. :-) I have another issue I wanted to get some clarification on, if possible,
|