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 13410 - 13439 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13410
Hi, Currently i m working on Active Directory Implementation in office. I implemented Active Directory Succesfully. But now i m facing one problem. As u know i...
R S Bhatia
rajneet_b@...
Send Email
Oct 1, 2004
3:41 pm
13411
Hummmmm... I thought it would be an API call, but if it's an ActiveX method, much better. I'm using ADO for my app. Thanks Daniel...
Daniel Magliola
peptido2002
Offline Send Email
Oct 1, 2004
3:44 pm
13412
I've finished downloading all the suggested updates for my operating system from Microsoft's website except for Microsoft .NET Framework version 1.1 . Will...
alternate_dph
Offline Send Email
Oct 2, 2004
12:26 am
13413
Daniel, Project needs to reference the Microsoft OLEDB service component. The code below is extracted from a button click event. Index 1 is ODBC, Else ...
Unicorn.PC.Support
unicornssecond
Offline Send Email
Oct 2, 2004
7:03 am
13414
Hi, ... If you are using VB6 then No. The only reason the .NET Framework is a suggested update, is so that programmers who ARE using .NET don't have to...
Adelle L. Hartley
adelle@...
Send Email
Oct 2, 2004
10:57 am
13415
Hello group, I’m creating a client server scoring system, I want to display a countdown timer in the client application. The stop/start timer will be run...
rasta_jom
skankyjom
Offline Send Email
Oct 4, 2004
6:18 am
13416
HI THERE, What you can do is u can create a small exe which holds a countdown timer, and when u click a start button on server side u can execute a shell...
ANKUR ARORA
ankur_arora123
Offline Send Email
Oct 4, 2004
8:16 am
13417
Thank you very much Ankur, I believe that is possible, but I have at least 1 client application, I think there is a better approach by using the winsock...
rasta_jom
skankyjom
Offline Send Email
Oct 4, 2004
9:15 am
13418
You could "shell" the exe file that displays it in Windows. That would be the only way I know to do it. Rick Rose ... From: vbhelp@yahoogroups.com Date:...
Rick Rose
roseri1997
Offline Send Email
Oct 9, 2004
10:47 pm
13419
PolyGon\Region Area Calculator This is my first time to share my codes with others. Plz, I need to know all ur comments. I think u have to read the attached...
Wael Sayed
waelsayed_eng
Offline Send Email
Oct 11, 2004
11:42 am
13420
Hi Wael, Please provide email address. ... From: vbhelp@yahoogroups.com Date: 10/11/04 18:43:09 To: vbhelp@yahoogroups.com Subject: [vbhelp] VB6 code to be...
Paul Turcksin
paul_turcksin
Offline Send Email
Oct 12, 2004
9:11 am
13421
Hi, found this topic quite interesting as currently my case is same like Daniel as I have to manually setup the access database in my ODBC. I tried the codes...
obelix asterix
obelix_hubby
Offline Send Email
Oct 13, 2004
3:29 am
13422
You didn't leave anything out. It was written in VB6, that might be the problem. Rick Rose ... From: vbhelp@yahoogroups.com Date: 10/12/04 22:29:27 To:...
Rick Rose
roseri1997
Offline Send Email
Oct 13, 2004
5:35 am
13423
To ease readability, i want to be able to make the background color of listview items differ. Does anyone know how this is possible. I am using VB6. and the...
rnd
thorinzzzz
Offline Send Email
Oct 13, 2004
1:00 pm
13424
There are numerous examples of how to do this on Planet Source Code. Ian ... From: rnd To: vbhelp@yahoogroups.com Sent: Wednesday, October 13, 2004 6:59 AM ...
Ian Brooke
ianbrooke1
Offline Send Email
Oct 13, 2004
1:30 pm
13425
Check http://www.mvps.org/btmtz/listview/ Hope it helps, Joe...
Joseph Herzog
joeherzog2002
Offline Send Email
Oct 13, 2004
1:43 pm
13426
I have the following code running on a win2k server this code is working in one environment but failing on one of our test servers with a permissions denied...
AdamDayan
Offline Send Email
Oct 13, 2004
9:54 pm
13427
Thanks for the feedback. May I know how can I create the datasource automatically in my ODBC by using VB5 ? Besides the coding given below is there an ...
obelix asterix
obelix_hubby
Offline Send Email
Oct 14, 2004
12:48 am
13428
obelix, There is no real functional difference between VB5 and VB6 for what you are discussing. Their are however differences in DAO or ADO Rick's code creates...
Unicorn.PC.Support
unicornssecond
Offline Send Email
Oct 14, 2004
2:20 am
13429
Thanks for your feedback Matt. Currently I am using RDO to connect to the data source and for each client pc i have to manually create the ODBC for them. So I ...
obelix asterix
obelix_hubby
Offline Send Email
Oct 14, 2004
5:46 am
13430
Oblix, I had not really looked at the code, just passed on the obvious advice. On examination of the code, I think that there is a bit of further ...
Unicorn.PC.Support
unicornssecond
Offline Send Email
Oct 14, 2004
10:05 am
13431
To be honest, I don't remember if it does show up there, but it still works. Have you tried to connect to the database using your new DSN? Rick Rose ... From:...
Rick Rose
roseri1997
Offline Send Email
Oct 14, 2004
3:31 pm
13432
Adam: A Search on MSDN for "permission denied CDONTS" comes up with this: http://search.microsoft.com/search/results.aspx?qu=CDONTS+permission+denied& ...
Brett Stinson
bstinson
Offline Send Email
Oct 14, 2004
11:26 pm
13433
Probably a daft question but here goes nothing :-) Is it possible to develop a VB app in the usual way, include an install (Inno etc) and get your app...
Julian Holt
jholt@...
Send Email
Oct 18, 2004
2:27 pm
13434
Not as far as I know, you have to download the CD development suite from M$. The kit is free and has an approximation of VB which is fairly easy to use. Lu. ...
Ian
neluism
Offline Send Email
Oct 18, 2004
7:01 pm
13435
Julian, As far as i've found out, you can't do this directly. I once downloaded a program by MS called Visual Basic Embedded Tools (or something like that, i'm...
Daniel Magliola
peptido2002
Offline Send Email
Oct 18, 2004
7:09 pm
13436
Hi Julian, ... No. There are ways to convert an existing VB app to PocketVB and/or pocket vb.net. 3rd party controls are a major problem, since very very few...
Shawn K. Hall
vb_shawn
Online Now Send Email
Oct 18, 2004
7:31 pm
13437
Hi, My name is Tony and I live in Outback Australia and am new to both this group and VB6 as you will see from the stupid basic question I am about to ask. I...
tonyevansau
Offline Send Email
Oct 18, 2004
10:17 pm
13438
Tony, When you in a VB project, double-click any form. This should take you to the Form_Load event. Above it, there will be 2 dropdown lists. The one of the...
Mark E
meckeard2000
Offline Send Email
Oct 18, 2004
10:29 pm
13439
Thank you VERY MUCH - I have been looking everywhere - I knew it would be simple but just could not find any helpful reference - Until now that is, Please...
tonyevansau
Offline Send Email
Oct 19, 2004
12:31 am
Messages 13410 - 13439 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