| Thread | Last Post | Replies |
|
| LNK1106: Invalid file or disk full: cannot seek to 0x68e2. | 25 Aug 2004 08:38 GMT | 3 |
I have a vb6 EXE that is working at many sites and has been working at this particular site as well until last week. For no apparent reason the abovementioned error appeared. I try to compile at the client's site and get the error: LNK1106: Invalid
|
| Form wont close problem | 25 Aug 2004 05:09 GMT | 2 |
I am trying to close a form and open another at the sametime. This works for me all over my aplication, but here. I check my conditions in the QueryUnload and then do this FormA_QueryUnLoad
|
| Finding keyword/phrase within text... | 25 Aug 2004 04:47 GMT | 4 |
I have a bunch of text in a text file/clipboard (it's actually several lines of html code). I want to be able to 'crawl' thru the lines of text and FIND a line of text containing key words/phrases I tell it. When it finds the line of text
|
| VB6 and Word | 25 Aug 2004 04:03 GMT | 5 |
I've been reading word docs successfully for awhile using: Dim thisPara As Variant Dim WordDoc As Word.Document Set WordDoc = WordApp.Documents.Open(FileName:=fromdoc, ReadOnly:=True)
|
| An MSComm Error 8021 with desc.: "Application-defined or object-defined error" | 24 Aug 2004 20:31 GMT | 1 |
Can someone tell me the possible causes of the error I have? I have the error 8021 (Application-defined or object-defined error) in a Sub that contains the line FrmMain.MSComm1.Output = (Q$)
|
| Visual Source Safe | 24 Aug 2004 18:13 GMT | 2 |
How does SourceSafe get installed for use from VS.NET 2003 EA? Should it be an item under the 'Microsoft Visual Studio .NET 2003' folder in the programs menu? I seem to have it, but only under Visual Studio 6.0. Should I put the CD
|
| Operations on the numbers complex | 24 Aug 2004 18:02 GMT | 5 |
I am not able to find there examples of procedures inVB of operations on the numbers and expressions complex. (Addition of complex, multiplication of complex, ect...) Can you say to me and to indicate itself or I will be able to find these
|
| How to find if a form is Visible or not in VB6 | 24 Aug 2004 17:41 GMT | 4 |
Can anyone help me to find if a form (Within a MDI) is loaded/visible or not without loading the form. That is, Say if a form is not loaded/visible, the form.Visbile will load the form. I don't want this to happen. Thanks and Regards,
|
| Can VB.NET do non-.NET programs? | 24 Aug 2004 17:24 GMT | 6 |
Can I write non-.NET applications with only VB.NET, or do I need the entire Visual Studio? I need to use COM objects like CommandButtons and CommonDialogs and call functions like Shell_NotifyIcon.
|
| VB: Install a Default Windows Printer Driver | 24 Aug 2004 16:14 GMT | 1 |
I have an application that uses a virtual postscript printer along with ghostscript to create pdf files. I'm looking for how to add the postscript printer that directs to FILE: programatically so that it can be called during the install of the
|
| pcode vs native code | 24 Aug 2004 16:03 GMT | 12 |
Would it be easier for a hacker to crack into a vb6 app compiled in pcode or in native code? Ivan
|
| unloading all forms.. | 24 Aug 2004 15:46 GMT | 4 |
I would like to unload all forms in my application.. Dim aForm As Form For Each aForm In App Unload aForm
|
| Image from memory | 24 Aug 2004 15:24 GMT | 2 |
I have a control that reveals a handle to a device independent bitmap (DIB) residing in memory. I would like to display it in a picture or image control. The StdPicture object only loads images from file, and the Handle property does not do the job. Is there a way to retrieve ...
|
| search word document in VB | 24 Aug 2004 13:45 GMT | 1 |
Is there a way of searching for text within a Word document without having Office installed on the same machine, and without using any 3rd party controls. I have tried to look at using the structured storage API's but cannot get them to work in VB.
|
| C++, Visual Studio | 24 Aug 2004 10:43 GMT | 2 |
I was told that "Microsoft give you Visual Studio 6.0, which includes a C++ compiler and an Integrated Development Environment which helps you develop programs quickly". If this is true, where are these things? I have a directory "Microsoft
|