| Thread | Last Post | Replies |
|
| Listbox | 27 Feb 2005 16:25 GMT | 6 |
If you know only the text value of an item in a listbox is there a simple method of determinig its index number? What happens if it occurs more than once in a listbox howw would you determine the first index and all indexes
|
| Resizing Controls | 27 Feb 2005 15:23 GMT | 1 |
I have a control (third party tab control) that I would like to appropriately fit the screen as it resizes. This is easy to do for width...but how do I adjust for the height taking into consideration the title bars, status bars etc and the varying sizes of these on different ...
|
| Iterating through XML elements | 27 Feb 2005 11:53 GMT | 4 |
I have problem iterating throung an element's children The XML is as follows: <?xml version="1.0 <MODEL type="Profitability">
|
| Return Large File Size Function... | 27 Feb 2005 10:30 GMT | 4 |
Hello Friends, Sorry for such a newbie type question but I need to get the proper file size returned to me for large files. I found a function but I am not quite sure how to use it. I'm not sure what to send the FileSizeHigh and the
|
| Trick for MSDN on Win2000? | 27 Feb 2005 07:39 GMT | 2 |
Anybody know of a trick I can implement to get my 1999 MSDN to install on a Win2000 PC? Might it be as simple as a "CHICAGO" type thing? BT3
|
| Error 430 on Setting ActiveX EXE | 27 Feb 2005 07:29 GMT | 3 |
Hi.. I got two project Project A is ActiveX EXE and Project B is referencing to Project A ...
|
| MSGBOX disappears and I am clueless!!! | 27 Feb 2005 06:32 GMT | 2 |
My application has a problem only when run as a compiled file (meaning in VB its OK). The form just disappears ! I put some msgbox commands between some lines just to figure out which line
|
| Shareware licensing | 27 Feb 2005 04:42 GMT | 20 |
I've been looking at Shareware licensing apps and solutions - generating license keys, etc - - In particular - Visual Protect has anyone had any experience with this product? feedback?
|
| SQL error or VB? | 27 Feb 2005 04:14 GMT | 9 |
I can take this to the SQL corner if you want me to, but I'm not letting go of you guys/girls too easy. sql = "SELECT * " & _ "FROM Pop3LocalMailBox AS T1 " & _
|
| Control array when dynamicly creating controls | 27 Feb 2005 04:08 GMT | 5 |
Im trying to dynamicly create a control array. But i seem to be having difficaulty doing this. I thought i could this by passing a value to .index of the componets but it doesnt seem to work. The code im using Set FrameTheatre = Controls.Add("vb.frame", "FrameTheatre")
|
| Creating a timestamp in visual basic | 27 Feb 2005 01:09 GMT | 4 |
Im trying to create a linux Epoch timestamp in visual basic. The reason for this is im creating a application that uses a database to store records. And i need to be able to display records within a four hour period of this date. I dont know if visual basic provides any ...
|
| MS Internet Transfer Control question | 27 Feb 2005 00:31 GMT | 2 |
I am using MS Internet Transfer Control to read web pages from the web. I have no problem with most pages, except for the following website: "http://businessweek.com/rss/technology.rss".
|
| Is 16-bit possible in VB.NET | 26 Feb 2005 17:47 GMT | 6 |
We have been using VB6 for a long time now and have many applications. Some of these applications call an industrial process control API that requires certain fields to be input as 16-bit integers. Now we are converting everything to VB.Net 2003 and read that integers are
|
| How to find COM Port Availability using API | 26 Feb 2005 17:44 GMT | 3 |
I'm building a VB App. This app needs to list all available Serial Ports to the user. Currently I do it by using a MSCOMM component to enumarate COM 1 ~ COM 16. (Setting its ComPort = 1, 2, ... 16 and check whether Error issued). When a port is a Virtual port (on network), this ...
|
| monitoring other computers | 26 Feb 2005 15:13 GMT | 1 |
running windows 2000 in work i want to biuld a screen on my computer that can look at info entered into several text boxes on ten other computers - eg i look at computer number 1 and see what has been entered - and then computer 2 and see again - or look
|