| Thread | Last Post | Replies |
|
| Deleting Protected Folders from VB | 30 Mar 2005 01:01 GMT | 5 |
Trying to use FileSystemObject to delete folder in NT from a VB application. The folder has 'Special Directory Access' with Write, Execute, Delete turned on. Seems like the DeleteFolder will not delete this folder
|
| can we read Lotes mail using VBA | 30 Mar 2005 00:51 GMT | 2 |
I have one doubt regarding the VBA. Can we read lotes notes mail using VBA? I?m trying to do so unable to do it. My code looks like following.
|
| Maximize code windows when starting VB | 30 Mar 2005 00:40 GMT | 3 |
Isn't there a registry key of some sort that will maximize code windows when you start up VB? I just got a new box and remembered that I had found it some time ago, but didn't remember what it was. Any ideas? Thanx!
|
| Looping to next acct number | 29 Mar 2005 23:31 GMT | 1 |
I am new at programming and I have been given the task to finish another programmer's work. We start with a text file that the code will format and place the text in the correct fields but the code will only loop through the text file once
|
| VB6: Does it break binary compatibility if you go from SP5 to SP6? | 29 Mar 2005 20:00 GMT | 4 |
We've got several middle-tier COM+ components, local DLLS and .EXE's, all built using VB6 SP5. I know that SP6 has been out for a while, but I have been afraid to install it, fearing that if I were to re-compile any of the COM+ components using VB6 SP6, and put them onto the ...
|
| The joys of 2D arrays | 29 Mar 2005 18:31 GMT | 5 |
Hey all, Suppose I want to have a subroutine or function that takes a 2D array as a parameter. How might I go about that? I have written a method signature that looks like the below:
|
| How to obtain process 'working set' size | 29 Mar 2005 18:29 GMT | 3 |
How would one obtain the amount of memory used by the current process? I see the MEMORYSTATUS stucture has a dwMemoryLoad member, but as far as I can tell, that's not what I'm looking for. Thanks,
|
| TabIndex property with Frames | 29 Mar 2005 18:18 GMT | 1 |
I have a form with several frames, each containing Labels, Text Boxes, and even Option Buttons. The form is complicated enough that I want to impose a strict control for a user to tab from one user-input control to the next. This is
|
| Form Question | 29 Mar 2005 18:01 GMT | 1 |
I was wondering if someone had a good solution for the following issue: I have a form that takes in alot of user input and it needs to validate if the user entered in all required fields. I only know at runtime what is required and it changes based on user input. I do not want ...
|
| return array from function with arguments? | 29 Mar 2005 17:00 GMT | 12 |
I'm having a little trouble with something and I'm not quite sure why. I'm trying to parse a file that contains multiple "begin" and "end" statements. I just want the data between them. I'm working on a function to do it, but I can't figure out how to return the array and call ...
|
| How to debug application? | 29 Mar 2005 16:38 GMT | 2 |
I have written a VB.Net (v69586...) application which is targetted for Windows 2000 SP4 clients running dotNet framework V1.0.03705 and 1.1. This application works fine on about 50% of the 100 clients and shows an error dialog on the other machines. The shown error message is ...
|
| performance issue | 29 Mar 2005 16:07 GMT | 3 |
I'm looking for assistance to resolving performance issues. VB6/ADO/DAO/SQL2K/MDB My app is one that is being converted to VB6 from VB3. Previously DAO 2.* was used to connect and work with tables in an .mdb. The difference is that
|
| Form properties | 29 Mar 2005 15:14 GMT | 1 |
I am looking for a way to make a form transparent. The only options I have are to change the background color. Instead of doing this, I want it to be transparent so that it shows the desktop(or any running programs) behind teh text and options. Also is there a way to make a ...
|
| I have 2 Questions | 29 Mar 2005 09:47 GMT | 2 |
Q1. I have a vb6 app that connects to a 2000 access database, In my app I us a datagrid to show information. Now when I install my app, I have noticed, if the current logged in usser does not have local admin rights, the datagrid will not function or show. Do I have to give ...
|
| print html in different orientation | 29 Mar 2005 07:43 GMT | 2 |
I found that I can't use webbrowser object to control the orientation. Thus, I use "Printer" object to control the orientation but I found that it fails to change the orientation. Is this correct method? thanks. Printer.Orientation = vbPRORPortrait
|