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 14151 - 14180 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14151
I have seen many instructions on how to call an API to place checkboxes in a listview - does anyone know how to do the same thing with option buttons? Thank...
mandy_vb6
Offline Send Email
Jun 1, 2005
8:08 am
14152
Hi Friends, I developed small software in VB 6 and Sql Server 2000. I have a problem in date saving in sql database from flexgrid. When i save the data from...
Chintan Shah
cdshah76
Offline Send Email
Jun 1, 2005
10:13 pm
14153
If you change your short date format to D/M/YYYY your problem will go away. A better method is to format dates D/MMM/YYYY. That way there is NO ambiguity in...
Matt
unicornssecond
Offline Send Email
Jun 2, 2005
3:34 am
14154
Hi, ... Last time I did this, it was very easy. The installation program for PHP (the last version I used was 4.3.something) offers you the choice of ...
Adelle Hartley
adellehartley
Offline Send Email
Jun 2, 2005
10:20 pm
14155
hello !! did ur prob solved i don't thing so since i had same prob and wht i had to do is while op connection of sql i had to set date format on sql to dmy ...
hemant jain
solutions2e
Offline Send Email
Jun 3, 2005
4:17 pm
14156
i am just starting to learn programming with visual basic 6 i am trying to get the data from two strStrings Into one message box i think i have to create a new...
martin195076
Offline Send Email
Jun 5, 2005
1:25 am
14157
Martin try this in your code msgbox OriginalString1 & " " & OriginalString2 Matt ... From: "martin195076" <martin.allen25@...> To:...
Matt
unicornssecond
Offline Send Email
Jun 5, 2005
9:35 am
14158
Thanks for the reply but it did not help much if I can explain a bit more I am trying to make a useless prog that will when the user inputs there name and then...
martin`s
martin195076
Offline Send Email
Jun 5, 2005
4:17 pm
14159
Martin, isn't your code C++? ... -- Don Roberts - don@... http://www.drscripting.com http://www.robertsgenealogy.com [Non-text portions of this message...
Don Roberts
droberts_00
Offline Send Email
Jun 5, 2005
6:09 pm
14160
Yes but I'm using visual basic 6 to build and compile the code or should I be using a different language with VB6 can you tell me where I'm going wrong as I...
martin`s
martin195076
Offline Send Email
Jun 5, 2005
11:22 pm
14161
Martin, VB6 uses visual basic as it's language. C++ IS NOT going to compile with VB. To compile C++ you need a C++ compiler such as Microsofts C++ 6. This is...
Matt
unicornssecond
Offline Send Email
Jun 5, 2005
11:50 pm
14162
I am creating a vb application in MS Outlook 2000 that is taking Custom User Defined fields on a form that when a user presses submit it copies the data over...
rxmuzzy
Offline Send Email
Jun 7, 2005
7:23 pm
14163
Is there any code in the vb so i can add a field to the database juz from the vb program??? thanks a lot...
setlan83
Offline Send Email
Jun 8, 2005
6:16 am
14164
... From: "setlan83" <setlan83@...> To: <vbhelp@yahoogroups.com> Sent: Wednesday, June 08, 2005 3:29 PM Subject: [vbhelp] About Database ... Yes...
Matt
unicornssecond
Offline Send Email
Jun 8, 2005
9:56 am
14165
if yes, how?? any hints?? thanks a lot ... From: "setlan83" <setlan83@...> To: <vbhelp@yahoogroups.com> Sent: Wednesday, June 08, 2005 3:29 PM Subject:...
woo setlan
setlan83
Offline Send Email
Jun 8, 2005
1:48 pm
14166
Use ADO and execute the statment just as if you are Query Analyzer (I'm using MS SQL Server with ADO) I executed the following SQL statement through VB and ...
Darrell Adams
captain_51
Offline Send Email
Jun 9, 2005
1:14 am
14167
That will depend on the database access you are intending to use. For the most generic method, use SQL. I would suggest you look up ALTER TABLE in your SQL...
Matt
unicornssecond
Offline Send Email
Jun 9, 2005
1:19 am
14168
Hi I am new to VB programming. I need to find a way of detecting images within a word document, naming them and then copying them. The code I am using is not ...
yasminwhittaker
Offline Send Email
Jun 10, 2005
3:45 pm
14169
Hi all can anybody tell me the VB coding if I put the MS-access database with password in MDB file on to the websapce something like www.xyz.com in db folder ...
Arpan
arpan_jha@...
Send Email
Jun 10, 2005
3:46 pm
14170
Can anyone please help me I'm just starting out learning programming and am able to get text boxes to appear and not much else could anyone tell me of a good...
martin`s
martin195076
Offline Send Email
Jun 13, 2005
7:00 pm
14171
Martin, You may get more help if you get on with a C++ list.this list specializes in VB. Best, Tim _____ From: vbhelp@yahoogroups.com...
Tim Rupp
timrupp804
Offline Send Email
Jun 13, 2005
7:13 pm
14172
What is the command to create a temp table in a SQL Server stored procedure using VB.NET? I tried create temp table DBGTest (DBGTest varchar(250)) but I get an...
Charles Parks
cpbgark
Offline Send Email
Jun 15, 2005
7:26 pm
14173
This is using MS SQL Server try CREATE TABLE #tTempTable(iID INT IDENTITY(1,1), sItem VARCHAR(250)) ... __________________________________ Discover Yahoo! Stay...
Darrell Adams
captain_51
Offline Send Email
Jun 16, 2005
7:11 pm
14174
I've come across a weird situation that I can't find so far on the internet. My data source is an Access 2003 table. I'm in Windows 2000. I'm using Visual...
drewvancamp
Offline Send Email
Jun 21, 2005
3:09 pm
14175
Hi Drew, ... Are you already creating the connection via code and assigning it to the connection for the ADODC? ... This could be a permissions issue. Do the...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jun 21, 2005
4:32 pm
14176
... No. At this point I get the same result when using the properties pages for the ADODC control as I do when I create ADODB objects programmatically as I do...
drewvancamp
Offline Send Email
Jun 21, 2005
9:47 pm
14177
... I think you will find that the actual data file is not located in the same place on each |PC, and you are not 'correctly' identifying the path. Are you...
Matt
unicornssecond
Offline Send Email
Jun 22, 2005
6:26 am
14178
'K I S S' (Keep It Simple) If you have a problem to solve nad it has lots of variables (things invlolved that can go wrong), then cut down the variables (get...
crombierob
Offline Send Email
Jun 22, 2005
7:19 am
14179
I appreciate the advice so far. Thank you all. Firstly, the path that leads to the data, if it were incorrect (and it did not find the MDB file), it would...
drewvancamp
Offline Send Email
Jun 23, 2005
6:58 pm
14180
Hi Drew, ... Have you tried disconnecting the ADODC and assigning the connection to it via code? This usually corrects the path issues and the ADO versioning...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jun 24, 2005
12:10 am
Messages 14151 - 14180 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