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 15225 - 15254 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15225
thanks, Iam using VB 6.0 ____________________________________________________ Yahoo! Singapore Answers Real people. Real questions. Real answers. Share what...
Alif sugiarto
tan_lung040204
Offline Send Email
May 1, 2007
11:26 am
15226
Hi you can use Flex Grid from Component One. Thanks tan_lung040204 <tan_lung040204@...> wrote: I Have problem in using grid, I want in the colom of...
Subhasis Chanda
subhasis_chanda
Offline Send Email
May 2, 2007
8:14 am
15227
what is component one, as I know there are no grid in standar vb can do this job thanks ____________________________________________________ Yahoo! Singapore...
Alif sugiarto
tan_lung040204
Offline Send Email
May 3, 2007
7:40 am
15228
Hi Alif Go to http://www.componentone.com/ and download VSFlexGrid 8.0 Thanks Subhasis Alif sugiarto <tan_lung040204@...> wrote: what is component...
Subhasis Chanda
subhasis_chanda
Offline Send Email
May 3, 2007
10:25 am
15229
... There is a free grid you could use SGrid 2 Here are a couple of links describing what you want - ...
crombierob
Offline Send Email
May 3, 2007
12:07 pm
15230
hi, I have some questions on these 2 contols in VB. Both controls used to play a video file in VB project. 1. Display Mode As information, Media Player has a...
setlan83
Offline Send Email
May 5, 2007
3:50 am
15231
I am using data grid in my project but data grid is not supporting mouse middle scroll button. How to support mouse scroll button to scrolling data using...
Abdul gaffer
romeldhaka
Offline Send Email
May 6, 2007
7:02 am
15232
I wouldn't try to program the middle mouse button because it is highly unlikely that your users will have that button on his mouse. They haven't made 3 button...
Jesus Is the Answer
halfof4is2
Offline Send Email
May 6, 2007
5:32 pm
15233
I made a listbox and set its style to checked. I can't seem to see any way to programically check or uncheck an individual item in its list. I know in a VB...
Have A_nice_day
halfof4is2
Offline Send Email
May 6, 2007
9:32 pm
15234
... In VB6, the ListBox control has a Selected property that takes the item's index as a parameter. eg. Private Sub Form_Load() List1.AddItem "thing" ...
Adelle Hartley
adellehartley
Offline Send Email
May 6, 2007
11:38 pm
15235
Hi Anthony, ... Every mouse I've used for the last decade has had at least 3 buttons, and pretty much every MS mouse still in production has at least 3 buttons...
Shawn K. Hall
vb_shawn
Online Now Send Email
May 7, 2007
1:28 am
15236
The ListBox has an ItemChecked Event. Get the details from your help file. Ulrike [Non-text portions of this message have been removed]...
Ulrike Haupt
ulrikehaupt
Offline Send Email
May 7, 2007
7:42 am
15237
Michael, I created an ActiveX Control for plotting. This allows me to have multiple plots in one program without having to program each plot individually....
Timothy Bard
timothybard
Offline Send Email
May 9, 2007
3:28 pm
15238
Anthony, The property you are looking for is Selected(). For example, List1.Selected(1) = True will put a check mark next to the second item on the Listbox. ...
Timothy Bard
timothybard
Offline Send Email
May 9, 2007
6:02 pm
15239
Hi Can anybody help me on wildcard search in VB.06. Database have two fields txtpwd and txtuser. txtUser field has iali1, iali2, iali3... records When i'm...
ismail.vellore
Offline Send Email
May 10, 2007
10:58 am
15240
Looks as if you left out the field name in your query. Try something like this: ("SELECT * FROM tbllogin WHERE txtUser LIKE 'ial%'") _____ From:...
Timothy Rupp
timrupp804
Offline Send Email
May 10, 2007
11:48 am
15241
Hi In SQL Server Or Oracle ("SELECT * FROM tbllogin WHERE txtUser LIKE 'ial%'") But In Access ("SELECT * FROM tbllogin WHERE txtUser LIKE 'ial*'"). Thanks ...
Subhasis Chanda
subhasis_chanda
Offline Send Email
May 10, 2007
12:33 pm
15242
I want to store my data drid details in my database for the Stock inventory program Please help me how to input the datas and link the grid with database...
jpg143ak
Offline Send Email
May 10, 2007
12:33 pm
15243
In my opion, the easiest way to use a DataGrid in VB6 is with an MS Access database. I would not recommend ac Access database for large projects, but to learn...
Timothy Bard
timothybard
Offline Send Email
May 10, 2007
3:43 pm
15244
Thanks Tim its working fine now... ... From: Timothy Rupp <tim.rupp@...> To: vbhelp@yahoogroups.com Sent: Thursday, May 10, 2007 5:17:32 PM Subject: RE:...
Ismail A
ismail.vellore
Offline Send Email
May 11, 2007
5:43 am
15245
I need to know how I can from a subform in Access select a "building name"(from the table 'Building') and have the Building Id (unique number) tied to that...
jjolene31
Offline Send Email
May 12, 2007
2:37 am
15246
Are you doing this all from MS Access? If so, then doing what you want is rather straight forward. You will need to create an "On Update" event. Within the...
Timothy Bard
timothybard
Offline Send Email
May 12, 2007
4:46 pm
15247
... large ... (OLEDB) ... the 3 ... click ... your ... ok ... will ... VB6 ... yuo ... add ... DataGrid ... Thanks for u message That right But I am doing my...
jpg143ak
Offline Send Email
May 14, 2007
1:52 pm
15248
Dear Member, I need you help. I want to write a VB program that can monitor functionality of external program in running my computer. suppose some program...
Iqbal hossain
iqbalcse2000
Offline Send Email
May 14, 2007
5:05 pm
15249
Just thought I would share my recent experience with Vista and VB6 We have a pretty complex app that uses a lot of the Pro controls plus a bunch of 3rd party...
Julian Holt
jholt@...
Send Email
May 17, 2007
7:16 am
15250
Hi, Does your app use SendKeys at all ? I heard that there are problems with that in Vista. Rob...
crombierob
Offline Send Email
May 17, 2007
8:10 am
15251
Hi Rob Without looking at the code BUT knowing the 'ahem' shortcuts I use.... I bet the answer is a resounding yes :-) For the next rev I may look at dumping...
Julian Holt
jholt@...
Send Email
May 17, 2007
9:48 am
15252
What is the simplest, cleanest way to set up and then connect to a remote database? I have control of the windows-based webserver....
mattlrnz
Online Now Send Email
May 17, 2007
4:45 pm
15253
Hi Matt, ... Use a DSN-less ADO connection: '// ======================================================== '[Variables] Public cn As Connection '[Constants] ...
Shawn K. Hall
vb_shawn
Online Now Send Email
May 17, 2007
8:48 pm
15254
Thanks! This looks good and I understand the syntax. Is MySQL your preferred online/remote database? I am used to using MSAccess for local and LAN...
mattlrnz
Online Now Send Email
May 18, 2007
2:28 am
Messages 15225 - 15254 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