| Thread | Last Post | Replies |
|
| load external html vs 2005 | 30 Nov 2006 23:24 GMT | 2 |
I am trying to load an external HTML page into a DIV tag with .NET 05 and I can't figure it out. Any suggestions? My Scenario: - Gridview populated with list of available files
|
| VB vs. C# language challenge question | 30 Nov 2006 23:07 GMT | 13 |
Below there are two equivalent(?) pieces of C# and VB.Net code. While the C# version compiles with no warning, the VB.Net version does not compile due to the compiler error BC30149: Class 'c2' must implement 'Sub m1()' for interface 'i1'.
|
| how to make cookies into an array? | 30 Nov 2006 22:00 GMT | 7 |
I need several cookies depending of an variable (x), so i defined a HttpCookie() as an array. My problems: 1)I get the error: Object reference not set to an instance of an object.
|
| ir on serial port vb.net 2005 | 30 Nov 2006 21:38 GMT | 2 |
haw to read data from an Infrared Infrared Remote Control
|
| Dropping folder on desk top icon | 30 Nov 2006 21:33 GMT | 5 |
Normally I have some idea of where in the MSDN to start looking but on this one I have absolutely no idea. A fellow who uses my 'toy' asked if would be possible to drop a folder of files / folders to be processed onto the desktop icon ( well, of course it
|
| Help - Timing Logic | 30 Nov 2006 19:21 GMT | 15 |
I have a multi threaded VB.NET application (4 threads) that I use to send text messages to many, many employees via system.timer at a 5 second interval. Basically, I look in a SQL table (queue) to determine who needs to receive the text message then send the message to the ...
|
| advanced validation by code | 30 Nov 2006 18:49 GMT | 1 |
Hi I am writing a large program where I am using three text boxes. I am performing validation controls on these text boxes however there are some conditions Names of textboxes
|
| Can't Figure Out why this array is out of bounds now! | 30 Nov 2006 18:18 GMT | 3 |
Pre STory - I've had a lot of problems with this program, and I just added the last part of it (the add item code) and now an older part of the program crashes. Public Structure Stocks
|
| directory.getfiles | 30 Nov 2006 17:22 GMT | 5 |
directory.getfiles(path, "*.htm") finds .htm and .html files same if you are looking for .c it finds .css also is there a fuction that just gets the file extention specified?
|
| How do you translate your WinForms app? (outsourcing localization) | 30 Nov 2006 16:41 GMT | 8 |
Suppose I have written a .Net application and - until now - have hardcoded all my text strings. Now, the application needs to be translated into another language. Furthermore, the translation must be done by someone at the other end of the world, without
|
| Great VB GUI Code | 30 Nov 2006 15:33 GMT | 1 |
VB GUI source code for developing please see below web site. GUI Ver. 1.0 Is a very fancy pull down menu, toolbar multi tabbed GUI menu interface for any version of Visual Basic should run and compile from versions VB 1 to V6 (VB 1, VB2, VB3, VB4, VB5, VB6), Has pull down
|
| loading treeview dynamically is very slow | 30 Nov 2006 15:20 GMT | 3 |
Rather than load all my data into the treeview I am loading when a level-1node gets expanded (for the first time). To set up the code below, I've added a single child node for each level-1node, just so that I can get the "+" and the capability to
|
| Create Property on the fly | 30 Nov 2006 14:48 GMT | 6 |
Is it possible to add a property to a class on the fly? If yes, How can I do this or where can I find an exemple? Thank you Marc R.
|
| Why does Join method call sit there forever? | 30 Nov 2006 13:54 GMT | 4 |
Why does Join method call sit there forever? This code works, including the delegate call, but if the join method is ever called, it seems the main thread blocks, and it is hung. HELP! This is driving me nuts!
|
| Hiding dialog causes ShowDialog to return | 30 Nov 2006 12:17 GMT | 2 |
I was wondering if there was any way to stop the hiding of a dialog from returning from the ShowDialog function? i.e. If you create your own dialog and put some code in that hides it temporarily during it's use, the ShowDialog function will return the second
|