| Thread | Last Post | Replies |
|
| Declaration of variable for complex number | 05 Apr 2005 23:34 GMT | 1 |
I would like to ask how can I declare a variable (data type) to store a complex number?
 Signature LL
|
| Listbox with images | 05 Apr 2005 21:31 GMT | 11 |
Hello experts, I have a project for which I'd like to display a list of files in a listbox and allow the user to display a graphical representation of this datafile next to its name in the listbox. I guess I would need to play
|
| the real meaning of these phrase | 05 Apr 2005 15:04 GMT | 1 |
i'm from Perú I was reading a article about .Net applications when suddenly i found these phrase -single-file -file's unmanaged entry point
|
| Help............. | 05 Apr 2005 12:58 GMT | 1 |
I have 2 files by the name book.txt, authour.txt in c:\bb can any one help me in writing a code so that the data in book.txt & authour.txt clubs and get a new file final.txt i mean to say i want to merge 2 files to new file in VB TIA
|
| Need to drag and drop email from Microsoft Outlook window to my VB application | 04 Apr 2005 06:32 GMT | 1 |
Can you please give the solution for the below using VB code Requirement : Need to drag and drop email from Microsoft Outlook window to my VB application in a folder list to save in the chosen folder list in my VB app
|
| FileSystemObject question | 02 Apr 2005 15:08 GMT | 1 |
Hi experts, I'm using FileSystemObject (fso) to read a file with extension .csv for processing. At the end of the procedure, I signal the Set fso = Nothing command and it works most of the time.
|
| interface breaks in the client not in the server? | 01 Apr 2005 19:31 GMT | 1 |
I created a class object called clsVeritas... I can add functions and properties with no effect to the client so long as I don't remove the old methods/properties and as long as I don't change the parameters of the existing properties/methods/enums and etc... So I recently started ...
|
| CreateObject("Scripting.FileSystemObject") Fails on some stations | 01 Apr 2005 15:11 GMT | 3 |
I wrote a little VB prog in which I create a "Scripting.FileSystemObject" object this works perfectly on 99% of our workstations but on some the CreateObject command fails???? Any idea what could cause this problem?
|