| Thread | Last Post | Replies |
|
| Const string array | 25 Jan 2005 17:10 GMT | 2 |
I want to create a const array of strings in a module declarations section. I'm not quite getting it right. What I want is something like this : Public Const TheListTypes() = ("First", "Second", "Third", "Fourth",
|
| Loading to a DOM object | 25 Jan 2005 15:18 GMT | 8 |
I am getting an error when i run a code in Windows 2003 server. But if i run the same piece of code on XP or any other OS its working fine. I am sending a 1MB xml file to the asp and the asp loads this XML to a DOM object. The error is from ASP on loading the XML to the DOM object.
|
| A pal needs help on this site | 25 Jan 2005 15:16 GMT | 7 |
A pal needs help on this site greetings fellow newsgroupers. I recently found a site called Microsoft Forums. In a very short time I became very known to the site and its an excellent tool. This guy who runs it is good too but needs a helping hand.
|
| windbg | 25 Jan 2005 14:30 GMT | 1 |
I have a simple VB6 project (one text box and one button) which I would like to perform source code debugging using windbg.exe. Can anyone confirm what switches/settings I need so I can use winDBG instead of the IDE Debugger.
|
| Getobject and ActiveX exe ... | 25 Jan 2005 13:56 GMT | 2 |
I want to share my class from my applications. I create ActiveX exe server and myclass1 in exe server. I have 2 applications and I want to access activex exe server. Msdn samples are for excel and word applications like Set oXLS=Getobject(,"excel.application") or Set
|
| run-time error 339: comdlg32.ocx or its dependencies missing | 25 Jan 2005 10:55 GMT | 2 |
I am running an application server with Windows 2000 server. Several applications are running fine when started directly from the server console. However, when these same applications are started from a workstation that is connected via VPN to this application server, they don't ...
|
| Delaring a DLL in VB 6.0 | 25 Jan 2005 10:40 GMT | 4 |
I have a DLL and an example C++ MFC program with it (that includes source code) , the header file shows the calls to DLL. I need to know how to declare them in VB 6.0 Thank you for your help.
|
| Compare string with a relevancy factor (VB 6.0 or VB .Net) | 25 Jan 2005 07:56 GMT | 10 |
I would like to compare 2 strings and get back a relevancy factor. Ex : String 1 String 2 Relevancy ===== ===== ======== ABCD ABCD 100%
|
| picturebox | 25 Jan 2005 03:45 GMT | 15 |
I am using VB6 with graphics loaded to a pic box (win95). The problem is when I change code to say test an object the pic box isnt displaying the new results with say extra graphics on pic box but just the old display. The screen isnt refreshing with new stuff.
|
| Help-Examples of MSHFlexGrid needed! | 25 Jan 2005 02:25 GMT | 3 |
Can anyone point me to a good resource, with examples, for the MSHFlexgrid? I found that my web searches did not produce that much information. Ricardo
|
| Warning! | 25 Jan 2005 00:46 GMT | 3 |
Look out for this lady - Compu-Pikachu A small amount of her postings are showned below. If you look at the Resent post by this lady, then be patient. It takes about 2 minutes
|
| Save RichTextBox OLE objects to file? | 24 Jan 2005 23:57 GMT | 3 |
Is there a way to extract the OLE objects in a RichTextBox and save them to disk? Thanks, Jeff Beem
|
| How to pass a Winsock control to an ActiveX exe ? | 24 Jan 2005 23:44 GMT | 6 |
I am using MS Winsock control 6.0 (SP5) as a server. I need to pass the Winsock control to an ActiveX exe. 1. When I do it on my machine and another machine it works fine. But, when I do it on the production machine,
|
| Help with webbrowser navigate memory problem | 24 Jan 2005 23:41 GMT | 4 |
The following simple code loops navigating to a webpage. The memeory used continues to grow over time. How can I release the memory or stop the program from continually grabbing memory? This is a simple test that shows the problem I am seeing in my real application.
|
| Open file without specifying the program | 24 Jan 2005 21:43 GMT | 4 |
If I know for instance that the file might be opened in Notepad I can open it from VB6 by doing this: strRun="Notepad.exe " & FileName.txt lngReturn=Shell(strRun)
|