| Thread | Last Post | Replies |
|
| Moving from Windows application to Web application | 31 Jan 2005 10:32 GMT | 2 |
I have a friend that has created a VB.NET Windows Forms application that is a very specialized shopping cart. It handles safety ladders. The customer enters a couple of data, e.g. the size of the building .., and the program will calculate which ladders the customer needs and then ...
|
| VB.net and VBA | 31 Jan 2005 09:10 GMT | 3 |
Is VBA wholly and completely a subset of VB.net? Are there any objects or methods or coding techniques that one could learn in VBA that wouldn't also apply in VB.net? So if I will have learned VB.net, by definition, I will have learned VBA?
|
| Let a user write an expression as a string and return a value | 31 Jan 2005 09:05 GMT | 3 |
I'm using visual basic.net, I need to take in input a string containing an expression and return the value, example: "14=14" must return true "14+14" must return 28
|
| Monitoring the clipboard? | 31 Jan 2005 07:40 GMT | 2 |
Is there a way in .NET to monitor the clipboard? Specifically, I'm looking to have an event triggered whenever any program pastes anything to the clipboard. TIA,
|
| Converting | 31 Jan 2005 07:06 GMT | 1 |
My instructor is an idiot. I'm trying to convert txt to int and things like that. I keeps getting errors on one part. So it has me wondering, can you convert lbl to int or dec?
|
| Best way to read a 1GB XML file with C#? | 31 Jan 2005 05:21 GMT | 3 |
I have a 1GB XML file that I need to read once a day and I would like to get feedback to find out what is the most efficient way to go about reading this file. The application reading this is in C# and I am using .NET 2.0. How can I read it without loading it all at once into ...
|
| Generate Dataset: retrieving schema failed | 31 Jan 2005 01:00 GMT | 1 |
I get the following error: "Retrieving the schema for MyOleDbDataAdapter failed. The connection string is invalid." I get this error when I: 1) In Visual Studio 2003, I right click (in design view) the
|
| Console Application Problem | 30 Jan 2005 13:45 GMT | 7 |
How can I terminate console application in Try…Catch…Finally…End Try block so that code in Finally gets executed. If I use End statement Finally does not get executed. Following is my code written in Console Application.
|
| Strong name validation failed ... only on one person's computer! | 30 Jan 2005 13:12 GMT | 1 |
I have a VB.NET application distributed to all employees in our company, and only one person's PC is having problems with it. After a restart of her computer, the next time she runs my app she gets the message:
|
| Casting error in late-binding | 30 Jan 2005 04:14 GMT | 4 |
This is driving me nuts, especially since I have this working for my main application with no problem. I suspect it might be due to Namespace conflicts, but I'm not positive. Any help is vastly appreciated.
|
| windows server 2003 | 30 Jan 2005 03:27 GMT | 2 |
does anyone know if windows scripting host is enabled by default in win2k3? wouldn't that be a security concern? Aaron
|
| large web application | 29 Jan 2005 22:38 GMT | 8 |
OK, so i'm designing a very large business auction website for a customer. It would include such features as: Auctions, search, registration, payment, fees on auctions, consignment services etc..
|
| how to control another program that is running | 29 Jan 2005 18:07 GMT | 5 |
Does anyone know how to control another program that is running? Eg: I would like to control the outlook express and tells it to minimize. Thanks.
|
| Can you use web search engines as front ends to your database? | 29 Jan 2005 17:57 GMT | 1 |
2 problems: Example: If a person types in a part number into Yahoo: 1. Is there a way for Yahoo to list your web site as one of the results.
|
| decrement a foreach | 29 Jan 2005 15:53 GMT | 1 |
is there a way to decrement a foreach loop? for example string s = "cat"; foreach(char c in s)
|