| Thread | Last Post | Replies |
|
| Additional information: Object reference not set to an instance of | 17 Nov 2004 14:21 GMT | 2 |
Receive the following error when stepping into the FILL (see last line). Being a newbie I cannot see anything obvious. Error message: An unhandled exception of type 'System.NullReferenceException' occurred in
|
| Maintaining VB6 Apps and Developing VB .net Apps under XP SP2 | 17 Nov 2004 13:08 GMT | 4 |
If there is such a thing, can anyone point me to a list of known existing or potential issues with running VB6 and VB .Net on the same PC under XP. Thank you.
|
| simple problem...?! | 17 Nov 2004 12:39 GMT | 12 |
Hi group, I've got what seems a simple problem, but I can't find the solution. I've got a textbox and a handheld scanner to scan barcodes, the scanner just generates keypresses like a keyboard would so if I scan a barcode and the
|
| winforms on win98 problems | 17 Nov 2004 12:24 GMT | 4 |
I am having a problem with forms rendering differently on a windows 98 machine (It is Taiwanese aswell but hopefully that's not an issue). The form's height is larger than I expect, but most importantly the two most important buttons on the first tab page aren't there!
|
| Clear the content of a file | 17 Nov 2004 12:21 GMT | 4 |
How do you clear the content of a *.txt file? Thanks.
 Signature Xero
|
| Create user control library in standard edition | 17 Nov 2004 12:14 GMT | 2 |
Thanks for Jim M and Herfried K Wagner first. I'd posted a question here about building dll output file in standand edition. It works after changing outputtype to "library". And now I want to know how to build ocx control ? Anyone know how to do so? Please help. Thanks
|
| Checking availability of web site | 17 Nov 2004 12:10 GMT | 1 |
Anyone know how to check whether a website is available or down by using VB.NET or Visual Basic? *-----------------------* Posted at:
|
| Image Load to SQL Server | 17 Nov 2004 11:43 GMT | 6 |
I have gotten this to work for a single image load in SQL server, can anyone help me make this a "For...Each" statement to include every file in the folder? on the 4th line of the main code, is the file path i made, all i need to do
|
| Datarows storing incorrect data | 17 Nov 2004 11:35 GMT | 5 |
I have written some code to manipulate data/records in a MASTER (order header) and DETAIL (order details) tables. What I have written is too extensive to post but essentially trying to: 1. Assign to a datarow (dr1) the first record of the MASTER table
|
| Microsoft namespace | 17 Nov 2004 10:03 GMT | 2 |
I was reading in the .Net Book of the MS Press, and they said that the system namespace is the root of all namespaces and classes in the .Net class library. However I noticed the existence of the Microsoft namespace which is not
|
| using vb.net to convert csv or txt file to MS Access table | 17 Nov 2004 09:27 GMT | 4 |
I have a comma delimited file and I want to export it to an MS access table already designed with appropriate field names. How do I do this programmatically using VB.NET ? Thanks for any help in advance.
|
| Convert data to a printable format. | 17 Nov 2004 09:02 GMT | 3 |
I have a situation here regarding a VB.net application. I need to convert a bunch of data to a presentable and printable format. Is there an economical (perhaps an open source third party
|
| Loop thru controls on a html form | 17 Nov 2004 08:34 GMT | 2 |
I am new to .net programming and I want to know if I can loop thru a specified number of controls on an html form. In Access, the code looks like this: For i = 1 to 10
|
| Is .NET going to be dropped by Microsoft? | 17 Nov 2004 08:33 GMT | 21 |
I keep hearing persistant rumors (along with my own experience) that .NET is going to be abandon by Microsoft due to performance & security issues? I realize no one from Microsoft is likely to confirm this publically, but if anyone that does have insider knowledge, could you ...
|
| registry access and exe detect in vb.net | 17 Nov 2004 08:28 GMT | 1 |
I'm trying to develop a tool for pocket pc (windows mobile 2003) that detects if a specific exe is running and based on that makes changes to the registry. What would be the best way to do this with visual basic .net?
|