| Thread | Last Post | Replies |
|
| Check file exists after FTP | 19 Oct 2005 17:14 GMT | 3 |
I have a piece of code that FTP's a file to a server which looks like this: Dim objFSO, objMyFile, objShell, strFTPScriptFileName, strFile2Go Dim strLocalFolderName, strFTPServerName, strLoginID
|
| Is it possible | 19 Oct 2005 16:41 GMT | 1 |
Is it possible to write a function that will iterate through for the purposes of listing all functions in your application. The object browser can list all properties, events, and methods. Does it do this by iterating through an object? Or does it merely read some sort of interface ...
|
| Collection - Is item present | 19 Oct 2005 15:15 GMT | 2 |
Is it possible to test whether a particular item exists within a collection. I have created a collection using the name as the key and then need to then check whether a given name is present within the collection. The code below works but I want to avoid the numerous error handlers ...
|
| Clipboard font information | 19 Oct 2005 14:57 GMT | 4 |
With many applications in Windows, when you select a bit of text and copy it to the clipboard, it also copies the font information, so that when you paste it into another receptive application it displays the text in the same font as the originating application. Does anyone know ...
|
| vb and matlab | 18 Oct 2005 23:52 GMT | 1 |
Is it possible to run an .m file in visual basic without having matlab? I would like to use the vb interface for my matlab program but I don't know how to connect them. Any help?
|
| Hiding a slow-loading form | 18 Oct 2005 22:09 GMT | 3 |
I have a form that takes a while to load. How can I have VB wait until it is fully loaded before displaying the form? Right now it shows a "ghost" form which doens't look too cool... TIA, Pegster
|
| Multiple ListBox ScrollBar Coordination | 18 Oct 2005 14:37 GMT | 13 |
I apologize if this was addressed in the past, but I am trying to find out how I can use the scroll bar for one ListBox to control scrolling in a second ListBox (i.e., I want to scroll two ListBoxes simultaneously by moving the scroll bar in only one of the ListBoxes;
|
| VB6 DLL won't register on Win98 | 18 Oct 2005 14:09 GMT | 4 |
I'm working on a VB6 DLL for a .NET application I'm writing. I developed it on a WinXP machine, and it works fine. When I install the application on the Win98 box, and run regsvr32 to register the VB6 DLL, I get a successful message. But, when I open
|
| Password Protect an Access 2000 Form Using VB | 18 Oct 2005 13:23 GMT | 4 |
Hi, all: I noticed there were a few threads about this topic, but I'm still having trouble. I'm a tech writer with limited VB experience, so please excuse the elementary nature of this post.
|
| MAPI Object | 17 Oct 2005 21:42 GMT | 2 |
Does anyone know how to get access to MAPI objects PR_INTERNET_MESSAGE_ID Via VB??
|
| help me | 17 Oct 2005 18:03 GMT | 3 |
can you tell me is it possible or not? now i am having one application software. i would like to develope the software. the source code is coverted into application exe.
|
| Determine the image resolution | 17 Oct 2005 17:52 GMT | 4 |
Can someone tell me how I can determine the resolution of a image that I load into a picturebox. I have a API call that give me the width and height but to scale the image to the right size to print it I need the image resolution.
|
| Advanced search&replace in IDE? | 17 Oct 2005 16:41 GMT | 6 |
I need to do a find and replace that does this on my code: Before replace: variable(i).caption variable(u).caption
|
| best tutorial / tutor | 17 Oct 2005 16:39 GMT | 5 |
In the uk and want to learn vb.net are there any online courses from a college or university, or failing this, where are the best online tutorials, free or for payment. cheers
|
| variables | 17 Oct 2005 16:06 GMT | 2 |
very little experience of vb6 and I am looking at vb.net can someone explain how to make a variable available to the whole program or form. cheers
|