| Thread | Last Post | Replies |
|
| Date type mismacth in criteria expression | 28 May 2008 05:23 GMT | 4 |
Hello to you all I use a query to insert an ACIII-text in an Access database, using then following ADO sql-statement: Call conConnection.Execute("INSERT INTO [TABELB] (REGEL,datum,BEDRAG)
|
| Conditional Formatting in Excel | 27 May 2008 22:26 GMT | 1 |
I want to have my dates in excel turn red when they are 15 days past due...how do i do this?
|
| VB5 app to taskbar | 27 May 2008 19:50 GMT | 1 |
Vista Home Premium, VB5 SP3. When running VB5 app and I click on the minimize button the app doesn't show on the taskbar but shows as a tab at the bottom of the desktop. What am I not doing to get it to show on the taskbar?
|
| VB project, iam new to vb | 27 May 2008 19:22 GMT | 3 |
I am planing to start the project for store keeping, in excel i have little bit good knowledge so i have explain the project compare to excel. 1. I NEED 2 USER FORM FOR , INCOMING MATERIAL AND OUTGOING MATRIAL,
|
| could not load file or assembly | 27 May 2008 17:40 GMT | 12 |
I have a vb6 project (standard exe) that makes a method call to a .Net dll. This dll (DLL1.dll) makes method calls to a number of other .Net dlls (DLL2.dll & DLL3.dll) If I compile my vb6 app into an executable and place exe along with dlls
|
| Setting default project folder | 27 May 2008 14:25 GMT | 4 |
How do I set the default project folder? I want VB to always look in a certain folder when I open or save a project.
 Signature Thanks.
|
| Picture This | 27 May 2008 08:11 GMT | 9 |
VB6SP6 Where can I find succinct description, web tutorial or book, of how to use: PictureBox pic.Picture
|
| Is Asp.Net a right choice mobile devices? | 27 May 2008 04:11 GMT | 2 |
Is Asp.Net a right choice for developing applications for mobile devices like PDA, PPC..... Or any other suggestions? (pls give some reasons) Thank You.
|
| Moving projects from one folder to another | 27 May 2008 01:26 GMT | 5 |
What is the best way to move a project from one folder to another so the project doesn't lose any of its many forms of modules?
 Signature Thanks.
|
| VB6 make fails | 26 May 2008 23:43 GMT | 1 |
Here are the symptoms: When I make my exe, it doesn't get the assigned icon, and when I run it, I get an error in a DOS window "program too big to fit in memory". The .exe file is 2.5 MB.
|
| Traversing VB6 menu items | 26 May 2008 21:43 GMT | 18 |
Is there anyway to traverse VB6 menu items one by one and add them e.g to a tree object or listbox?
|
| Receiving data | 26 May 2008 21:19 GMT | 1 |
Hi, how can I do a exe wich listens data arrived on some port? I will send the data via tcp/ip by asp.net and the destination computer wich will be on the same network must receive it! What is the best approach? I want to do it using vb 6!
|
| VB6 app stops working with WSUS | 26 May 2008 19:08 GMT | 9 |
When the yellow shield, telling me that the computer has been updated and asking me for a reboot the app stops working correctly... why? now I stopped that service that updates the puter, and it doesnt stop anymore... but some other VB6 apps doesnt seem to care...
|
| Relative and Absolute Links in VBA | 26 May 2008 09:12 GMT | 1 |
Is it possible to have relative references to files in VBA (or VB6), or must they be absolute references? Any help would be much appreciated! Thanks
|
| Type Lib editor from Curland | 26 May 2008 08:23 GMT | 4 |
Still looking into making a Windows TypeLib and it looks the simplest way is to use the Type Library editor from Matthew Curland. Using the .exe, so EditTLB.exe how would I define WTSEnumerateProcesses?
|