| Thread | Last Post | Replies |
|
| Invalid Property Value | 29 Jan 2004 14:31 GMT | 1 |
I have the following code in a mult-form project: Private Sub Form_Load() sldPackets.Min = frmStartBfv.return_first() sldPackets.Max = frmStartBfv.return_last()
|
| MDI child is always maximized in Parent | 29 Jan 2004 14:27 GMT | 3 |
Can anyone help me? I can't figure out what is wrong here. It happens such that the 1st form that loads when I run my program is position nicely in the center of the parent.
|
| Error 7: Out of memory | 29 Jan 2004 14:24 GMT | 1 |
In my VB form I am making a call to a Word object. Sometimes, mostly in the beginning of the day I get Error 7: Out of memory. Memory is not the problem, perhaps it is a incompatibility with other
|
| definition of exit code | 29 Jan 2004 14:14 GMT | 2 |
I can't seem to locate the definition of an exit code that was returned from a scheduled task I have. The task executes a VB.NET executable, and from time to time, the exit code is the following: 0xe0434f4d Can anyone point me in the right direction?
|
| Program works in design mode but not after compilation, Any ideas? | 29 Jan 2004 09:33 GMT | 3 |
VB6 windows XP home I run a small app that has no forms in it, only a few BAS modules. It's function is to open a text file and load a few pieces of data into memory and then periodically update that same text file. When the
|
| Printing usercontrols | 29 Jan 2004 09:25 GMT | 3 |
I have a VB6 form made up of sections, where each section is contained in a usercontrol. This makes life fairly easy on the whole - all apart from printing (which I hate at the best of times). I need some ideas on the best way forward to print out this form. I've tried
|
| Sorting a listview column numeric | 29 Jan 2004 09:01 GMT | 1 |
Is it possible to sort a column in a listview that contain only values numeric. Not it sorts only alfabetic. TIA Tim
|
| excel vb size | 29 Jan 2004 06:19 GMT | 3 |
i have an excel spreadsheet with embedded vb. it's amazingly huge (600k to 900k). as i put in minor edits to the code or forms, it gets bigger very fast. for example, i added 2 buttons and about 5 lines of code for
|
| File I/O and Porting between VB6 and .NET | 29 Jan 2004 05:59 GMT | 3 |
What kind(s) of file I/O in VB6 is most portable to VB .NET? How does the VB6 syntax work? Because I'm upgrading old code, my current output statements in VB6 look like:
|
| How can I control my program menu? Please help. | 29 Jan 2004 05:44 GMT | 3 |
I have a main menu in my VB6 app, that has buttons to launch external exes, such as program1.exe and program2.exe. The external programs are not developed in VB, so let's say, for example, the external program is calc.exe.
|
| FindFirstFile - Recursive Call | 29 Jan 2004 02:51 GMT | 2 |
Can someone provide me with sample code which uses the API findfirstfile / findnextfile in a recursive way ? Thanks, Pierre
|
| How to set cursor in RTB with right-click? | 28 Jan 2004 19:50 GMT | 12 |
In my VB6 application, I use a right-click on a RTB to call up a pop-menu (my Edit menu) to insert text, for example. The right-click, however, does not reset the cursor position, so the text gets inserted in the wrong place. How can fix this? I don't want the user to have to first ...
|
| need free VB compiler | 28 Jan 2004 18:48 GMT | 4 |
Hello NewsGroup, I need a free VB compiler. I have Envelop, but it looks like a hassle. I have an existing VB source-code that needs to be compiled. All I want to do is compile it. Suggestions? Thanks.
|
| Add an Online Update feature for your software | 28 Jan 2004 18:44 GMT | 1 |
Add an Online Update feature for your software http://lanssoft.com/updatenow.htm Update Now! Control makes an easy way to add an Online Update feature for your software. It was designed to be as programmer-friendly as
|
| Writing data from Vb to Excel | 28 Jan 2004 18:16 GMT | 5 |
Hi, sorry I am a novice in VB programmation. My problem is to write data from a Vb application to an opened Excel Sheet. The Vb App must became an ocx control therefore a shall not write via DDE. I did find out haw to create a new Workbook and then write on it, but I must write on ...
|