| Thread | Last Post | Replies |
|
| limit on the length of PathName When using Dir in VB6 | 26 Feb 2008 19:27 GMT | 9 |
I am using the Dir function in VB6 and seem to have encountered an upper limit on the length of the PathName passed into the Dir function. When I have a Path longer than 260 (inclusive) characters then using
|
| another listview question vb6.0 | 26 Feb 2008 18:47 GMT | 2 |
I add items (as Icons) and set the view to Icons. When I select and move one of the items within the listview control, it appears to drag outside the boundaries of the listview control and the vscroll and hscroll bars appear. The problem is I want the items to remain aligned, ...
|
| Any code examples around showing how to clone drives? | 26 Feb 2008 18:31 GMT | 13 |
Are there any code examples around showing how to clone drives? I'm looking for something like Ghost where I can clone an entire disk(not just a partition) from a pre-build environment like Bart's PE. I would like to send it to a network share compressed and then bring it down ...
|
| vb6 listview control existing listitems | 26 Feb 2008 02:42 GMT | 12 |
Users can "add" items to the listview with the click of a button, but I want to prevent duplicate items from being added. I understand I can loop through each item when a new item is being added but that doesn't seem very efficient (O^n right?). Is there a way to search on
|
| Winsock control | 26 Feb 2008 01:26 GMT | 11 |
In my project I would like to listen to certain port. That's why I created usercontrol with the winsock control on in the problem is, that with every initialization of this usercontrol in my project I get an error "Address in use"?
|
| Need help with VB progress dialog | 25 Feb 2008 22:31 GMT | 2 |
How can I display a progress dialog from within a Visual Studio 2008 IDE macro? I’m a C++ programmer who is trying to write some IDE macros to automate various things that I do all the time—such as inserting blocks of text, reformatting sections of code, etc.. The macro that I’m ...
|
| VB6 PDF Writer | 25 Feb 2008 20:44 GMT | 17 |
I've done some searching for a PDF OCX control I can use to write PDFs from my program with varying results. In fact, I bought one (Image Viewer CP Pro) that makes PDFs, but it involves printing to a PictureBox, copying the image to an ImageViewer control, then saving as a PDF - ...
|
| Error 70-Permission Denied accessing mdb file on Vista Computer | 25 Feb 2008 18:15 GMT | 3 |
The whole story. I just upgraded from VB4 to VB5 on my Windows XP computer with 500megs of RAM. When I run the VB5 Application setup Wizard to create my distribution file (of a program that has run for years in VB4),
|
| How do I write this IF THEN ELSE logic | 25 Feb 2008 16:10 GMT | 42 |
How do I write this statement? If : VarName1 is true VarName2 is True
|
| VB language extensions wishlist | 25 Feb 2008 15:44 GMT | 93 |
What features would you like to see in a next version of classic VB, assuming such a thing would happen? Please restrict yourself to language features and base libraries (such as e.g. Collection), not IDE or task-specific libraries (UI, database access etc). A few
|
| FTP Error 125 Data already open | 25 Feb 2008 13:31 GMT | 2 |
Can anyone offer a words of one syllable explanation of this error? I've scoured all the samples I can find, and my code appears to reflect everyone elses and no samples seem to handle errors. Here's the code: Private Function DoFTPRequest(ByVal url As String, ByVal method As ...
|
| Who is using the EXE | 25 Feb 2008 13:00 GMT | 7 |
Please direct me to the right group, if I posted this in the wrong one. I developed an application using VB6, placed the exe in a shared folder on our server and created a shortcut to the exe on client
|
| Visual studio 2005 prof ver + crystal report | 24 Feb 2008 19:59 GMT | 5 |
i can find a crystal report component in the visual studio 2005 prof version. does it require a lic to build client applications? or require a lic on the client site to run the application?
|
| Web Page Data | 24 Feb 2008 18:09 GMT | 9 |
VB6SP6 I have used INET to get web pages and extract data that appears on the web page. Now with ASP I would like to understand how to get data from web pages.
|
| Who does one apply to to ask about copyright of source code from a defunct company? | 24 Feb 2008 13:07 GMT | 6 |
The company was Music Quest, anno 1990, and it produced a Standard MIDI File toolbox with source code in Pascal. The QuickBASIC version did not include equivalent source code, as QB was not as powerful back then as VB classic is today. I have rewritten parts of the Pascal
|