| Thread | Last Post | Replies |
|
| image size | 25 Jun 2008 10:40 GMT | 15 |
I have an image box that user can open an image on it. this image box has a restricted size, so I must restrict the user to open an image with a limitation in the image's size. I use an open dialog control. I know that this control has a property to restrict the file's size that ...
|
| pretty printers? | 25 Jun 2008 08:57 GMT | 4 |
What do people like in the "pretty printing" arena for VB6 code? Bruce
|
| Problem capturing the Tab key in the KeyDown event | 25 Jun 2008 03:01 GMT | 3 |
What's so special about the <Tab> key that I can't seem to trap it to assign some special functionality to it in my VB6 program? I have a form with a Farpoint tab control on it. On that tab control is another Farpoint tab control. On the second tab control is a
|
| separate every 3 digits | 25 Jun 2008 02:54 GMT | 14 |
I have a text box in my form. It should get a number as money. I want it to separate every 3 digits dynamically.for example if the user enter "123", it shouldn't do anything, but as soon as the user enter the fourth digit, for example "4", it should change it to "1,234" and it ...
|
| Opening Txt Files | 24 Jun 2008 23:32 GMT | 6 |
Is it possible to open text files from a web page or ftp site??
|
| MSXML2.XMLHTTP Gather Data | 24 Jun 2008 22:27 GMT | 12 |
I'm using MSXML2.XMLHTTP to poll (every 6 seconds) a text file containing weather data from a NOAA site. All is working well except when that the file does not refresh to the most current one on the site. It is using the file in the cache. I tried to delete the file from the ...
|
| where to declare variables | 24 Jun 2008 16:39 GMT | 6 |
I would like to declare a variable for the whole module, so before the class, I used the dim statement, but I noticed in a sub that it complained that a variable was not declared. This seems a little different than VBA. Can anybody help?
|
| setting the value of a text box | 24 Jun 2008 16:16 GMT | 2 |
Is there some way to set the value of a text box in VB Express. I know in VBA, I can set the value of a cell with the range.value object. Thanks!
|
| Is there any way to repeat the current line on error? | 24 Jun 2008 08:01 GMT | 2 |
I want to set on error resume statement that can repeat the current line? How can I write that. Maybe something like that: on error resume. Please Help . Thanks.
|
| Adding 2 hex values | 23 Jun 2008 18:57 GMT | 7 |
in an external viewer I can easily add 2 hex values by selecting both, and I was astonished by the result. For example I select "Hex:20" and "Hex:03"
|
| Read a unique ID from the registry ? | 23 Jun 2008 13:52 GMT | 4 |
I have an app (VB6 of course) that, among other things, downloads some data from SQLServer. This is an in-house only application. The user has to log in to access the server data but all users use the same login ID.
|
| How to grab webpage using vb | 23 Jun 2008 13:48 GMT | 5 |
I would like to have a vb grabber for a web page something like: stringPageContent = GrabPageContent("http://www.somesite.com/somepage.html") How could you that? Or any idea to accomplish it? Thanks.
|
| Could not load file or assembly | 23 Jun 2008 13:31 GMT | 1 |
I posted on a similar matter back in May when I was having problem developing. Im not deplying and the same problem is rearing its head and Im getting inconsistent results accross machines. The scenario can bbe summarised as follows
|
| Problem using a UNC Path within a COM component in asp.net | 23 Jun 2008 13:21 GMT | 11 |
I would appreciate any help that would shed some light on this problem... I have a com dll that is an API to another application. The initialize routine of the object requires the path where the data files are located, to be passed in as a parameter. This works fine when the data ...
|
| Mixing VB6 and .NET | 23 Jun 2008 09:12 GMT | 16 |
can anybody please tell me a newsgroup that handles the topic of mixing .NET with VB6? Thanks! Bert
|