Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15442 - 15472 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15442
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...
sholtofish
Offline Send Email
Dec 4, 2007
6:40 am
15443
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.) ...
Michael Hodge
braxtoncotta...
Offline Send Email
Dec 4, 2007
6:46 pm
15444
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...
rdyrmble
Offline Send Email
Dec 4, 2007
7:34 pm
15445
Many thanks. Michael...
Michael Hodge
braxtoncotta...
Offline Send Email
Dec 5, 2007
4:24 pm
15446
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...
iworldsatellite
Offline Send Email
Dec 19, 2007
5:08 pm
15447
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...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Dec 19, 2007
8:29 pm
15448
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. ...
pawan goel
softinco
Offline Send Email
Dec 20, 2007
8:36 am
15449
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, ...
iworldsatellite
Offline Send Email
Dec 21, 2007
7:15 am
15450
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...
Jesus Is the Answer
halfof4is2
Offline Send Email
Dec 21, 2007
5:15 pm
15451
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...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Dec 21, 2007
5:35 pm
15452
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...
Kashif
mkashifmaster
Offline Send Email
Dec 26, 2007
6:16 am
15453
hi all, I have an application (vb6) which accept connection from other applications using winsock control. at Form_Load, I set: Winsock1.LocalPort = 1032 ...
setlan83
Offline Send Email
Dec 31, 2007
3:26 am
15454
... 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...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 31, 2007
12:31 pm
15455
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...
John Henry
jshenry1963
Offline Send Email
Dec 31, 2007
10:18 pm
15456
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...
bullzridinokie
Offline Send Email
Jan 3, 2008
6:26 am
15457
... try this code.... Private Sub cmdOpen_Click() shell app.Path & "NameofExeFile.exe",vbNormalFocus End Sub Note: The "NameofExeFile.exe" must be the same...
Dennis Marasigan Medina
array_9234
Offline Send Email
Jan 3, 2008
7:38 am
15458
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...
lucidguild
Offline Send Email
Jan 12, 2008
9:03 am
15459
Private Sub Command2_Click() Shell "calc.exe" End Sub lucidguild <lucidguild@...> wrote: Hi. On a VB 6 form, I have a button I want to open up...
Subhasis Chanda
subhasis_chanda
Offline Send Email
Jan 12, 2008
1:10 pm
15461
This works in XP, and may work in the others Shell "calc" Rob...
crombierob
Offline Send Email
Jan 12, 2008
2:37 pm
15462
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 ...
wq Liu
liewvk
Offline Send Email
Jan 13, 2008
6:54 am
15463
Can anybody show me or point me to a site that can help me to read SAS datasets with VB 6.0 . Thanks Ron...
Ron
ronhvb03
Offline Send Email
Jan 16, 2008
3:34 pm
15464
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...
meridith_davis
Offline Send Email
Jan 16, 2008
4:30 pm
15465
... 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...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jan 16, 2008
5:12 pm
15466
... http://gis.esri.com/library/userconf/proc01/professional/papers/pap571/p 571.htm...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jan 16, 2008
5:14 pm
15467
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jan 22, 2008
4:29 am
15471
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...
Free Sagi
freesagi786
Offline Send Email
Jan 22, 2008
6:37 pm
15472
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...
Ryan Dawson
rpd1333
Offline Send Email
Jan 22, 2008
8:49 pm
Messages 15442 - 15472 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help