Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Visual Basic
Remove
Platform
Any
License
Any
: : I need to be able to read/write to the serial port (com1) on the client machine running a terminal services session.
: : For example: Terminal Server located in Chicago. Client in Dallas with...
: I need to be able to read/write to the serial port (com1) on the client machine running a terminal services session.
: For example: Terminal Server located in Chicago. Client in Dallas with a pc...
I need to be able to read/write to the serial port (com1) on the client machine running a terminal services session.
For example: Terminal Server located in Chicago. Client in Dallas with a pc...
Hey
I need to try to use the Form.PrintForm to print a form that i have.
it works fine but my problem is to print the form as A4 size.
When i send it to the printer it's print the form not as the...
right, but how can i monitor the State property all the time? i dont want ti wait for the user to click a button to check if the connection has been closed.
NavicLand
http://www.angelfire...
: i run geoshell, i just wanted to know what is so special about a windows shell? does it manage memory, does it have some kind of special feature? can anyone describe to me the full job of the...
You should use TPC protocol to connect. Then, if connection is lost, you will have either "Close" or "Error" events fired. You may also monitor the "State" property.
: Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
: If mouseIsOver Then
: ' The mouse just left the label, do something
: mouseIsOver...
This little hack works fine. Use the mouseMove events for both the Label and Form. When the mouse enters the Label that mouseMove is triggered. When the mouse leaves the Label the Forms mouseMove is...
How do I find a cell using the Cells.Find if the data is in any sheet of the workbook. (Searching the whole workbook)
I am tring to write code to pull a phone number(205) 555-1212 from cells in column a and strip the phone number format from the number and place a wild card at the end 2055551212* then insert it into...
: This message was edited by nadkingcole at 2002-9-17 15:37:7
: Hi,
:
: I'm making a "diary" form in VB6. It has 7 flexgrids in a control array.
:
: My problem is that I need to be able to...
This message was edited by nadkingcole at 2002-9-17 15:37:7
Hi,
I'm making a "diary" form in VB6. It has 7 flexgrids in a control array.
My problem is that I need to be able to access a...
hai melissa_may1,
This is Uresh thanking u 4 ur reply.
I have read ur mail and i couldn't understand what u mean by "TSR" functions. Do u mean the actual contents of the Interrupt Service...
Whenever I try 2 get 3D programms 2 work
in VB6, it either tells me that it doesn't
recognize some of my declarations. (Direct3DViewPort...)
Or it displays a message saying that there's
not...
How to select a part of a picture in the picturebox using mouse
and paste it to other picture box using clipboard facilities.
: : I've manage to print any documents to the printer within the program using the shellexcecute from shell32.dll API method. Thks to Malcolm. However, it requires the native programs (eg. Words,...
I've manage to print any documents to the printer within the program using the shellexcecute from shell32.dll API method. Thks to Malcolm. However, it requires the native programs (eg. Words, Excel...
Well, at least you almost know for sure that it is not an error in your application.
If the frontdoor is closed then why don't you try the backdoor?
Greetz from DarQ
How do you tell in visual basic if a CD is inserted in the cd-rom and if so can you detect a specific file on the CD rom?Any help would be greatly appreciated. Thankyou