Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Visual Basic
Remove
Platform
Any
License
Any
: : : A lot of applications display a description, in the status bar, of the menu option that the user passed with the mouse over the a certain menu option. How is that possible to do in vb once the...
: : A lot of applications display a description, in the status bar, of the menu option that the user passed with the mouse over the a certain menu option. How is that possible to do in vb once the...
: A lot of applications display a description, in the status bar, of the menu option that the user passed with the mouse over the a certain menu option. How is that possible to do in vb once the only...
A lot of applications display a description, in the status bar, of the menu option that the user passed with the mouse over the a certain menu option. How is that possible to do in vb once the only...
: : : How can I tell vb to add a certain amount of zero's to a string if its not at the desired amount. I.E I'm writing numbers to a file, but these numbers go through a text box. How can I say "If...
: : How can I tell vb to add a certain amount of zero's to a string if its not at the desired amount. I.E I'm writing numbers to a file, but these numbers go through a text box. How can I say "If...
: I need to know how to get the installed printers to list them in my application
:
: Use a common dialog box control in your form and name it as cdb1.
Use the following code
cdb1.showprinter...
I need to know how to get the installed printers to list them in my application
How can i print to a printer without asking the user to choose the printer, in order for the document to be printed in the printer desired by the software?
Is it Possible to Check Every interrupt with visual basic.
if it is possible in anu Way Please help with source code.
C language is also acceptable.
hello! i am practising my vb.net programming. and i'm wondering whether texts can be shown a letter at a time using the timer. and if a key or mouse is pressed, the text proceeds faster. but i don't...
I wish to know how to send a text file to a specific printer for print out?
I've never used the APIText Viewer tool. How would I find the correct API calls using it?
: You should be able to find the correct API calls for the devices you have installed on the machine...
You should be able to find the correct API calls for the devices you have installed on the machine using the APIText Viewer tool. I think that should give you the function names and parameters....
I am looking for code that can interact with a credit card swiper. It would need to be able to read the tracks so that I can send that info off to the payment processor. Anybody know where I can...
: I wonder if anymone knows a not heavy and good developing tool for Visual Basic. I don' t want to use MS VB 6.0 because i have a kind of old computer.If the program doesn't need to be intalled,...
= 1 And Val(outputArray(row).sType) 1 Then
objDoc.ActiveWindow.Selection.InsertBreak wdPageBreak
End If
objDoc.ActiveWindow.Selection.Font.Bold = True
objDoc...
Hi!
I am still trying to work a way to record audio using the windows API...
I have a WAVEHDR struct, and its lpdata field points tob a block of BUFFER_SIZE bytes, filled by the audio device.
I...
: Hi!
: I need to use the copyMemory function to copy information from a certain block (of known length) to an array of integer (every 2 bytes will become one number - a cell in the array) . In...