| Thread | Last Post | Replies |
|
| after unloading form I can not show.form | 11 Jan 2005 06:17 GMT | 9 |
I think I'm doing something totally wrong. 1. I show the form with: form.show; that's OK 2. Make selection and unload form with unload.me; that's OK 3. I want to show the form again (after changing some values); form.show;
|
| Timers in VB7.. | 11 Jan 2005 05:21 GMT | 8 |
I'be made the leap from VB5 to VB7, and I've hit a brick wall when it comes to timers... I'm trying to do something pretty simple, but cannot for the life of me figure out how to do it in VB7. I simply want a 30 second timer to run, and when it's finished, run a
|
| MSINET question, preloaded? | 11 Jan 2005 03:45 GMT | 3 |
I am trying to package a VB6.0 program going out to a couple different places, using anything from win98, winxp or win2k... The only component used by the program is MSINET... should this be included in the package? Is it assumed that most windows users already have it installed? ...
|
| How to print a bold char using print# statement for a sequential f | 11 Jan 2005 03:29 GMT | 3 |
My application is writing to a sequential file using print# statement. I need to highlight some of the characters, but I could not find ways to print a bold character using print# statement. I shall use notepad or wordpad to open the sequential file to display on screen for ...
|
| Component-Help | 11 Jan 2005 00:26 GMT | 4 |
VB very often tells me, that it cannot find a help-file for a certain dll or ocx but does not tell me what in path\file it is expecting to find it) how is it possible to get that information?
|
| Subscript Out Of Rangle | 10 Jan 2005 20:59 GMT | 2 |
When I start my VB and 'before' I open a project I get the message 'Subscript Out Of Range'. It's labelled from the component manager. Anyone know what this is about? Thanks,
|
| QueryUnload is firing in an unused Form | 10 Jan 2005 20:25 GMT | 14 |
I have an ActiveX DLL that contains 12 Forms. The DLL is used by Word. A toolbar/menu starts macros that invoke the 6 main Forms. Each Form has a QueryUnload event similar to the one given below.
|
| Another wrong code ( it was posted in the wrong thread) | 10 Jan 2005 20:04 GMT | 2 |
hmmioIn = mmioOpen(LoadResData("SIT", "WAVE"), mmioinf, MMIO_READ) returns 0 but I have wave file sit.wav stored in the resource as a custom resource "SIT"
|
| word documents | 10 Jan 2005 19:53 GMT | 2 |
I am very new to using objects and am trying to create a program which will open a word document, copy the text to a text box for editing or (in another part of my program) to another document and then close the original document from within vb. I have the sense that I must be ...
|
| Sorting the dataenvironment | 10 Jan 2005 17:43 GMT | 2 |
Is there a way to sort the stored procedures added to the dataenvironment? I'm working with a project where there are over 100 stored procedures being used in the dataenvironment. When changes are required I have to look through the list of stored procedures to find the one I'm ...
|
| Dynamic list of items | 10 Jan 2005 17:23 GMT | 1 |
Hi, I am trying to set up a form that has several sections containing lists of strings. Some of the strings amulti-line. I tried using FlexGrid with WordWrap but I
|
| Simple Firewall | 10 Jan 2005 16:46 GMT | 2 |
I need a simple firewall. Basically I just want to specify what outgoing and incoming connections are allowed. Nothing more nothing less. Anyone know of one? Josh
|
| txtbox.setfocus | 10 Jan 2005 16:36 GMT | 1 |
Hi Randy, sorry for my late response but I've been quite busy lately. Yes, the textbox is enabled when trying to set the selection; it is a textbox on a userform which is displayed on the screen. Something else
|
| Add Related Document | 10 Jan 2005 16:27 GMT | 4 |
I'm know that I have seen an Add Related Document button somewhere or another in the IDE, but it seems to be gone. I recall it being in the Add-> context menu in the project explorer, but I dont find it there. Does anyone else remember where it is?
|
| validate event | 10 Jan 2005 16:20 GMT | 2 |
is there is a way to know what is action the user did to trigger the validate event. for ex: if I have a textbox 'Text1' has the focus and the user tries to move to
|