Hi, I tried this and works well Selection.SetRange 0, Word.ActiveDocument.Characters.Count - 1 'Choose your color here Selection.Font.Color = wdColorRed ...
Mohamed Elhassan Moha...
Mohamedme@...
Mar 1, 2006 5:18 pm
7511
Hi and Hello everyone i have a problem ,in My application, frontend is vbdotnet with msaccess as ... the application needs scanning a document(using scanner)...
Using the ProcessStartInfo exposes many handy methods to use when starting a process such as how to start it, it's size, behaviors (for example WaitForExit(), ...
Proxy settings is in the registry (in the internet explorer key) so use the Win32 namespace or the System.Management (WMI) namespace, and for the other values...
Take a look at the attached Pinger function, it will demonstrate how to properly use the ProcessStartInfo class to launch dos commands and then analyze/take ...
Hi, I have a program we wrote many years ago in Q Basic. It is for a switch list for a model railroad. Takes the data, sorts it and prints it to a sheet. ...
Windows XP has a command Net Send that you can use to to redirect the LPT output to lets say a network printer... So your DOS program will be able to print to...
Kinda interested in the answer to this myself. Though the old qbasic programs I have are used to run the layout. I'd love to see one or two of the programs...
have you tried sending the data to the DOS port "PRN:" instead of "LPT1:"? This should let DOS pick the default port. There are also settings you can use for...
HI all Im needing a tray application or a VBA app that Keeps and application open and if its shut down the Reissues it to start again, can anyone help me ?...
http://www.codeproject.com/vb/net/CrystalContrl.asp please go to this link u will get the stuff ritz_manish <ritz_manish@...> wrote: hi can anyone help...
Control.BeginInvoke is the .Net equivalent for postmessag. ... From: napster_nerry To: VisualBasic_Official@yahoogroups.com Sent: Friday, February 03, 2006...
What i did was , i created a windows service to monitor my application, if it is closed then the service restarts it else it remail calm. Try this ... Jiyo...
hi friends i ve a problem in crystal report could tell me any link or any ebookk for learning crystal report from the begining in vb.net. and i ve 1 more...
Create a tray application (win form with a ContextMenu and a NotifyIcon. Use the function I have attached to see if your app is running and then if not start...
Group, In order to communicate with SSL (443) web services, I need to have my VB.NET client accept certs. This is no big deal when modifying the References.vb...
suggest that you check your BIOS setup for USB Function Enable in DOS. ... of "LPT1:"? This should let DOS pick the default port. ... DOS QB command that lets...
how do u design a timer in asp.net using javascript....which runs in the client side and does not reset every time the page is post back.... plz help...
Greetings, To simplify the situation, I'm building a control which has a label on it. I want one of the controls properties to be "Heading", which the label...
Hi, I received the handle to a DIBitmap from the scanner's API . I need to save the image to a bitmap file. Does anyone have a way of doing this. I also need...