| Thread | Last Post | Replies |
|
| Toggle buttons | 30 Sep 2005 11:58 GMT | 1 |
How can I make some of the buttons on BindingNavigator toggle i.e. when one button is clicked others unclick automatically? Thanks Regards
|
| Enabled and Visible doesn't work on Tabpage control | 30 Sep 2005 11:45 GMT | 1 |
Can anyone can successfully set a tabpage control to: Enabled=False or Visible=False
|
| Passing a Delegate to a Constructor using Activator.CreateInstance() | 30 Sep 2005 10:02 GMT | 2 |
I'd be grateful for some help... I'm trying to create a late bound object using: Activator.CreateInstance(Type, ConstructorParameters()) The constructor of the object takes a delegate as the only parameter.
|
| encrypting/decrypting xml files | 30 Sep 2005 09:26 GMT | 4 |
I have a bunch of xml files that are used by my vb application. Those files were written by hand (ie not generated). Do you know a tool to encrypt them, so that no one can read their content when opening them, which would also allow me to decrypt them in my code via some
|
| statusbar | 30 Sep 2005 09:22 GMT | 2 |
Hey guys Im getting spanked on what I thought would be easy... I have a form Master... Its a parent that has a statusbar "sbar1"
|
| Module Scope between instance of the same class | 30 Sep 2005 08:13 GMT | 7 |
If someone as an explanation ... :) Look at this... Class MultithreadTest ' <-------------- Option Explicit
|
| Logon Error using Crystal Reports in VS.net Web App | 30 Sep 2005 06:17 GMT | 3 |
I have been trying to load a Crystal Report newly created via VS.Net 2003. I am using a simply ASP form with only the Crystal Report Viewer. The sample report results display in the WebForm1.aspx, when I have set the databinding Report Source property set at design time.
|
| FolderBrowserDialog Problem | 30 Sep 2005 02:48 GMT | 1 |
Hey Guys, The problem is that during the installation i need to get a path from the user using a FolderBrowserDialog. The thing is though that when the dialog displays the window shows with the description and every other
|
| Combobox lookup binding with bound controls - Please help! | 30 Sep 2005 02:24 GMT | 4 |
I've seen this problem discussed a jillion times but I cannot seem to implement any advice that makes it work. I am porting a large project from VB6 to .NET. The issue is using the combo box bound to a table as a lookup, drawing values from another table to populate the available ...
|
| Format datetime | 30 Sep 2005 02:23 GMT | 2 |
Is there a function to format the datetime value to the following format 2005-09-29T17:57:03.0000000+08:00 ? currently i'm using a hard way Dim result As String
|
| vb code | 30 Sep 2005 01:19 GMT | 1 |
can someone please help me with some vb6 code. i need code for (or help with) a menu. my aim is to use the menu as a typical menu eg. file, edit, etc.
|
| Diappearing User Controls | 30 Sep 2005 00:56 GMT | 6 |
Again, I got caught by the bug in VB.Net 2003 where a usercontrol placed on the form at design time works fine for a week or so then all of a sudden, it's not there. Has this bug been fixed in VB.Net 2005? I have resorted to adding any UserControls at runtime but this isn't very
|
| Listview _Control | 29 Sep 2005 23:56 GMT | 2 |
I have a problem regarding clear method of the listview control. In my application sometimes the "listview1.Items.clear()" method is giving me a "null reference exception". All I could thought of it is related to the no. of items in the
|
| Need help ignoring commas within a csv file | 29 Sep 2005 23:18 GMT | 2 |
I need to be able to do a Regex.split on a csv file ignoring the comma if it is inside a single quote. I have the regular expression working in the RegexDesigner tool, but when I use it within vb.net it adds an extra split on each of the commas as well.
|
| Who Called me? | 29 Sep 2005 23:08 GMT | 5 |
I need to run my application from another one, and I need to know which application called me. Any help is appreciated. Regards,
|