Hi, I am trying to develop a simple Morse Code transmit program using the system soundcard for my ham radio hobby. I decided to use DirectX8 for this and...
Is it possible to write a Macros in Access that will COPY a record in a database and either RENAME it or SAVE AS it? ("It" means the name of the main field.) ...
Yep, in access you can use (sql) an update query and you want something like this.. I suggest you look through the help and use the design view at first but...
hi all i want to print in custom size paper, width of paper size is 4 inch (4*1440=5760 twips) height of paper size is 5.5 inch (5.5*1440=7920 twips) i saw the...
What you want to do depends also on the original information to be printed. Is there any scaling involved? How big are the fonts and any other objects to be...
Hello How are you. Can you send sample - what type of output will come on the 4 * 5.5 paper. Is the paper sheets are loose paper or continous stationary. ...
hi thx for reply i just need to print receipt of the money, and i have coded everything for printing with the help of printer object funtion like, currentX, ...
I get stuff from a lot of companies and they seem to just print the item on a regular sized paper and leave it up to the person to cut it down to size if they...
Just a question: Is the printer able to process paper sizes of a6? (which is what this size comes to, does it not? Are you putting A6 paper into the printer or...
Hello How are you, For custom size paper printing, go to Control Panel and then Printer and faxes, select the Printer on which you have to print, go to File...
hi all, I have an application (vb6) which accept connection from other applications using winsock control. at Form_Load, I set: Winsock1.LocalPort = 1032 ...
... Is it possible that the it loads correctly the first time, and then wasn't closed properly and thus never released the port? Of course, it could also be...
You might want to try to listen to a port in the un-reserved section. For example try to listen to 49152, see if it gives you the same error message. And as...
I am trying to have a button open a .exe and run it. Can someone tell me how? Like whne you double click on an exe it automatically starts running. Thanks...
... try this code.... Private Sub cmdOpen_Click() shell app.Path & "NameofExeFile.exe",vbNormalFocus End Sub Note: The "NameofExeFile.exe" must be the same...
Hi. On a VB 6 form, I have a button I want to open up the windows XP calculator when clicked. . I can't seem to find what the calculator file is called in...
I have programmed a calculator in VB which looks better windows calculator, check out the codes at my free tutorial site at http://www.vbtutor.net Dr.Liew ...
Hi, I am trying to write a webpage in word using VB. Word is office 2000 and I have both vb.net and vb 6.0. Here is the problem. When I have word running and I...
... The users' security settings will forbid this behavior by default, and it would be a gross error for them to allow Word-scripting to bypass their security...
Guys I am trying to Internationalize our VB6 app.... To do this I am reading a text file containing a bunch of strings such as, 1,This disclaimer is available...
Julian Holt (CADFEM)
jholt@...
Jan 21, 2008 10:57 am
15468
... In order to display Japanese text on a US system, you will need to make sure that you have the appropriate fonts installed. On XP, open the "Regional and...
Adelle Hartley
adelle@...
Jan 21, 2008 12:00 pm
15469
... that even though VB6 uses unicode internally, it was built with Windows 95 compatibility in mind. Consequently, VB6 assumes that the rest of the world is...
Julian Holt (CADFEM)
jholt@...
Jan 21, 2008 3:39 pm
15470
... No, just that the interface is intended for single-byte charactersets. You can make it work if you use a multi-byte characterset capable medium. Instead of...
Hi everyone, I have recently started to work on visual basic. I want to perform a small thing in visual basic. If anyone can help me in this regard, I will be...
I'm trying to do something that may or may not be possible. I'm in VB.net via Visual Studio 2005. Here's the situation: I have a parent class that represents...