| Thread | Last Post | Replies |
|
| DLL problem when running under Windows XP | 22 Sep 2003 12:18 GMT | 1 |
I made a DLL using Builder C++ 3.0 and it works fine when loading dinamically using a program made in VisualBasic running under Windows 98,but I can´t load this DLL using the same VisualBasic program running under Windows XP.
|
| Reading values from a textbox | 22 Sep 2003 07:03 GMT | 6 |
Greetings all, I'm working on a program that allows a user to enter notes in a multiline textbox. I would like to be able to read the contents of the textbox (as records - one per line) and store in an array then a
|
| How to get procedure names in DLL's | 22 Sep 2003 03:29 GMT | 1 |
MSDN is completely useless in trying to find the procedures inside DLL's like comdlg32.dll and others used from VB. I am trying to find a way to get info on the procedures inside these DLL's and their signatures so I can use them.
|
| visual studio.net version compatibility | 21 Sep 2003 19:59 GMT | 1 |
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at school. When I tried to
|
| Create new network drive in VB.NET | 21 Sep 2003 18:43 GMT | 1 |
Hi.. In DOS I would write: NET USE T: \\servername\share /USER:username password But... I cannot finde any way to get the same function in VB.NET. I
|
| VBScript RegExp problem (") | 21 Sep 2003 17:37 GMT | 1 |
I'm using the VBScript Regular Expresion 5.5 Type library and this regexp to extract URL's from text: ((http|mailto|ftp|news):.|www\.[-a-z0-9]+\.[a-z][a-z][a-z]?)[^\s"')\]<>]* oddly enough, if a URL is follwed by qouble quotes ("), it matches
|
| is there a way to specifically unload a dll ... | 21 Sep 2003 10:20 GMT | 3 |
Is there a way to specifically unload an unreferenced dll from the memory. By default a dll if kept unreferenced for 3 minutes will get unloaded from the memory. I want to optimize the dll unloading problem and specifically unload that
|
| Error in packaging | 21 Sep 2003 08:48 GMT | 4 |
I'm running VB6.0 sp5 in XP, everything goes well except in packaging the application. Whenever I try to package my application, it prompts me error 380. This error has not been happened in Win2k. Can anyone give me advice?
|
| Date Time Picker and empty databases | 21 Sep 2003 05:36 GMT | 5 |
Hi. I have a date time picker in my program which uses ADO to read from an Access database. It works perfectly, unless the database is empty (no records) when opened. When you try to open an empty database, the date time picker returns error 545. Any attempts to progmatically ...
|
| visual basic 6(avi viewer) | 21 Sep 2003 04:06 GMT | 1 |
I created an avi wiewer program in vb. I can play the selected avi once but after that it isn t accessable again until I reboot windows .Its set up that when I close app or get another avi it closes other one but it still doesnt
|
| How to define an array with unknown size in vbscript | 21 Sep 2003 00:56 GMT | 1 |
Could anyone please tell me how to define an array in vbscript whose size is known. My code is something like......... for x=0 to ubound(array1) array2(x)="................" //now to do this i have to define array2() with
|
| f.cking security pack | 21 Sep 2003 00:04 GMT | 2 |
What is the f.cking problems with the 68 virus messages I receveid yesterday for the security patches? Do your job please!!!
 Signature Julieng'
|
| Pointer in VB | 20 Sep 2003 19:35 GMT | 1 |
Dear Sir, I used a API call EbExecuteLine of VBA6.dll Decleration is Private Declare Function EbExecuteLine Lib "vba6.dll"
|
| Newbie VB binary File question | 20 Sep 2003 16:52 GMT | 1 |
I'm not sure if I'm writing my file correctly. in my Private Sub mnuSave_Click() subroutine below I found it necessary to delete the prevous file of the same name with the line: FileSystemObject.DeleteFile LastFileOpened
|
| The VB.net & Widnows 98 Convert String to Date Problem. | 20 Sep 2003 15:01 GMT | 1 |
I use the vb.net make the program that save the date and any Information field. when I input the date in textbox then I save to database occurs error that is
|