| Thread | Last Post | Replies |
|
| Remote Registry Read | 27 Oct 2005 15:30 GMT | 5 |
All, In order to track down which servers have potentially been infected by a Trojan, I need to remotely scan a lot of registries. The problem I have is that the entry will be under HKEY_CURRENT_USER, which isn't available to
|
| Parse bmp to get "average" color? | 27 Oct 2005 14:22 GMT | 7 |
Anyone know of any algorithms/code snippets that will analyze/parse a bitmap and come back with a color that would best "match" the palette? I found a wallpaper program a long time ago that did that to set the icon text background color to match the current wallpaper.
|
| B/W Image! | 27 Oct 2005 13:51 GMT | 2 |
Can a colored image/picture (gif, jpg etc.) be converted into black-and-white programmatically in a VB6 Form? Thanks, Arpan
|
| Is this ETC (Evil Type Coercion) ? | 27 Oct 2005 13:35 GMT | 4 |
Just one more question: When using GetPrivateProfileInt() API the return value is the integer. Can I cast that value into variable which is declared as Long or Byte? or it will be ETC? :)
|
| Weeks in VB6 | 27 Oct 2005 12:55 GMT | 2 |
I have problem finding how to converting between week number and date - using functions in vb6. If I have a date how do I find the week number - and if I have the week how do I find the start/end dates?
|
| XML Escape Sequence routine | 27 Oct 2005 12:08 GMT | 5 |
I have an app that builds an XML file manually (without the XML DOM). I know I could use the XML DOM but it is not an option in this case. Is there a routine somewhere out there that converts XML special characters (like quote, apostrophe and so forth) to its XML equivalents
|
| MSDN Library on network location | 27 Oct 2005 12:06 GMT | 4 |
I am trying to run the MSDN Library from VS 6 from a network share. Whenever I select a topic that is not installed as part of the typical installation (on the "client"), I just get a blank page. There is no error message at all. If I right-click the page and look at the ...
|
| Change Debug Starting Directory in Visual Basic IDE | 27 Oct 2005 10:26 GMT | 7 |
My VB application needs be run in a directory other than my source since it looks for some other dlls in the current directory. I could make the exe and put in the other dir, but it would be hard to debug the code unless I put out a lot debug messages in the code. Is there
|
| Getting the file length | 27 Oct 2005 10:20 GMT | 8 |
I have the following code: Private Sub Command1_Click() Dim Name As String Dim CalDay As Integer
|
| VB Code - Increment non-standard number | 27 Oct 2005 10:06 GMT | 16 |
I need help with VB code to increment a non-standard number field. For example: Pkg_ID=2008.1000 I need to have the first value for Pkg_ID=2008.1000. Then I need the
|
| Detect Dependency Software | 27 Oct 2005 05:49 GMT | 3 |
Any software recommendation that detects dependency ? Thanks
|
| Software Version | 27 Oct 2005 04:15 GMT | 14 |
Would anybody know how to return the software version number via code. Thanks
|
| A Q about OS | 27 Oct 2005 02:30 GMT | 3 |
In vb6 I created some codewhich depends on the OS(Windows 95, Windows 98, Windows XP, etc. I used the environ Function and the sysinfo.ocx control to get the operating system.
|
| Connection problems SQL | 26 Oct 2005 23:12 GMT | 8 |
Hi I have developed an application that I have been running against MS SQL Server 2000 for several years with no problems. I have tested it against several servers with success. But on this new server I am testing it on it fails after updated statements.
|
| Create DSN in Runtime | 26 Oct 2005 21:15 GMT | 10 |
Is it possible to create DSN in runtime.
|