| Thread | Last Post | Replies |
|
| Detecting Mouse Click Anwhere on Form | 28 Feb 2007 01:42 GMT | 1 |
Is there an easy way to detect a mouse click anywhere on a form, including a menu? jim
|
| Problem with ASP instancing VB6 DLL under IIS6 - Windows 2003 (Microsoft VBScript runtime error '800a01fb') | 28 Feb 2007 00:41 GMT | 2 |
I had a problem while trying to access some methods of my VB6 DLL's in IIS6 using ASP. The errors were always something like "Microsoft VBScript runtime error '800a01fb' Exception: DoSomething".
|
| A VB / asp date problem | 28 Feb 2007 00:19 GMT | 2 |
I have a date formatting problem in ASP/vbscript. I have read many posts on the web, but none have been able to resolve this issue. My issue is the typical dd/MM/yyyy flip to MM/dd/yyyy date problem.
|
| What is the use of DBCC CHECKIDENT | 28 Feb 2007 00:03 GMT | 2 |
Hi: Can any one please tell me is this is a stored procedure or a function: DBCC CHECKIDENT. I am debugging an old program but unable to understand what exactly is that cnADOSQL.Execute "DBCC CHECKIDENT ('tbl_distlist_balrange', RESEED, 0)"
|
| Common File Protocol | 27 Feb 2007 22:54 GMT | 1 |
So...while I'm cleaning up my wares to be compliant with Vista standards (and apparently programming standards in some cases) I've come across another issue which I need some direction. This of course is the "common file" issue.
|
| Inline Assembly In VB6 | 27 Feb 2007 19:43 GMT | 14 |
part two: --------- I've searched google for a long time. The term 'inline asm vb6' turned up a link to www.persistentrealities.com.
|
| Need to pull HARD DRIVE serial number in DOS!!!!! | 27 Feb 2007 16:10 GMT | 26 |
Who would of thunk but yes DOS is still needed! I have a need to pull Hard drive info and Bios Info from a dos prompt. This PC(s) will not have a OS. So I need the EXE to running in native Dos mode. CAn any one help!! please.........
|
| IE 7 issues...Plzzzzzzzzzzzzz Help | 27 Feb 2007 15:31 GMT | 5 |
I've got a very wierd issue with my application. I have a standard windows form which takes information entered by the user and submits it to a web
|
| Security - Active Directory Good Practices | 27 Feb 2007 14:55 GMT | 7 |
I have an application that uses a Sql Server database as a backend. The app has several forms that are only to be seen by Admin type people and the other forms are seen by regular users. The way I dealt with this was to have everyone log in and depending on their status in a ...
|
| Open Excel when user press OK button | 27 Feb 2007 14:54 GMT | 2 |
Hi: This is the message box which shows that the file is save in the my document folder with the file name. Can any one please tell me how to i create another message box with OK Cancel button and with the message "Do you want to open that excel file" If user press Ok it open
|
| How to save common appdata to the registry? | 27 Feb 2007 14:39 GMT | 18 |
i use the folder %ALLUSERSPROFILE%\MyApp to store files for all users (admin and limited users have read/write access). Now i need to store some values at the registry for all users (admin and limited users must have read/write access).
|
| Determine if: > .dat < is in a string | 27 Feb 2007 09:05 GMT | 8 |
I need to determine file type from the file path and name which I get from the CommonDialog control. What is the best way?
|
| Find Coords within X Radius | 26 Feb 2007 23:54 GMT | 4 |
I need to run through a recordset with Lat Lon coordinates and find out if they are within X radius from a certain coord. The coords are build up like this: 321600 (degrees, minutes and seconds).
|
| Problem populating a combobox if cases differ | 26 Feb 2007 23:06 GMT | 23 |
I am trying to populate a combobox with all files in a certain folder with a .png extension. Hers what i have... Dim strFileName As String 620 frmMain.cboEffect.AddItem "None"
|
| Closing Recordset Object | 26 Feb 2007 20:13 GMT | 5 |
Hi. I have an application that runs many queries. I'm using an ADODB.Recordset, so 1) should I close the recordset between queries? 2) should I delete and reallocate the recordset obj between queries?
|