| Thread | Last Post | Replies |
|
| Max amount of data for a form | 03 Apr 2005 19:30 GMT | 2 |
Is there a maximum amount of data that can be loaded onto a form, or processed by a form?? I am building a standalone application, which has a load of data accociated with a button click event. After adding the latest batch of data, and debug building, I get the following error: An ...
|
| How to Prevent reverse engineering .NET | 03 Apr 2005 09:13 GMT | 7 |
Is there any way i can prevent reverse engineering in .NET ? Obfuscators seem to be one solution. But, how can one rely on obfuscators since it changes the assembly (even though most of them claim that they just rename the variables) ? Is there any better solutions ?
|
| How to learn amount of memory used by the process at the current t | 03 Apr 2005 01:09 GMT | 2 |
I want to test .net class for memory leak presence. For this I want to know how much memory is used before creating and after deleting class instance. How can I do it? And could it help me find a memory leak in general? I know about profilers, but I want to test a class ...
|
| How to use UML to make VB.NET classes (free) | 03 Apr 2005 00:28 GMT | 2 |
I know there are some tools to use UML and let it create automaticly the classesi n Visual Studio .NET. Are there any free software tools like this? Or can I somewhere download good working trial-versions? What do you consider to use?
|
| SELECT STATEMENT | 03 Apr 2005 00:20 GMT | 2 |
I am displaying the records from a table in a grid. The simpel SELECT statement works fine. However, I have to use this select statement select right("00000" + Column1,2), column2, column3 FROM mytable This does not work. I mean it is not showing the 0000's in the first column.
|
| URI formats are not supported error | 02 Apr 2005 22:33 GMT | 1 |
I am having an asp.net application made in vs 2002 (.net 1.1). I am getting "URI formats are not supported error" when I am trying to specify the file path in my web.config as <exceptionManagement mode="on">
|
| What kind of object are tooltip windows? | 02 Apr 2005 13:23 GMT | 2 |
I'm not talking about the tooltip object itself, I'm talking about the floating window with text and a simple border that is displayed. Is there any way that I can instantiate and display one of those, or do I have to write a custom class?
|
| A plea for the reinstatement of IDL | 02 Apr 2005 04:54 GMT | 9 |
Myself and others who have a serious investment in IDL have formed a petition to get Microsoft to get IDL out of the sidelines and back in to a mainstream language. Its about time we had a proper IDL editor in VS.NET for a start. Microsoft need to start thinking about where they ...
|
| Import picture based on SQL DB field | 02 Apr 2005 03:19 GMT | 3 |
Hi I'm new to VB.NET, just switching from access. On a large database for furniture i would like to just have the picture location information, and have a form or report import the picture from a file folder based on the location information in the database record, how can
|
| How to notify the Applictaion abt the New version of DLL | 01 Apr 2005 23:17 GMT | 3 |
In .Net suppose I have a core component (some Business rule) it's version is 1 And it's deployed in GAC That component was used By two Application ( A and B) ... Now I again change the core Component and now it's version is 2 and it' s
|
| thread restart? | 01 Apr 2005 22:54 GMT | 9 |
I have a thread that I want to start, to process items waiting in a Queue class, and run in a loop until that Queue is empty. I've got a class set up to take care of locking issues on the Queue so one thread can add more things to the Queue while the other is removing and ...
|
| Hooking into another process? | 01 Apr 2005 21:32 GMT | 3 |
I want to make an application (in C#) that can catch text written to a Richedit control in another application. Using Spy++ I can see that the message I want to intercept is called EM_REPLACESEL. I have been googling and I am pretty sure that the way forward is using ...
|
| Updating the JDK use in .NET ! | 01 Apr 2005 20:27 GMT | 1 |
I'm writing some code for transferring datas between a C++ code (as Server) and a J# code (as Client) with a Socket. It works well but i realize that the size of my receiving buffer (in the J# program) are very small.
|
| Filtering strongly-typed datasets | 01 Apr 2005 17:19 GMT | 1 |
Is there a way of nicely filtering a strongly typed dataset with a SQL-esque query or somesuch? A couple of times now, I have wanted filter a dataset I have obtained from a generic method and pull out the rows I am actually interested in.
|
| .NET-BroadcastEventwindow.1.0.5000.0.3:-Application Error | 01 Apr 2005 16:23 GMT | 1 |
(Type your message here) -------------------------------- From: Ravi Jammalamadaka Hi,
|