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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14297 - 14326 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14297
hello i need help for use combobox in grid such as flexgrid .i used DataDynamics product "SharpGrid" but i dont have license. if you have free OCX component...
mohsen asadi
mohsen_a1968
Offline Send Email
Sep 2, 2005
1:30 pm
14298
i'm developing a graduation project which is a time tabling software and im strunded on how to make shedules so that class rooms dont conflict , and also...
pnjukia
Offline Send Email
Sep 2, 2005
2:23 pm
14299
can anybody help me out by guiding to develop a vb software for converting text files toWav,Mp3,please let me know mail me to prejeshmail@......
prejesh .s
prejeshmail
Offline Send Email
Sep 3, 2005
5:26 am
14300
I would like to create a group colaberation project a multi threaded ftp server with msde/sql support anyone intrested? looking to make this an open project...
actracy
Offline Send Email
Sep 3, 2005
6:44 am
14301
please help to overlay text in ritchtextbox, ie text can display over other textbox without background - transparant display. Also help to tilt the text in...
sandeepmodapathi
sandeepmodap...
Offline Send Email
Sep 8, 2005
2:21 pm
14302
HEY GUYS Thanks for your support. Now, i have another question. I have developed a program that uses fonts i created. They worked fine. Now, during...
sami andom
saminor2002
Offline Send Email
Sep 9, 2005
2:38 pm
14303
Just dump the fonts into the appropriate windows folder?...
Matt
unicornssecond
Offline Send Email
Sep 9, 2005
3:13 pm
14304
u can use vb code to make a copy program. after installation it will copy the font to the appropritae foder of windows. regarding bimal ... ...
Biaml Barman
taebimal
Offline Send Email
Sep 9, 2005
6:32 pm
14305
hi i need help abt text box manipulation. suppose there r 3 text box such as text1, text2 and text3. the input in text1 and text2 will bw shown in text3 in...
taebimal
Offline Send Email
Sep 9, 2005
6:32 pm
14306
If you're using .NET myString &= Text1.Text & vbCrLf myString &= Test2.Text & cbCrLf Text3.Text= myString Or standard VB myString = myString & Text1.Text &...
Tim Rupp
timrupp804
Offline Send Email
Sep 9, 2005
6:50 pm
14307
u need to customize date format. make it dd-MMM-yyyy in both dtpicker format properties and database field format properties. ... date". when i try to save the...
taebimal
Offline Send Email
Sep 10, 2005
2:24 am
14308
hi, how to insert tab in a text box? suppose i want to print "statement1" and "statement2" with a tab in between them.like this :- "statement1...
Pratik Chakraborty
cpratik_2003
Offline Send Email
Sep 10, 2005
5:16 pm
14309
Hai Friends, I need ur help.. Iam designign a VB proj where i wanted to load all the important dates with their corresponding events..I want this events to be...
radhika_vbin
Offline Send Email
Sep 11, 2005
6:05 pm
14310
There's a Tab() command - I am assuming you are using VB-6 (you didn't mention whether you were using VB-6 or VB.NET). Just do a search for TAB in the help...
Richard
alienwebmaster
Offline Send Email
Sep 11, 2005
7:58 pm
14311
Hi. use "statement1" & VBTAB & "Statement2" if this didn't work then use "statement1" & space(10) & "Statement2" Surjit ... ...
surjitlimit@...
surjitlimit
Offline Send Email
Sep 12, 2005
12:38 pm
14312
thanx space(10) really works. surjitlimit@... wrote: Hi. use "statement1" & VBTAB & "Statement2" if this didn't work then use "statement1" & space(10) &...
Pratik Chakraborty
cpratik_2003
Offline Send Email
Sep 12, 2005
1:31 pm
14313
Has anyone been able make it so that you can "bring to front" Line? It insists on going behind other objects. It would sure be nice to be able to use it to...
Jesus Is the Answer
halfof4is2
Offline Send Email
Sep 12, 2005
5:00 pm
14314
Hi friends , I want to Validate a date entered by a user in a text box in mm/dd/yyyy format.help me out guys.i have tried the following code but of no use.Its...
khateeb
k_khateeb
Offline Send Email
Sep 12, 2005
7:25 pm
14315
Hello friend, So what is of no use? Could you perhaps elaborate on your problem with this routine. BTW, it doesn't seem very urgent to me. _____ From:...
Tim Rupp
timrupp804
Offline Send Email
Sep 12, 2005
7:42 pm
14316
Gotta Agree Tim Khateeb, use the IsDate Function ... Private Sub txtdate_LostFocus() ''''LOST FOCUS OF TEXTBOX If IsDate(txtDate.Text) Then ...
Mike Bouffler
mikebouffler
Offline Send Email
Sep 13, 2005
8:48 am
14317
hi friends, thanks a lot. A man is known by the friends he keeps!!! __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 ...
Khateeb Ali Kalania
k_khateeb
Offline Send Email
Sep 13, 2005
6:57 pm
14318
if u only want to make a reminder then make a trigger which will check date and will trigger in deire date. may be i will be able to send u the code next time...
taebimal
Offline Send Email
Sep 13, 2005
7:31 pm
14319
Hello I teach basic computer skills and found that some students (people who never used computers before) are having trouble "mastering" basic mouse functions...
nirwaiz
Offline Send Email
Sep 14, 2005
1:55 pm
14320
hi everybody i have faced a prob. there is a prog that finds out each and every files in c drive with ext .txt. this run well but the prob is in that time the...
Pratik Chakraborty
cpratik_2003
Offline Send Email
Sep 18, 2005
10:26 pm
14321
Hello friend, Seems like you have two choices.you could rename all files to .txt or you could fix the other buttons of the form. Regards, _____ From:...
Tim Rupp
timrupp804
Offline Send Email
Sep 18, 2005
10:39 pm
14322
Look into the DoEvents function. ... -- Don Roberts - don@... http://www.drscripting.com http://www.robertsgenealogy.com <br> <a...
Don Roberts
droberts_00
Offline Send Email
Sep 19, 2005
2:43 am
14323
hi, I faced a problem. Please help me in solving it. Here is it... I take one form and connect it to dBase through database control(data1). Now I want to use...
rahulparashar_1
Offline Send Email
Sep 19, 2005
10:29 am
14324
Hi Friends, How do i connect a Virtual drives by using VB Coding?? Thanks Sai Krishna...
kvs_saikrishna
Offline Send Email
Sep 19, 2005
10:30 am
14325
Hi Friends, I have developed program with VB 6.0, MS Access and Crystal Report 8.5. Report developed at my office using DSN. Its work perfectly at my office...
Chintan Shah
cdshah76
Offline Send Email
Sep 19, 2005
12:18 pm
14326
I am attempting to convert a rich text box into HTML page without using expensive third party software. I know I could manually convert to html but that is too...
Program Goddess
debbetaylor
Offline Send Email
Sep 19, 2005
5:23 pm
Messages 14297 - 14326 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