| Thread | Last Post | Replies |
|
| how to call a file | 02 Nov 2005 13:43 GMT | 1 |
I have written a perl script which is of .pl extension Now i want to create an .exe file from it. So, i want to call that perl script and execute it in VB to get a .exe file.
|
| Form resize problem | 02 Nov 2005 12:30 GMT | 1 |
I've got some code in the resize event. However, this errors when the user minimises the form: "A form can't be resized when minimised or maximised" What property should I interrogate to see if the form is minimised or
|
| XML whackyness | 02 Nov 2005 11:59 GMT | 4 |
Every now and then when I open an XML file, I'll see various miscallaneous characters before the first less-than bracket. Like today I've seen ascii 254 and 255, yesterday I saw . What are these characters? Are they garbage? Can I ignore them? The reason I am
|
| Control Like DirListBox! | 02 Nov 2005 11:00 GMT | 1 |
I want a control similar to the DirListBox control but with different options, not the directories which are read-only & cannot be altered. When the "Internet Options" menu item is selected from the "Tools" menu in IE, under the "General" tab, there is a listbox under "History". I
|
| Val of string problem | 02 Nov 2005 10:50 GMT | 10 |
I have an array of string. When I Val the value of the array and do substraction, the result of the substraction is incorrect. Dim MyPairsArray() As String Val(MyPairsArray(1)) - Val(MyPairsArray(2))
|
| Application error "Permission Denied" only under WinXP-SP2 | 02 Nov 2005 10:39 GMT | 14 |
I have a client-server application written in VB5 running fine since years on Win98, WinNT e Win2000 systems. Client and server are ActiveX components accessed by Remote Automation. Now I have tried to install the application on a WinXP-SP2 PC, but I get
|
| LoadImage from RES file | 02 Nov 2005 10:12 GMT | 2 |
Have a VB6 project with a RES file and an image in it with ID 101. When I call the following line of code it returns an image but NOT the one that I have put in my application's resource file! hBitmap = LoadImageBynum(App.hInstance, 101, IMAGE_BITMAP, 16, 16, 0)
|
| How to compare images? | 02 Nov 2005 05:31 GMT | 1 |
|
| Installation of MSMQ - Message Queueing | 02 Nov 2005 01:10 GMT | 8 |
Is there an installable version of MSMQ available, and is there a silent install mode available? Thanks,
|
| creating csv file | 02 Nov 2005 00:19 GMT | 2 |
I am trying to create a csv file with this code Sub main() Open "c:\work\test.csv" For Output As 1 For i = 1 To 10
|
| How to move a folder? | 01 Nov 2005 23:52 GMT | 4 |
Is there any API for moving a folder (including all its subfolders and files, just like manually drag a folder to a new location) without having to move all its contents before moving itself? Thanks for any help.
|
| reading section in app.config with new getSection method | 01 Nov 2005 20:11 GMT | 2 |
I am trying to do what I thought would be simple to do ie reading a section from my app.config file. I would like to have custom sections with custom attributes and be able to read/write them. <configSections>
|
| Textbox Filepath MaxLength | 01 Nov 2005 19:21 GMT | 7 |
When a user is required to enter a filepath into a textbox, what is the acceptable Maxlength to place on the number of chars allowed in that textbox. I see some people use 260 MaxLength...any significant reason for that? And, what would be an acceptable MaxLength if the user had to ...
|
| Word Documents | 01 Nov 2005 19:20 GMT | 2 |
I have created an App that exports Data from Crystal to individual Word Documents. My problem now, is that I want to set the Word Documents to Read Only i.e No users will be able to change the document
|
| good spinbutton? | 01 Nov 2005 18:56 GMT | 12 |
Using VB6 on Win 98 to Win XP. Trying to find a good spinbutton that can replace the VScrollbar that I am using now. The problems with the VScrollbar are that you can't set the background colour and that it has this strange flashing strip.
|