| Thread | Last Post | Replies |
|
| CollectionsUtil class ... usage? | 08 May 2006 17:44 GMT | 4 |
I want to create a collection class that will be strongly typed (store a specific object type), be keyed with a case insensitive string, and be able to access objects stored by index, or sequentially (in the order stored) via "For Each".
|
| Sample code | 08 May 2006 17:28 GMT | 1 |
Does anyone know where I can get a sample code to perform the following: 1) Read an ASCII file (much like a CSV file). 2) Implement some filter (i.e. search for specific words in the doc). 3) Write all the results to a newly created file.
|
| Regex references | 08 May 2006 16:51 GMT | 3 |
I have a Perl background, so some of what I know in other contexts is probably getting in the way of what I need to learn now. With that said, I'm having a problem getting my regex to work as I expect. I have a string value like "John Q Public" in a textbox called "Name",
|
| Service Not Starting... | 08 May 2006 16:46 GMT | 1 |
I think I will probably be able to work around this issue but it is definately somthing that has been bugging me. I have installed a Windows service that I created for which I set the startup type to automatic. Whenever I reboot the machine, this service does
|
| Winforms v webforms? | 08 May 2006 14:39 GMT | 5 |
First - I apologise if anyone recognises this from a previous post but I never worded what I wanted to know properly and getting quick advice is imperative to me now. In future I will never cross post but time is a factor now and I appreciate any advice I have recieved
|
| Sql Code generation tools | 08 May 2006 14:23 GMT | 14 |
Are there any good Sql code generation tools out there in the market? If not can you please give me tips or sample code for creating one? I need to automate code generation for data integration. Here is what I repeatedly need to do...
|
| Disable Titlebar of the form in vb.net 2003. | 08 May 2006 12:09 GMT | 1 |
I want to disable title bar of the form , how can I ? Thanks in advance. Hardik Shah
|
| ILASM/ILDASM bug(?) | 08 May 2006 11:19 GMT | 5 |
I found through a lot of exhausting searching, that the following C# code will cause the IL code below: const byte ICON_MONO12BY12 =0; ...... IL-file....
|
| Get the name of the function | 08 May 2006 10:07 GMT | 1 |
public static string NameFunction(string param) { .... string nameofthisfunction = 'XXX';
|
| Shut down the system in vb.net 2003 | 08 May 2006 09:33 GMT | 1 |
I want to shut down my xp/server 2003 system throu code, can any one help me. Hardik Shah
|
| visual studio 05 | 08 May 2006 07:52 GMT | 5 |
Hello I have visual studio 2005, I am currently working on a big project in the program. My problem is visual studio is running very very very slow. It frequently locks up for up to 50 seconds. I can be doing anything... Saving a File, switching from Designer
|
| URGENT! How to make it to run faster | 08 May 2006 07:14 GMT | 13 |
I have a report that I have to run it monthly in my machine. My code in VB.NET and I access AS400 to get data, anaysie it and send into pre formated Excel sheet. The data consist of 9000 rows. I use data table and with for loop I send the data row by row in
|
| Programmically Add Users & Groups | 08 May 2006 03:45 GMT | 1 |
Is there a way in VB.NET to programmtically add NT users and groups? Is there a difference with Windows NT Server, Server 2003, Windows XP? Is there a namespace to do this type of thing? Derek Hart
|
| Records not updating | 07 May 2006 21:02 GMT | 3 |
Hi there, I have a simple medical database with patient records. I use: TotalRecords.Text = DetailsViewMain.DataItemCount & " records" to reflect the number of patients in the db. I then filter the records per person and update the count with the same
|
| Is Dot Net Really belongs to Object Oriented ? | 07 May 2006 19:31 GMT | 3 |
Correct me if I am wrong. In an Object Oriented environment each and everything are objects. That means we cannot directly instantiate a class nor we can directly reference a member belongs to a class i.e. ClassName.MethodName ()
|