| Thread | Last Post | Replies |
|
| IHTMLELement2 | 14 Sep 2005 06:53 GMT | 4 |
Does anyone know how I can use the .getElementsByTagName to only receive parent tags. I am only concerned with the outside TD tags and I need to capture information from a TD tag that is at a specific position but the table within a table throws off the count of my TD tags. For ...
|
| type mismatch | 14 Sep 2005 05:11 GMT | 3 |
in VB 2005 the class myClass, I have Dim someStringArrary() As String --- sub New()
|
| custom sorting a tree view (making folders show on top) | 14 Sep 2005 04:03 GMT | 3 |
How would you go about doing this I have a tree view which where anything is a parent it is a folder (folder icon, and the tag for the object is a string that says "FOLDER:{name of folder here}") then each folder has items in it and possibly more folders.
|
| VB 2005 Express Installation | 14 Sep 2005 02:53 GMT | 1 |
Hi all, I'm having trouble installing VB 2005 Express. I previously had attempted to install a prior beta version of VS 2005, but the install had issues; so I completely uninstalled .NET Framework 2.0 and VS 2005 at the time. I just recently installed VB 2005 Express Beta 2 and ...
|
| WMI | 14 Sep 2005 02:29 GMT | 2 |
I want to know how to get installed programs on local machine via vb.net. Any website which I could use for reference? Please advise and help.
|
| Initializing structure arrays. | 14 Sep 2005 00:30 GMT | 2 |
I have defined a structure of; Private Structure Menu Private MenuID as string Private Label as string
|
| Sending escape characters to the LPT port | 13 Sep 2005 23:51 GMT | 1 |
I have looked all over with no luck. Does anyone know how to send escape characters to an LPT port?
 Signature Thanks,
|
| VB.Net, VB Commenter, Comment Tags and NDOC | 13 Sep 2005 22:47 GMT | 2 |
I am using the following comment tag to display code samples in my help document. <code> </code> The problem is all I see is a gray bar and no code sample in my help file. Has anybody done this successfully in VB.NET?
|
| Displaying images in a picture box | 13 Sep 2005 22:31 GMT | 11 |
I am trying to display an image in a picture box. The image is a group 4 fax black and white image of a piece of sheet music. The original resolution is 300 X 300 dpi. I want to have the picture box as large as possible so I can view the scanned image on my computer screen. At ...
|
| Newbie Questions | 13 Sep 2005 22:24 GMT | 1 |
I and my team converted a small application to VB.NET. This is the first VB.NET programming we have done. We had some issues that I would like to be handled better. Any help would be greatly appreciated. 1. We had DLL issues. We had a base DLL for database access. This
|
| Delegates help | 13 Sep 2005 22:19 GMT | 1 |
Im trying to understand delegates in vb.net and the concept seems very difficult. is there a good study guide or something to help grasp this? callback method?? signature?? Why does the delegate concept seem the
|
| Open cash drawer connected to EPSON TM-T88iii POS printer | 13 Sep 2005 21:53 GMT | 2 |
I'm developing a POS software using an Epson TM-T88iii printer with a cash drawer connected to the printer. The printer is connected via a usb interface to the pc. Can anyone tell me how I can open the cash drawer from my VB.NET
|
| Export DS to Excel | 13 Sep 2005 20:20 GMT | 3 |
It looks like this is a very popular subject, but all the previous messages have been deleated from the server. In my application, I need to export a table in my MSAccess database to an Excel 2003 spreadsheet. I have no trouble with individual ranges, but am having trouble finding ...
|
| Deplying the .NET Framework with an application. | 13 Sep 2005 18:26 GMT | 5 |
I have tried to deploy an application onto a computer which does not have the .NET Framework installed, and was soon prompted to download it from the Microsoft site. However, I would prefer to be able to install the .NET Framework (Version 1.1.4322) at the same time as the ...
|
| Picture Orientation | 13 Sep 2005 18:16 GMT | 2 |
Does anyone know how to tell (in vb.net) what the orientation of a graphics file is (ie portrait or landscape)? Thanks! Dale
|