| Thread | Last Post | Replies |
|
| Overloading string split function | 10 May 2008 13:58 GMT | 2 |
Is there a way to overload split function from system.string? Thanks Regards
|
| Dim lblTimeleft As Label = CType(e.Row.Cells(9).FindControl("lblTimeleft"), Label) | 10 May 2008 11:08 GMT | 2 |
I'm a bit of a newbie, but know VB Classic quite well. The above statement appears in some code I'm hacking, and I have added a column to the DataGrid (in the middle, so those to the right have had their index upped by one). Yet the statement above seems to still return the same ...
|
| Why does CLick once insist on .net 3.5 | 10 May 2008 07:19 GMT | 4 |
I have a basic app that I have build and am trying to use the click once/publish feature to make the installation. I have create a Virtual Machine using XP SP2, install VS.2005(aka dev) and created the project.
|
| Databind DataGridView to List(of String) | 10 May 2008 07:15 GMT | 1 |
I use the following code to programmatically bind a DataGridView and a BindingNavigator to various List(of myClass). This works fine with each 'myClass' offering public properties. Dim mAllUsers As List(Of myClass)
|
| Still need help getting OneClick app to get to first user code line | 10 May 2008 07:12 GMT | 5 |
I can get a dump. I can send it in to M$. I can inspect it but cannot get it in my hands so I can not post it here and get comments and/or answers. Can I get hold of that dump somewhere? Is it all in memory or is a file written somewhere on the failing machine's HD?
|
| Storing Variables | 10 May 2008 05:32 GMT | 9 |
I have a sub routine that's passing in a variable. I need to take that variable and store it globally...but here's what's happening. ex: I'm executing my routine: doMyThing(path, "test") I'm executing that command at least 10 times replacing the word test with my
|
| How to stop incrementing the DLL version number? | 10 May 2008 03:34 GMT | 6 |
I have written a VB.NET DLL that is called by a third party program. If I make any changes in the DLL and then try to replace my DLL file the third party program will abort, saying that the DLL version number does not match to the DLL that it was linked against. How can I ...
|
| How do I write a code to activate a popup menu when I right click in a label control? | 09 May 2008 18:17 GMT | 6 |
How do I write a code to activate a popup menu when I right click in a label control? Regards, Tee
|
| = nothing vs. Is Nothing | 09 May 2008 15:59 GMT | 11 |
Hi guys, quick sanity check please. When TESTING for nothing, it's "if <expr> Is Nothing" when ASSIGNING, it's "<expr> = Nothing" correct ?
|
| xml payload string as a single key | 09 May 2008 11:45 GMT | 2 |
I'm working on a http xml post (request/response). In my testing - I have been able to post xml string/stream and send response back. But now I've been told that I should "code the whole xml payload string as a
|
| Get the Owner of a folder | 09 May 2008 09:37 GMT | 1 |
Is there a way I can fnd the Owner of a folder, using vb.net? I know how to find the permissions, but I can't figure how to find the owner. Thanks SimeonD
|
| Binding DataGrid to an Array | 09 May 2008 08:31 GMT | 4 |
Is it possible to bind a Datagrid to a 2 dimentional Array? Or even a Collection? I know Linq can in vb2008 but I don't want to download 2008 just yet. Lots of examples binding text boxes to Id arrays or DataGrids to Databases
|
| FileSystemWatcher class and .NET 2.0 documentation | 09 May 2008 02:52 GMT | 2 |
This web page on FileSystemWatcher Class in .net 2.0 says that the class works on a win98 platform. http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(VS.80).aspx I know for certain FileSystemWatcher does NOT work in .net 1.0 on a
|
| Recursive Registry Loop | 08 May 2008 22:52 GMT | 3 |
I simply want to loop through a registry key, and have all subkeys and values outputed to the console window. It needs to be recursive, so it keeps going into each key one at a time, until it finishes. My code is not close. Anybody have code that has done this?
|
| Dynamic AddressOf value for AddHandler | 08 May 2008 21:23 GMT | 1 |
I'm building a windows forms app in VB.net 2005 and would like to know if there is any way of adding a handler using a dynamic AddressOf value? The application will have a "Windows" menu item and I want to add a
|