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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 14505 - 14534 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14505
1. 3 main differences between flexgrid control and dbgrid control 2. ActiveX and Types of ActiveX Components in VB 3. Advantage of ActiveX Dll over Active Exe ...
mailto_vasanth
Offline Send Email
Dec 1, 2005
1:25 pm
14506
Good luck on your class or job interview . ;) _____ From: vbhelp@yahoogroups.com [mailto:vbhelp@yahoogroups.com] On Behalf Of mailto_vasanth Sent: Thursday,...
Tim Rupp
timrupp804
Offline Send Email
Dec 1, 2005
1:38 pm
14507
hello, does anyone know how to creata database connection by using sql command in vb.net? can show me some examples of the sql commands? thanks in advance :p...
setlan83
Offline Send Email
Dec 2, 2005
4:19 am
14508
Use the DataAdapter wizard which starts when you drop a DataAdapter on your form. Really simple...much simpler to do than to explain! ... [Non-text portions of...
Tim Rupp
timrupp804
Offline Send Email
Dec 2, 2005
4:50 am
14509
... sql ... Why don't you just download the 101 examples from MSDN?...
dio_arar
Offline Send Email
Dec 2, 2005
5:36 am
14510
Use the Package and Deployment wizard... ... it.. ... the ... the ... instructions...
dio_arar
Offline Send Email
Dec 2, 2005
5:37 am
14511
Hi all, I am writing a VB6 application that automates another application, written in MS Access. Using the Access type library, my VB6 code can obtain a...
Adelle Hartley
adellehartley
Offline Send Email
Dec 5, 2005
7:04 am
14512
Hi Adelle, ... Use SendMessage to click it once you've obtained the hWnd. http://www.vbexplorer.com/VBExplorer/tips/src09.htm Regards, Shawn K. Hall ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 5, 2005
7:50 am
14513
Hi Shawn, ... Thanks. The trick with Access, as it turns out, is that only the active control ever has an hwnd, so you have to set the focus before using ...
Adelle Hartley
adellehartley
Offline Send Email
Dec 5, 2005
8:45 am
14514
Hi Adelle Never tried automating an access app but as you can access the controls MyAccessApplication.Forms("MyForm").Controls("MyButton").Value = 1 Should...
Mike Bouffler
mikebouffler
Offline Send Email
Dec 5, 2005
8:46 am
14515
I've been asked to find some sort of program, or better yet some code (and even better in Visual Basic of some variety) that will (I think) check the DLLs and...
Chris
cochris4
Offline Send Email
Dec 6, 2005
2:40 am
14516
load that field of binary data in to an image box and do that on a form. bimal ... preview...
taebimal
Offline Send Email
Dec 8, 2005
11:07 pm
14517
u better use a text box to show the calculated value and use insert command in the query string to store it in database. best of luck bimal...
taebimal
Offline Send Email
Dec 8, 2005
11:08 pm
14518
ok here is the situation Im stuck on a project that I have to do and I have to find the reflex time of someone using timers. Im fairly new at vb so this is...
clanidu
Offline Send Email
Dec 9, 2005
9:49 pm
14519
Well, I'm anything but a computer-type, but I'm having trouble doing a simple macro in Excel. I never can find anything in the help menus provided. Can...
pmsjjjj
Offline Send Email
Dec 9, 2005
9:49 pm
14520
by a database you mean saving to a file right? Open the file for Append (srry I cant spell) then write the stuff to it ill give you a link for writing to a...
clanidu
Offline Send Email
Dec 9, 2005
9:57 pm
14521
Hi PMS, ... In your code start out using the Selection object and then play with the selection after issuing a select on the new range. '//...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 9, 2005
10:25 pm
14522
Thank you. Someday I may get enough ambition to learn how to do this. Trouble is, I don't need it for much. Anyway, that did the trick, and I appreciate it....
pmsjjjj
Offline Send Email
Dec 10, 2005
12:33 am
14523
Dear all what is the best way to store time in the sql tables for furthere calculations. Regards Mehran __________________________________________________ Do...
m.a mehran
mehranet
Offline Send Email
Dec 11, 2005
10:19 am
14524
hai, i don't find the deployment wizard in my vb 6.0 .. what may be error..how can i rectify it? thanks, Radhika.S. dio_arar <dio_arar@...> wrote: Use...
Radhika Sankarakrishnan
radhika_vbin
Offline Send Email
Dec 14, 2005
7:07 am
14525
It is not in the IDE. If you go to the Start menu entry for vb, you will find it in the Microsoft VB6 Tools sub menu It presumably could be included in the IDE...
Rob Crombie
crombierob
Offline Send Email
Dec 14, 2005
11:31 am
14526
hi radhika, u check following location Drive:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\PDCMDLN.EXE or u reinstall suresh Radhika...
suresh kumar
vlrvb
Offline Send Email
Dec 14, 2005
5:09 pm
14527
hello everyone, i'm doing a project on airport system. can anyone give me some references on it? thanks in advance :p...
setlan83
Offline Send Email
Dec 16, 2005
1:08 am
14528
hey all I am having trouble with searching in my vb and access db. How can i search for multiple words in any order? thanks, sami ...
sami andom
saminor2002
Offline Send Email
Dec 16, 2005
8:10 am
14529
... i search for multiple words in any order? ... dear Sami Apply a binary or bubble serach algorith to do the following....
indianbill007
Offline Send Email
Dec 16, 2005
3:30 pm
14530
Hello! I am not an expert (just ask the experts), but I have found that it's easier to just store stuff as a string or text in databases then do the converting...
HouseDad
cwcummins
Offline Send Email
Dec 16, 2005
8:34 pm
14531
Sami, are you trying to search multiple words that many be contained in a single field or multiple fields? Is the field string or memo? Matt...
Matt
unicornssecond
Offline Send Email
Dec 17, 2005
1:12 am
14532
dear friends, i need a help. how can i run an external program using vb? suppose that, i like to run aim.exe or icq.exe by vb. at the same time i also want to...
taebimal
Offline Send Email
Dec 17, 2005
4:28 pm
14533
You could always just use the vb Shell command. If not powerful enough, try one of the following routines which uses the windows API. Private Declare Function...
Jim Lawler
edasich
Offline Send Email
Dec 17, 2005
10:08 pm
14534
Hello everyone (total VB.NET beginner here), I'm reading the "SAMS Teach Yourself VB.NET In 21 Days" book, and came across an exercise that I can't get to...
howard_portney
Offline Send Email
Dec 19, 2005
5:19 am
Messages 14505 - 14534 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