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 your group to be featured on the Yahoo! Groups website? 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 15188 - 15217 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15188
... Larry .. I belive your problem is not a VB problem. If you go to your Windows control panel and select Regional settings , you can change the number...
linncoengineering
linncoengine...
Offline Send Email
Apr 2, 2007
10:49 am
15189
That's just the problem. One of my customers in France is having the problem. If he selects Anglais as the language it works fine, but if he selects French it...
Larry Phipps
n8lp
Offline Send Email
Apr 2, 2007
1:40 pm
15190
Hi Larry, ... I think you have two options - one, use regional settings internally to force it to the correct LCID (google "vb LCID" for details) or two, ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 2, 2007
2:11 pm
15191
... [Air-code follows] Public Function DoubleFromString(ByVal sDouble As String) As Double sDouble = Replace$(sDouble, ",", ".") DoubleFromString =...
Adelle Hartley
adellehartley
Offline Send Email
Apr 3, 2007
2:24 am
15192
Can MAC users run VB6 apps? I suggested the virtual PC thing but it still doesn't work for her. Julia ...
Julia Principle
juliaprinciple
Offline Send Email
Apr 4, 2007
3:38 pm
15193
... No!...
Matt
unicornssecond
Offline Send Email
Apr 4, 2007
4:22 pm
15194
hi, I would like to get the total frame count of a video file, anyone have any idea on how to work it out? Another question is that, when I play a video file...
setlan83
Offline Send Email
Apr 5, 2007
1:46 am
15195
... OK thanks Matt. Julia ____________________________________________________________________________________ Food fight? Enjoy some healthy debate in the...
Julia Principle
juliaprinciple
Offline Send Email
Apr 5, 2007
5:27 am
15196
I have nearly completed a suite of 3 programs for my fellow clergy. I have TWO problems on which I should value help. Problem ONE. The main program has a VB6...
Michael
braxtoncotta...
Offline Send Email
Apr 6, 2007
3:47 pm
15197
Hello,I'm developing chat system for my company to work over the internet ,but i have a problem when i want to send files(P2P connection),because I'm behind...
the_lover_pharaoh
the_lover_ph...
Online Now Send Email
Apr 10, 2007
4:59 am
15198
Re Problem TWO. Couple of suggestions - Shell Notepad, and use SendKeys to paste the text into whatever is active (which should be Notepad) Or Write the text...
Rob
crombierob
Offline Send Email
Apr 10, 2007
5:37 am
15199
Many thanks, Rob. Your hints were all that I needed. My code is something like this: Dim NPAD as Long NPAD - Shell("notepad.exe", vbNormalFocus) followed by a...
Michael
braxtoncotta...
Offline Send Email
Apr 11, 2007
2:29 pm
15200
Michael, When you say 'display a Query on the screen' What do you mean ? Do you mean display the results of a query ? If so perhaps give a wee example of what...
Rob
crombierob
Offline Send Email
Apr 11, 2007
4:05 pm
15201
dear frens, how can i interface an internal fax modem using VB? actually i like to know who is calling me. when my modem will sense a phone call, the vb...
taebimal
Offline Send Email
Apr 12, 2007
10:39 pm
15202
hello, I hope someone can help me, I am writing a vb6 program to open and read a .dxf file from a cad program to collect the x,y data. Here is what a sample...
Michael Bloom
michaelbloom72
Offline Send Email
Apr 16, 2007
6:57 am
15203
Hi Michael, ... The text probably doesn't have either a carriage return or a line feed in it. In Windows a "return" is a carriage return followed by a line ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 16, 2007
7:52 am
15204
Thanks a bunch, I tried your code and it turns out the file is missing the CR label. I used the replace command and wrote the data back to a new text file....
Michael Bloom
michaelbloom72
Offline Send Email
Apr 16, 2007
5:21 pm
15205
I found the fix for the quotes problem. Thanks, so much for your help. thanks, Michael ... getting ... $EXTMAX 10 ... feed ... only ... open ... yes", ... not...
Michael Bloom
michaelbloom72
Offline Send Email
Apr 16, 2007
5:23 pm
15206
Hi Michael, ... Excellent. ... Use 'print' instead of 'write'. (just making sure that the answer is available for those searching later on.) Regards, Shawn K....
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 16, 2007
5:37 pm
15207
hello, I would like to know what the easiest way is to plot x,y data on a form. Also, what is the frame used for, it looks like a plot field? Thanks, Michael...
Michael Bloom
michaelbloom72
Offline Send Email
Apr 17, 2007
1:13 am
15208
we have custom made applications that were developed using vb (either 6.0 or .net) that we would like to port to linux. we have extensively research on current...
Francis Irwen Yan Sia
franchise63
Online Now Send Email
Apr 18, 2007
3:02 am
15209
I have (almost) finished a program using VB6 front end and with an Access database. Because some users have MS Office and some MS Works, I am using Notepad for...
Michael
braxtoncotta...
Offline Send Email
Apr 20, 2007
12:52 pm
15210
To answer my own questions about Orientation and Margins in Notepad, the following lines seem to be the answer. ' Landscape Mode SendKeys "%F" & "U" & "%A" '...
Michael
braxtoncotta...
Offline Send Email
Apr 20, 2007
4:22 pm
15211
Interesting Michael, ;-) Ciao...
Daniele Bonini
par7133
Online Now Send Email
Apr 20, 2007
11:41 pm
15212
I use SendKeys a fair bit in my programs. Did you know that Vista (in many setups) will not support SendKeys Mutter, mutter, Rob...
Rob
crombierob
Offline Send Email
Apr 21, 2007
12:09 am
15213
Hi I am new to Visual Basic and would appreciate some assitance with my first project. I am trying to design a program where by the user makes a series of...
Kevin Watt
kwatt562
Offline Send Email
Apr 24, 2007
9:29 pm
15214
Because you are one of the few who use your real name, I will try to help You don't say how you are currently printing ? Are you using VB's native print...
Rob
crombierob
Offline Send Email
Apr 25, 2007
2:29 am
15215
OOPs, Just reread your post, and you do indicate that you are using VBs Print commands. This should print a graphic - Printer.PaintPicture picLogo.Picture,...
Rob
crombierob
Offline Send Email
Apr 25, 2007
2:41 am
15216
Hi; I am using Vb.NET 2003. I want to ask that I am filling a textbox. When I click enter key, I want to pass other textbox for filling. How can I do it. In...
Murat ERKEN
hedef_2000
Offline Send Email
Apr 25, 2007
6:36 am
15217
Hi do u know how to connect image processing tools with vb.net ??? If so pls send me the coding ..... Tnx Nimantha Send instant messages to your online friends...
Nimantha de Silva
nimanthad
Offline Send Email
Apr 26, 2007
6:18 am
Messages 15188 - 15217 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