| Thread | Last Post | Replies |
|
| API vs. FSO | 29 Sep 2004 02:58 GMT | 8 |
Would some of you please explain why you prefer the Windows API drives/directories/files functions to the FSO and its associated objects? Other than performance, why choose one over the other? Personally, I prefer the API calls because somewhere in my mind, I believe
|
| Compiling Problem | 29 Sep 2004 02:24 GMT | 1 |
Im running vb6 ( sp6 ) on a windows XP Pro machine For some reason i can no longer 'Make Project exe' or make project group. both these options are grayed out. I have tried reinstalling Service pack 6 but this has not fixed the problem
|
| What make EXE slower that VBP? | 29 Sep 2004 02:05 GMT | 23 |
VB6 - I made a [help][about] form which is five time slower to load/show from the compiled EXE than in the IDE. IDE -- 1 second EXE -- 5 seconds
|
| Adding an item to R-Click context menu | 28 Sep 2004 23:14 GMT | 33 |
Don't know if this is the proper NG for this question; if not, please advise which NG would be correct for such a query. :-) OS: W98se/IE6-SP-1 fully patched. Is it possible to add (a pointer to) the *Security Tab* from IE Options to
|
| Task Scheduler - Quick Question - Code Included | 28 Sep 2004 23:11 GMT | 1 |
I am using the following code to add a task to the windows task scheduler. I can't seem to figure out how to add a specific date out of the realm of the current month, say 12/21/04 for example. Any ideas on how to add a specific date a month or two in the future.
|
| Error handling with a class module (VB6) | 28 Sep 2004 22:37 GMT | 1 |
Good afternoon, folks. Have a newbie question that I hope someone might assist me with. Have a basic form and class module. Code for the form is thus: -----
|
| Windows Service | 28 Sep 2004 22:30 GMT | 1 |
I created a Windows Service in VB.Net and I tried using the InstallUtil and I keep getting this error message -- please help Exception occurred while initializing the installation: system.io.filenotfoundexception: file or assemble name emailpooler.exe, or
|
| Clipboard RTF Format - Pasting RTF to PowerPoint | 28 Sep 2004 19:57 GMT | 1 |
OK, this problem seems like it should be easy to solve, but the solution continues to evade me. I need to put some rtf formatted text into both Word documents and PowerPoint presentations. Word is not an issue, I just use the following code:
|
| searching recursively through directories | 28 Sep 2004 19:42 GMT | 2 |
I am writing some code to locate files (exe's, dll's, etc) in a given root directory and its subdirectories. For the most part I've been successful. The problem that I am having is on the line tFile = Dir$ in the GetFiles subroutine below.
|
| Use Access VBA to write to Windows file properties | 28 Sep 2004 18:47 GMT | 1 |
I'd like to use my Access 2K application to write some text in the file properties of a Windows file. The properties I'm talking about are the properties you see whn you right click on a Windows file and then click on Properites, then the Summary tab.
|
| Custom Enumerator in VB6? | 28 Sep 2004 17:36 GMT | 2 |
Is it possible to create a custom enumerator object in VB6? I am building a quite complex container object that in general behaves like a very intelligent collection. I would "like" to be able to use For-Each outside of the object to enumerate internal items. However, the ...
|
| Need list of form events that always happen? | 28 Sep 2004 15:49 GMT | 2 |
List: I'm searching the helpfiles and not finding the information. I'm probably using the wrong terms. Anyway.
|
| Me.Printform gives me a blank form? | 28 Sep 2004 15:31 GMT | 1 |
Pretty much what it says. Form displays correctly, then prints blank. I'm printing the form after it's hidden. Is that wrong? Thanks Charles
|
| Implements and Events | 28 Sep 2004 15:25 GMT | 6 |
Having trouble Implementing events in classes. e.g. 'Interface ITest Public Event InvalidChar(argChar As String)
|
| VB6/ADO: Creating a primary key | 28 Sep 2004 14:58 GMT | 7 |
I've narrowed down my problem to a key issue. If I don't create a key, then ADO is happy. If I do, then I know get a complaint. I've whipped up the code fragment below to illustrate my problem. I'm using ADO v2.8, although v2.7 has the same problem.
|