| Thread | Last Post | Replies |
|
| VB6 App Icons | 20 Sep 2004 21:23 GMT | 12 |
I can't get my VB6 app to show the 32x32 icon when in Explorer Icons view. It always shows the blurry 16x16. The icon I created is 16, 32, and 48 and loaded as a resource. The 16x16 icon appears in all views except the Thumbnail view, when the 48x48 icon correctly shows. (I
|
| Array Question | 20 Sep 2004 20:42 GMT | 4 |
I have an array with an item with a bunch of strings seperated by carriage returns. I am trying to dispaly it in a messagebox and right now I can only get the first string to display. How can I get all of the strings? THanks
|
| Itearating through a collection with For Each ... Next | 20 Sep 2004 20:15 GMT | 4 |
Is is possible to iterate through the elements of a Collection object in a For Each ... Next loop? This seems very handy to me, but if I try to do this on a raw collection (an instance of the Collection class), VB reports an error. I've seen VB6 Class Builder generating a special ...
|
| Shell command failing inside a late-bound object created inside a late-bound object | 20 Sep 2004 20:05 GMT | 2 |
I posted this to the .NET general forum as well b/c the EXE in question is a .NET executable, but no responses came back, so I figured I'd start from the other end of the problem. Basically, my symptom is thus: We use a plugin architecture from our
|
| VB Business Application Framework? | 20 Sep 2004 19:34 GMT | 3 |
We are migrating from MS Access to VB. In MS Access we had a framework/foundation we started all applications with. I am wondering if there is something already made for VB like this. Some of the functionality we had in our Access framework:
|
| total novice looking for helpful sites | 20 Sep 2004 19:30 GMT | 3 |
I have recently downloaded VB 2005, with the intention of learning programming, can anyone point me in the direction of some useful web sites that contain help, information, files etc that I may find useful TIA
|
| What's the best way to print to an external form? | 20 Sep 2004 17:51 GMT | 1 |
List: Not quite sure how best to express this. I don't mean "print a form" in the vb sense. I have a business standard to which I need to conform.
|
| Help for my unused methods please | 20 Sep 2004 17:30 GMT | 4 |
Does anybody know a tool that could help me finding unused functions on my VB applications? Thanks for your help. Bernard Davest
|
| Functions in Class | 20 Sep 2004 17:18 GMT | 3 |
I'm making Functions Funcion of Edit() Delete() etc...All in Class1.vp, What I want to do is use it in Form1.vp o Form2.vp loading the information so in that way I can use that Functions anywere and for what is Module or User control ???
|
| Accessing Controls in VB.NET | 20 Sep 2004 16:53 GMT | 2 |
How do I access the controls in the MainForm that I have created from the NewForm that i have added in VB.NET using "Add Windows Form"?
|
| picturebox problem | 20 Sep 2004 15:38 GMT | 1 |
hi, I want to put a picture in a picturebox control but the image is very large. I want to put the picture in center to have the best view. becuase I want the two pictures to be viewed at one page. so is it possible to put it at
|
| Listing | 20 Sep 2004 15:32 GMT | 1 |
Does anyone here know where I could view the entire VB.NET namespace with the MSDN library namespace too? Kind of like a catalog? I would find this helpful. Thank you for your time and effort. Charlie
|
| Quick Info Data Missing? | 20 Sep 2004 15:17 GMT | 1 |
Hi. I've got Visual Basic .NET 2002 installed on one system and when I highlight variables it displays information about them (via Quick Info). The same applies to syntax errors. I've recently moved the install to a new box and the Quick Info is
|
| Search string | 20 Sep 2004 14:06 GMT | 9 |
Is there a function that searches a string for an occurrence of smaller string in reverse order. For example if I was searching for 'tr' in 'trslrt', the string would return the tr occurence at the end. Also, I am displaying the string in a textbox. I want to change the font of ...
|
| List of errors emitted by VB6.exe required | 20 Sep 2004 13:17 GMT | 5 |
Hi Chaps can anyone either send me a full list of possible errors emitted by VB6 during a build or a link to a website that contains such a list. I have a mind to automate VB6 builds and require this information. I have
|