| Thread | Last Post | Replies |
|
| PLEASE HELP!!!!! | 26 Oct 2006 15:05 GMT | 6 |
I have a web site that had a ASP.NET login control on it. I changed the control to the new css login adapter and now it will not work. I have some code behind called by OnAuthenticate="login_Master_Authenticate", and I put a break on it and it will not even stop. I really ...
|
| Urgent | How to call Delphi DLL using CSharp.Net | 26 Oct 2006 14:01 GMT | 3 |
I have a GUI module written in Delphi32. There is another main application written in CSharp.Net. I want to call the delphi GUI Form from with in CSharp.Net Code. The .Net application will provide the top level container for the Delphi GUI module. The Delphi form will be ...
|
| Symptoms of memory leak | 26 Oct 2006 14:00 GMT | 1 |
I've been having a discussion with a collegue concerning how to identify memory leaks with applications running within the CLR. I read the microsoft article http://support.microsoft.com/kb/318263 Would it be safe to say that using windows task manager if the Mem Usage
|
| Automatic Cast | 26 Oct 2006 13:57 GMT | 1 |
hello, i want replace my last code with a generic code : o = an object; before : this.panel1.Controls.Remove( (webTest)o );
|
| How to get the path of share folder "ADMIN$" on a remote machine? | 26 Oct 2006 13:33 GMT | 4 |
i'm writing a application that need to get the path of share folder "ADMIN$" on a remote machine. for instance, if "ADMIN$" is maped to "C:\Windows", i want to get the string "C:\Windows". Thanks in advance.
|
| Approch Document | 26 Oct 2006 12:44 GMT | 1 |
I am looking details about migrating VB application to .Net (either VB.net or C#.net). Looking detailed explanation (approch document) about migration procedure and how to do it in the best way interms of performance, standard and etc., Please let me know If anybody knows ...
|
| Creating a report in Crystal | 26 Oct 2006 11:37 GMT | 2 |
What are the steps in creating a Crystal report on a click event? Is it that I have to create the report first and then use a Crystal report control? Thanks
|
| Initial Screen | 26 Oct 2006 11:12 GMT | 7 |
I have a Visual C#.Net Windows application. I would like to replace the initial screen with another screen. Can you tell me how to do this. The original screen 'Owner-Info', I would use 'MyPetPlaces' which will call 'Owner-Info'.
|
| virtual and abstract keywords | 26 Oct 2006 10:43 GMT | 5 |
I have been reading about the differences between virtual and abstract keywords... What i understand is that with VIRTUAL keyword, you can actually write the whole method and override it if needed... with abstract, you just declare
|
| Deserialize to a base type | 26 Oct 2006 09:39 GMT | 3 |
Ive got a comms channel (its actually a WCF channel between a desktop amd a pocketPc) which is using standard SOAP12 over HTTP to communicate. The messages represent data transfer objects and Im extanding these
|
| How to Export the data from Datagrid to PDF file | 26 Oct 2006 09:28 GMT | 1 |
I am using .NET 1.1, How to Export the data from Datagrid to PDF file. Lets assume that EMP Table EmpNo Empname
|
| Hide in Files | 26 Oct 2006 09:10 GMT | 2 |
If anybody can teach me, how in C# we can hide text in a Picture File, and how to read it afterwards/
|
| about the configuration file app.config | 26 Oct 2006 08:39 GMT | 1 |
i create a configuration file for the program with the default name "app.config" and the ConfigurationManager deal with well, but after i change the file name like "other.config" it doesn't work, must the configuration file be named "app.config"?
|
| got totally confused about the netstream | 26 Oct 2006 08:11 GMT | 7 |
i am writing a very simple c/s socket program, i just wanted the client to first write to the server, after server get the message it, write to the client, the the client write again. here's the codes: Server:
|
| How to set DataSource in XML file | 26 Oct 2006 06:59 GMT | 5 |
I have a listbox and I want to set the DataSource property to a specific location of an XML file. Can someone tell me how? I want the DataMember property to refer to the <ChildTest> section to list all the tests under that section.
|