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 13130 - 13159 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13130
Hello every body I need help for: 1. To convert data in a data table of Fox pro to an access data table having the same field names through vb 6 coding. 2. As...
azizpeshawar
Offline Send Email
Jul 1, 2004
8:55 pm
13131
Hi, I have a visual basic program to start up a project aplication in Access 2000. In the instrction shell i pass user end password from mdw file. However my...
deby_chris
Offline Send Email
Jul 2, 2004
4:36 pm
13132
Chris, Firstly skip on Shell to the EXE. Use the shell API and pass the API the MDB file, the windows shell will look after the locating of Access etc. IIRC...
Unicorn.PC.Support
unicornssecond
Offline Send Email
Jul 3, 2004
3:14 am
13133
I would to made a answering machine in VB using MScomm. for that i did upto pick up siganl and hang up the phone. Next I want to get a phone number in the text...
sen kumar
senthil_122_...
Offline Send Email
Jul 4, 2004
5:04 pm
13134
Dear Sir, Actually I want a useful help from u, in case of Visual Basic. I think, u will help me bcoz u are genius and great. Inserting OLE Object (Microsoft...
muhd_kamran102
Offline Send Email
Jul 5, 2004
3:35 pm
13135
Hi everybody, I have a problem and maybe somebody that is smart can advise me how to solve it. I am using VB.net (2003) and the problem is something along the...
Skouperd
skouperddell
Offline Send Email
Jul 9, 2004
4:16 pm
13136
Skouperd try with "+" insteed of "&" or you could use control array regards viswanathan ... ===== Regards Viswanathan R Mob: 9886083389 ...
Viswanathan R
viswa_jang
Offline Send Email
Jul 9, 2004
4:43 pm
13137
Yourt controls should be in an arry too.. e.g. create a label, then duplicate it. TheIDE will ask if you want to create an array. The syntax from then on is...
rnd
thorinzzzz
Offline Send Email
Jul 9, 2004
4:46 pm
13138
the trick is that your labels must be an array for xx = 1 to 20 LabelName(xx).text = ArrayText(xx) next xx...
.rEs
resres3
Offline Send Email
Jul 9, 2004
5:40 pm
13139
Hi All, I have a form which contains a UserControl - the control is more a wrapper as it only consists of a transparent form containing a line, it is intended...
Ian Brooke
ianbrooke1
Offline Send Email
Jul 9, 2004
7:19 pm
13140
Hi Skouperd, ... I would also suggest using a Control Array in order to do what you want (it has _significantly_ less resource overhead than individual ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jul 9, 2004
8:25 pm
13141
Hi Ian, ... Whoo-hoo! Oh sorry, got a little too excited, too early. ... I would personally suggest you store a reference to the parent form for easy access: ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jul 9, 2004
10:11 pm
13142
there are NO control arrays in .net ... From: ".rEs" <res@...> To: <vbhelp@yahoogroups.com> Sent: Saturday, July 10, 2004 3:12 AM Subject: Re:...
Unicorn.PC.Support
unicornssecond
Offline Send Email
Jul 9, 2004
11:55 pm
13143
One quick thought, You should Create a Function Like ... Private Function FindControl(ByVal ControlName As String) As Control Dim loopX As Integer For loopX =...
Waqas Hussain
waqash@...
Send Email
Jul 10, 2004
12:32 am
13144
I just found this great program to make custom icons (instead of using the ones that come with VB) for applications. Here is the link (the url is quite...
Richard
alienwebmaster
Offline Send Email
Jul 10, 2004
6:09 pm
13145
Hi Shawn, Thanks a lot Shawn. In the command_click handler you have a commented out "on error...." I'm assuming that this is intended to cater for controls...
Ian Brooke
ianbrooke1
Offline Send Email
Jul 11, 2004
4:49 pm
13146
Hi Ian, ... Yep - sorry 'bout that. See what you get when you just whip something together? If you were to add native controls to the form and run it again...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jul 12, 2004
1:21 am
13147
Dear Fellows, I need immediate help on the following problem, "Inserting OLE Object (Microsoft Equation 3.0) from microsoft word in Database like Access or SQL...
Muhammad Kamran Siddi...
muhd_kamran102
Offline Send Email
Jul 12, 2004
3:39 pm
13148
Dear Programmers, For a project of mine I need to find out the determinant value of a 10x10 matrix. Can anyone of you help me with some programs, logic or...
sendilraj
Offline Send Email
Jul 13, 2004
12:36 pm
13149
Hello Everyone, I need some help on designing the <b>Encryption keys</b> in visual basic 6.0 . This is just a sample project dealing with security. i need to ...
ralekya99
Offline Send Email
Jul 13, 2004
4:14 pm
13150
Hi, I'm trying to copy some information from an ASCII text file and then paste it into a Rich Text Box bound to an Access data field. The ASCII text often...
Jim Martin
jimmartin357
Offline Send Email
Jul 14, 2004
1:06 pm
13151
Try this Option Explicit Private Sub Command1_Click() Dim intCount As Integer Dim strTemp As String Dim xx As Long Dim a As Integer Dim b As Integer ' 'create...
.rEs
resres3
Offline Send Email
Jul 14, 2004
5:42 pm
13152
This is making me very annoyed, Ok i downloaded this ocx (toc2sock.ocx) and i tried to add it to my project and it says it was missing or invalid. I am...
shaoskillz
Offline Send Email
Jul 15, 2004
2:16 am
13153
Hi! Can u give me a sample code for creating a word document using vb6. tks Warren ...
Warren Ang
warr_ang25
Online Now Send Email
Jul 15, 2004
3:39 am
13154
Sounds like a bad file. Contact the makers, they can help more than we can. The odds are, nobody here knows any thing about it. ... From: shaoskillz...
Rick Rose
roseri1997
Offline Send Email
Jul 15, 2004
5:29 am
13155
Hi! Can u give me a sample code for creating a word document using vb6. tks Warren ...
Warren Ang
warr_ang25
Online Now Send Email
Jul 15, 2004
6:26 am
13156
Can anybody tell me what is the character in vb.net that will create a new line for me. For example in java if i did System.out.println("i \n need \n this \n ...
weety_2g
Offline Send Email
Jul 15, 2004
4:09 pm
13157
Hi Warren, ... Sure. Add a reference to the "Microsoft Word n.0 Object Library" then add this code to a module: '//...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jul 15, 2004
4:42 pm
13158
Hi Weety, ... You're looking for the constant vbCrLf: sText = "this text" & vbCrLf & "that text." Regards, Shawn K. Hall http://ReliableAnswers.com/ '//...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jul 15, 2004
4:51 pm
13159
Hi Shawn, Thanks for the code. =) ... From: Shawn K. Hall [mailto:vb@...] Sent: Friday, July 16, 2004 12:44 AM To: vbhelp@yahoogroups.com ...
Warren Ang
warr_ang25
Online Now Send Email
Jul 16, 2004
5:37 am
Messages 13130 - 13159 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