| Thread | Last Post | Replies |
|
| I can't figure out the *$#! licensing | 06 Jul 2005 03:52 GMT | 11 |
I'm at the end of my tether. I'm a maintenance programmer who has been looking after VB6 applications for years. Now the first VB.Net apps have arrived in the Pipeline and we need to
|
| Verify a person's name? | 06 Jul 2005 02:56 GMT | 11 |
Hello. I am trying to get VB6 to ask the user for his/her name. I have created a public variable called MyName. I want to generate an inputBox that can get the user's name. If the cancel button is pressed, I want the user to be redirected to the intro form, or to the inbutBox ...
|
| Return Security Events for Yesterday | 05 Jul 2005 23:52 GMT | 4 |
Can anyone determain why the following will not give me only yesterdays security events from the eventlog. It seems to give me around 12 hours worth of events and includes some from todays date? I want yesterdays events all 24 hours worth.
|
| How do I implement a delay in VB6 | 05 Jul 2005 23:30 GMT | 2 |
How can I implement a delay, of say 100 msec, in a subroutine? In the past I have used a Do-Loop that looked at the GetTicCount function of the WinAPI like below. 'Some code goes here.....
|
| data structure equality | 05 Jul 2005 22:30 GMT | 7 |
I have made a data structure and I would like to be able to compare them. There must be a more simple way then comparing all the ellements of it. Is there? my structure.
|
| DOS box and ALT_ENTER | 05 Jul 2005 22:25 GMT | 3 |
All, Problem: Shell to a dos box and have it display on the entire screen by default (like typing ALT_ENTER) For instance, I have the following:
|
| Date Time Picker Question | 05 Jul 2005 21:16 GMT | 9 |
I have added a Date Time Picker date control to a project (in fact it is displayed when I select a specific column in a datagrid) and I would like it to expand when it receives the focus. The code below works for a ComboBox (substituting the hWnd value) but it does not work work ...
|
| WebDAV message properties | 05 Jul 2005 18:52 GMT | 1 |
I hope you can help me with a problem I have writing a vbs script rather than a VB application. The scripts I'm writing will create a messaging availability and deliverytime report. I have a few problems:
|
| Name of Control under to mouse pointer | 05 Jul 2005 18:45 GMT | 2 |
I want to be able to find out the name of the control ( button, text box, list box, etc ) under the mouse pointer, without having to code a "Mouse_Move" for every control on the form. I tried using the code below, but it does not work because as soon as the
|
| VB 6 UCase failing Compile Error: Can't find project or library | 05 Jul 2005 16:56 GMT | 8 |
My Visual Basic 6.0 project isn't working this morning. I try to run it from the VB editor, and I get the message: Compile Error: Can't find project or library However, I have the right references in my project. They are (in order):
|
| Visual Studio Installer | 05 Jul 2005 15:08 GMT | 2 |
I saw this today on the microsoft site. Anyone here use it? Is it better than the VB Package and Deployment wizard? Thanks Diarmuid
|
| How to display chm help file from menu/button. | 05 Jul 2005 13:25 GMT | 1 |
Also how to get to a specific topic in that chm file from VB? Thanks for your help.
|
| Divide a path into a Drivename, Pathname, and Filename? | 05 Jul 2005 12:38 GMT | 12 |
What is the best way to split up a path to a file C:\a\b\test.txt into the Drivename, Pathname, and Filename? Does VB6 have functions for this? Stan Hilliard
|
| CoWaitForMultipleHandles api example or help | 05 Jul 2005 06:48 GMT | 1 |
I am stuck trying to migrate calls that previously used the WaitForSingleObject API to the CoWaitForMultipleHandles api as detailed in the msdn article <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncomser/html/c omthread.asp>
|
| How to Calculate hours between st. Date St.Time and End Date EndTi | 05 Jul 2005 06:31 GMT | 1 |
In one of my form i need to show the total hours:Mins involved for a process by getting the user input as st. Date St.Time and End Date EndTime. I used 4 dtpicker for these and i tried with many conditions but i couldnt get it. I strongly believe that there should be some ...
|