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 15121 - 15151 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15121
Hello all, I am using scGrid ocx for the first time but have come undone ! I am trying to pull some cells from an excel spreadsheet and put them in my scGrid....
testblokepuma
Offline Send Email
Mar 1, 2007
2:26 pm
15122
Hi All I have a String "FEO CHARGES INCURRED AFTER OR OVERLAP DATE OF DEATHLine 1 - FEOLine 2 - FEO" I want to just grab "Line 1 - FEOLine 2 - FEO" and further...
shakha79
Online Now Send Email
Mar 1, 2007
4:54 pm
15123
Thanks, Rob! I am confused as to why it runs on certain machines and not others. It could be because I installed the program earlier on them? I am pretty sure...
HouseDad
cwcummins
Offline Send Email
Mar 1, 2007
5:31 pm
15124
Shahid, If I am understanding your question correctly, you can use a statement such as LINE1$=MID$(MYSTRING$,52,12):LINE2$=RIGHT$(MYSTRING$,12) or for the last...
HouseDad
cwcummins
Offline Send Email
Mar 1, 2007
5:38 pm
15125
... First, create a module with the following: Option Explicit Global Const WINDING = 2 Global Const ALTERNATE = 1 Global Const RGN_OR = 2 Type POINTAPI x As...
vb6_dev
Offline Send Email
Mar 1, 2007
7:54 pm
15126
Hello everyone, May I know is there anyone here used this DXAnimatedGIF1 control before? Does it works only in English version of Windows XP? How about...
setlan83
Offline Send Email
Mar 2, 2007
1:32 am
15127
Hi, I may not be understanding your request ? Does this help - 'I place a textbox on form and set to multiline. 'I typed into it's Text property 4 lines of...
crombierob
Offline Send Email
Mar 2, 2007
3:31 am
15128
You have two two options : one is Split function and other is using Mid function Still Any Problem......
Pritpal
manii4us
Offline Send Email
Mar 4, 2007
1:58 am
15129
Hi, I need help on changing some of the settings under the "Regional and Language Options". Please open Control Panel ---> Regional and Language Options ---> ...
setlan83
Offline Send Email
Mar 5, 2007
4:22 am
15130
how about transparent form ... First, create a module with the following: Option Explicit Global Const WINDING = 2 Global Const ALTERNATE = 1 Global Const...
Jhun Boco
jovoh
Offline Send Email
Mar 5, 2007
7:48 am
15131
... http://vb.mvps.org/samples/project.asp?id=Translucent http://vb.mvps.org/samples/project.asp?id=CustomBlt Regards, Shawn K. Hall http://12PointDesign.com/...
Shawn K. Hall
vb_shawn
Online Now Send Email
Mar 5, 2007
11:17 am
15132
I am automating an excell spreadsheet through VB, to automatically log test reults from an functional board tester. I got it working and debugged on my system....
testblokepuma
Offline Send Email
Mar 5, 2007
1:03 pm
15133
... log ... ocx ... is ... someone ... rectifying ... Managed to get this one sorted, found some info on MSDN. For some reason adding a timer and firing the...
testblokepuma
Offline Send Email
Mar 5, 2007
3:51 pm
15134
I have a DLL written for VC 6 that I want to use in a VB6 app. Here are the first few lines of the header: // Include file for hct99hid.dll V1.38 (VisualC...
jkrodkt
Offline Send Email
Mar 12, 2007
10:52 pm
15135
Ok, i'll take a stab at this.. If i'm correct about this, you cannot have opening underscores "__" being used in VB. The underscore is a C/C++ interface. So,...
tjm_jw
Offline Send Email
Mar 14, 2007
8:49 am
15136
The underscore is the line continuation character in VB 6. But there is still a way to use the underscore as illustrated here. Put the underscore and the...
Richard
alienwebmaster
Offline Send Email
Mar 14, 2007
5:07 pm
15138
hello, I'm using VB6, with the reference "Microsoft DAO 3.6 Object Library". After I installed the exe file create by VB6, i get the following error message...
setlan83
Offline Send Email
Mar 15, 2007
7:07 am
15139
Here is a prob I have so far. Below is the VB6 code... Option Explicit Private Declare Sub addLongs Lib "myDLLFile" (ByRef number1 As Long, ByVal number2 As...
tjm_jw
Offline Send Email
Mar 15, 2007
8:20 am
15140
Hey I never thought about the brackets. Thanks for the heads up.. JW ... there ... as...
tjm_jw
Offline Send Email
Mar 15, 2007
8:20 am
15141
you installer is I think grabbing part of the jet libraries and not all. You could try downloading the jet SP from Microsoft and installing that on the...
Matt
unicornssecond
Offline Send Email
Mar 15, 2007
1:11 pm
15142
... The Jet drivers should not be installed through the VB installer - at least not directly. Different file versions are required by different operating...
Shawn K. Hall
vb_shawn
Online Now Send Email
Mar 15, 2007
9:46 pm
15143
Hello, I'm using VB6. I wish to create a setup for win98. So I use DAO350.dll and connect to Access. I got error : Class not registered. Looking for object...
setlan83
Offline Send Email
Mar 16, 2007
4:33 am
15144
Good Day all; I have written a program in VB Express in which a button control displays a pdf file. All works good on my own computer, but when the program is...
citabriacggms
Offline Send Email
Mar 16, 2007
9:51 am
15145
This should help: http://support.microsoft.com/default.aspx/kb/288706 ... -- Don Roberts - don@... http://www.myspace.com/donroberts [Non-text portions...
Don Roberts
droberts_00
Offline Send Email
Mar 16, 2007
4:36 pm
15146
hello, i created a vb project, with a splash form & a main form. i set the splash form as the start up screen and i used "Load frmMain" command in the splash...
setlan83
Offline Send Email
Mar 17, 2007
3:16 am
15147
Do you get the out of memory error if you start directly using the frmmain? Matt...
Matt
unicornssecond
Offline Send Email
Mar 17, 2007
3:35 am
15148
Is there a reason that you use Load instead of Show ? Would this code in your Splash Form do the trick ? Private Sub cmdShowFrmMain_Click() Unload Me ...
crombierob
Offline Send Email
Mar 17, 2007
4:09 am
15149
if i start directly using the frmmain, i will get error: "System Error &H80004005 (-2147467259). Unspecified error." Matt <unicorn.pc.support@...>...
woo setlan
setlan83
Offline Send Email
Mar 17, 2007
4:33 am
15150
yup, i want to show the splash screen to let user see 1st. then i need to do some database reading and setup the display screen for the frmmain inside the...
woo setlan
setlan83
Offline Send Email
Mar 17, 2007
4:36 am
15151
If you posted a simple example of your code, we could work out what is wrong. or You could try this approach - http://vb-helper.com/howto_splash_screen.html ...
crombierob
Offline Send Email
Mar 17, 2007
4:44 am
Messages 15121 - 15151 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