| Thread | Last Post | Replies |
|
| Microsoft Installer Files | 13 Jul 2006 18:44 GMT | 3 |
|I have been on the MS knowledge base and the answer they have there does not
| pertain to my issue (roaming profiles). After installing a 3rd party | product, if I launch a MS VB 6 compiled application, it starts to launch |
| CopyFileEx error... | 13 Jul 2006 18:42 GMT | 1 |
I've been executing the CopyFileEx code below in a Windows Application for several months... Try If CopyFileEx(fiSource.FullName, strTargetFile, Fpr, ACTION_COPY, 0,
|
| Calendar Form | 13 Jul 2006 17:35 GMT | 1 |
I'm looking to create a budget tool for myself and only know the bare minimum about programming. I'm using Ms VB C++ Express, and was wondering if anyone knows a relatively easy way to display a monthly calendar view on a form. The rest is just addition and subtraction which I ...
|
| HELP! I just screwed up my Project! | 13 Jul 2006 17:30 GMT | 8 |
I have a folder containing all of my project. This is VB6, Learning Edition. This has not been made an exe yet. In this folder is: Project1.vbp Project1.vpw
|
| Virtual PC 2004 is now free | 13 Jul 2006 17:01 GMT | 9 |
It allows you to test applications in isolated environment on the same PC. You can test with DOS, and from Windows 95 to XP and OS/2. Virtual PC 2007 will also be free, and it will have support for Windows 2003 Server and Vista.
|
| How can I run over controls dynamically ? | 13 Jul 2006 16:38 GMT | 14 |
I put on a form 6 textboxes and I try to check their text property value in a loop . I want to do it dynamically without using Case statements. The name of the textBoxes are : txtFax1,txtFax2,txtFax3,txtFax4,txtFax5,txtFax6.
|
| Interface Question | 13 Jul 2006 16:34 GMT | 3 |
In my application I have used the Factory Design method to model a portion of my business layer. Each object I create using the factory method share the same actions (subs/function) which I use an interface to interact with and it works great. However, I have run into a problem ...
|
| What does "Friend" do again? | 13 Jul 2006 15:41 GMT | 10 |
I'm sorry I'm drawing a blank here and I can't seem to find a help file or anything to help me out. I remember "Friend" in C++ made a method available in subclasses of a class, but since you can't subclass in VB... what does it do in VB again?
|
| Maximum Nbr. Ctrls on a Form? | 13 Jul 2006 14:49 GMT | 19 |
What's the maximum number of controls allowed on a single VB6 form?
|
| Proper use of DoEvents? | 13 Jul 2006 14:44 GMT | 4 |
My project has two forms. In my procedures in Form1, if something is missing, Form2 is called to let the user deal with it. In Form2, the user will make entries into arrays. When done, the click of a button writes the arrays back into Form1 using code in Form1 and unloads ...
|
| Comments/education VB6 limitations? | 13 Jul 2006 14:39 GMT | 1 |
We received this in response to a question we had posed at a trade show meeting. Our proposed app's target features consist of a business application to crunch numbers, show forms, send emails and have Database access, would be web enabled so users set permissions, manipulate ...
|
| Folder Permissions | 13 Jul 2006 14:22 GMT | 2 |
Is there a way to determine what folder permissions I have before trying to write a file to it? My dilema is that I have to write a file to two folders (on different machines). If one write fails for whatever reason, I need to go back and
|
| A strange problem | 13 Jul 2006 12:55 GMT | 6 |
I have a strange problem that has just developed here. My programme runs normally until a function is called. This function basically sets up 4 ADODB.recordsets, and returns data from 4 SQL statements. No problem, works well.
|
| recommend commercial dll for VB 6 | 13 Jul 2006 03:59 GMT | 4 |
I need to be able to send e-mail from my VB 6 application.(I want to be able to send e-mails via smtp and I don't want to use any microsoft products) could somebody recommend commercial product which would allow me to use
|
| VB6 + Citrix Question | 13 Jul 2006 03:24 GMT | 8 |
I have a small problem running a vb6 front end under citrix presentation server 3. We have one form in the application (only one, in an app with over 100) that causes the app to exit every time that it is loaded. It is very simple - nothing complex in there, and it is called ...
|