Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Visual Basic
Remove
Platform
Any
License
Any
Hi, is there a way using VB6 to check printer status whether it connected or not connect to the printer device before print any job?
Please comment.
Thanks in advance.
Hi all, i have two questions re the datagridview.
Firstly, i want to know if its possible to make a datagridview dynamically re-size itself (height only in this instance) when a new row is added....
255 characters. I'm using a loop on the one hand to compare each of those cells to a 'Set' range of cells (CompRng) in the other sheet and this works all perfectly fine as long as those cells do not...
: Well, does anyone know how to recv data async...ly. The port I'm
: listening to may or may not have data on it, so the recv function is
: stuck. Is there a way to recv without blocking?
:
:...
hi!
I'm trying to make an excel spreadsheet that can automatically hide rows when a cell value on that row is not equivalent to the value on a reference row. I'm not really that good with VB so I...
Can anybody improve on my code to read from serial port and store it in a variable?
Public Class Form1
'SerialPort object creation
WithEvents mySerialPort As New IO.Ports.SerialPort...
Well, does anyone know how to recv data async...ly. The port I'm listening to may or may not have data on it, so the recv function is stuck. Is there a way to recv without blocking?
Also, I don't...
i have no idea in using USB with VB but i code in vb.
try to search ebooks on www.scribd.com
theres a useful books there to help you with your language
(",)(.")
How do you get VB code to interact with HID(Human Interface Devices) through USB? I need help with the project I am currently working on. Please send any data that may help me to get a handle on how...
I am a newbie to Excel VBA and I am trying to search this column of text using an input string. I don't know the best way to declare an existing column of strings so that I can search each cell one...
: certainly, here's one way-
:
:
: :
: Sub Macro1()
: '
: ' Macro1 Macro
: ' Macro recorded 08/14/2008 by
: '
: ' Keyboard Shortcut: Ctrl+q
: '
:
: Dim myName As String
:...
certainly, here's one way-
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 08/14/2008 by
'
' Keyboard Shortcut: Ctrl+q
'
Dim myName As String
myName = "D:\" 'drive-letter...
Hi,
I am very new to VBA so excuse my ignorance.
Is it possible to save a file using several different cell references as its file name?
I have written a macro that creates a new workbook...
1-
this.Cursor = Cursors.WaitCursor;
this.Cursor = Cursors.Default;
I asked about these lines before & i got the following :
These are just to set the current mouse Cursor to a certain...
So is this not a possibility with VB .NET? I know how to hook keyboard input with C++, but I am not sure how to write a service in C++. I would prefer to do this with VB .NET, but I don't know if...
If you have any problems with the code, post a reply and I'll try to be a little bit more specific.
Rgds
Terry
: : You will need some thing like:- ......
: :
: :
: : On the Project menu...
: You will need some thing like:- ......
:
:
: On the Project menu, click References,
: and select "Microsoft Word 8.0 Object Library" - Word 97 (or
: "Microsoft Word 9.0 Object Library" if...
You will need some thing like:- ......
On the Project menu, click References,
and select "Microsoft Word 8.0 Object Library" - Word 97 (or "Microsoft Word 9.0 Object Library" if you are using...