Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General / January 2007



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
VB app that sends keystrokes starting to fail in some locations08 Jan 2007 19:22 GMT6
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 GMT5
How can a program determine if another specific program is loaded.
Stan Hilliard
Client VB Exe threading model08 Jan 2007 14:51 GMT2
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 GMT3
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 error08 Jan 2007 10:22 GMT6
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 ByVal08 Jan 2007 09:53 GMT8
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 GMT2
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 quit07 Jan 2007 15:54 GMT8
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 system07 Jan 2007 15:50 GMT6
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 sub07 Jan 2007 02:15 GMT7
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 projector06 Jan 2007 20:10 GMT1
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 Search06 Jan 2007 18:58 GMT1
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_NOOWNERZORDER06 Jan 2007 16:11 GMT3
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 dependencies06 Jan 2007 03:17 GMT2
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 compatibility06 Jan 2007 01:50 GMT10
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,
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 December, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.