| Thread | Last Post | Replies |
|
| Free Visual Basic | 16 May 2005 12:13 GMT | 9 |
I am wondering if there are free downloads available for the older versions of Visual Basic. I have programming experience in GWBasic and QBasic which, of course, are both DOS-based.
|
| Trace dll | 16 May 2005 11:05 GMT | 3 |
Does anyone know of a good tool that would allow me to see all the dlls used by a particular process? I'm trying to troubleshoot a custom COM dll used within an ASP application. The dll contains DataDynamics ActiveReports. They run fine, except in
|
| How to select an item which is out of the visible area of a FileListBox | 16 May 2005 09:59 GMT | 10 |
Selecting an item of a FilelistBox can be done with MyFileListBox.ListIndex = 10 However, my FileListBox shows only 5 items. All other items are not visible because of the small height of my FileListBox. Now I'd like to select an
|
| Re: copying layered pictures in VB6 | 15 May 2005 22:31 GMT | 2 |
I am trying to embed the contents of one picturebox.picture into another picturebox.picture. My goal is to Annotate pictures, and save them to file. The display on the form works, but the original picture (without annotation) is saved to file. Worse case senerio would be
|
| Message-box | 15 May 2005 21:06 GMT | 2 |
I have three computers in my house, connected via a router. Normally I use RAdmin for transferring and manipulating the other computers. Now I want to send a pop-up-window or messagebox to one of the other computers.
|
| Create subdir in windows dir | 15 May 2005 19:11 GMT | 4 |
Hi!, Im am using the VB Express Beta2 but cannot figure out how to create a subdir in the windows directory. Code:
|
| Pwm styret 12Vdc motor | 15 May 2005 19:02 GMT | 1 |
Er der nogen der ved hvor man kan få fat i Pwm styret 12Vdc motor. Gerne små rubuste og kompakte med flange. Gerne Web link eller tlf.
|
| How do I make my own start-up template?? | 15 May 2005 18:56 GMT | 1 |
I usually use alot of the same code in all my apps, so I would like to have a blank project show up when I click 'New" in VB6, that shows up in the regular list along with the usual start-up choices, but it'll have my code in it.
|
| Embed something in RTF that fires my application - ActiveX running inside the WordPad. | 15 May 2005 16:31 GMT | 1 |
I'm doing a software for radio stations. I need that the speaker has something similar to an RTF to read the news and, inserted within the text, some kind of icon/button/anything that when (dbl)clicked fires a sound on my sound application.
|
| subclassing blues | 15 May 2005 11:55 GMT | 1 |
Well I need some help to figure out what am I doing wrong and how can I do it right. Try out the code posted below. Use a form with a Command button (actually any control with a tabindex property set to 0) and a picture box (with tabindex as 1). Now when you run and move your
|
| Sending SMS with VB | 15 May 2005 10:26 GMT | 6 |
Hi, sorry to bother you guys once again. Somehow, my computer or perhaps my module (Siemens GSM Modem) screwed up. At first, for two whole days, the program was working fine, it was able to send and receive SMS, I only had to try and optimize the coding. But how it doesn't even ...
|
| Crystal reports DB access | 15 May 2005 08:44 GMT | 1 |
I've made some printing forms with crystal reports but i made it with a wizard. In that wizard i must point the pad to my database (D:\Projecten\Eindwerk\Mijndatabank.mdb)
|
| Can't delete files | 15 May 2005 01:20 GMT | 1 |
I want to delete a folder and it's contents (dbf files) from my vb application. Everything works fine except if I open some of the forms and then close them the files won't delete because they appear to be locked.
|
| why this error? help me!!! | 14 May 2005 22:40 GMT | 2 |
Private Sub Command2_Click() If Text1.Text <> " " Then If MsgBox("Vuoi cancellare la chiamata?", vbYesNo + vbDefaultButton2) = vbYes Then
|
| Email EXE update | 14 May 2005 19:18 GMT | 12 |
How would I go about preparing an update of my EXE file so that I can email it to a friend and he/she can use it to replace (update) the version on their PC? This is for a person who considers themselves computer illiterate. They are afraid to try locating the existing folder ...
|