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@...
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...
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...
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 ...
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@...
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...
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...
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...
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:...
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...
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...
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...
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:...
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...
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 ...
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...
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, 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...
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 ...
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:...
Adam: A Search on MSDN for "permission denied CDONTS" comes up with this: http://search.microsoft.com/search/results.aspx?qu=CDONTS+permission+denied& ...
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@...
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. ...
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...
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...
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...
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...
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...