| Thread | Last Post | Replies |
|
| DropDownList does not fire the DropDownList1_SelectedIndexChanged event | 16 Dec 2005 13:57 GMT | 2 |
Hi there, I'm using VS .NET 2003 and C# for create a Web App. My problem is that the DropDownList component isn´t firing the SelectedIndexChanged Event....
|
| Change IP address programatically? | 16 Dec 2005 13:50 GMT | 5 |
Is there any way of changing the IP address of a packet sent from my computer to a web server? I suppose is not possible since the router SNAT will change ip's anyway but it would be great if it's possible Thanks!
|
| gettin the name of the method that I m currently running | 16 Dec 2005 13:38 GMT | 6 |
I need the name of current running method name for exception reporting. does .NET have such a thing ? example : (in delphi language) Procedure TMyClass.MyMethod;
|
| own executalbe path | 16 Dec 2005 13:28 GMT | 7 |
in c++ int main(int argc,char** argv) the first argument is the own executable path how can I can the same info in a c# program?
|
| OpenFileDialog Initial Directory not working | 16 Dec 2005 13:17 GMT | 2 |
I'm a bit confused by this - when I set the InitialDiretory of an OpenFileDialog to be a subfolder within the same folder as the app, the file dialog does not initially display the folder - instead it shows the last used folder (this persists after closing the app).
|
| Arraylist | 16 Dec 2005 11:29 GMT | 3 |
I've included : using System.Collections; and declared the Arraylist as: ArrayList myList = new ArrayList(); but type myList. (then the dot) I can't see the methods and properties, so
|
| Unhandled Exception: System.IO.FileNotFoundException: File or assembly name xx or one of its dependencies, was not found | 16 Dec 2005 10:58 GMT | 3 |
Do you ever get the exception in Managed C++? How can I know which file or dll is missed?
|
| AdvancedSearch Outlook | 16 Dec 2005 10:57 GMT | 3 |
"\http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ TestField\" <> 'Value'"; This fileter in while using Outlook Advance search should give all those mails which do not contain Value in TestField field but it is doing exact
|
| Compiling the solution using .Net 1.0, 1.1 or 2.0 | 16 Dec 2005 10:07 GMT | 2 |
In VS 2005, where can I choose to compile the solution using .Net 1.0, 1.1 or 2.0? Thanks.
|
| ClickOnce problems | 16 Dec 2005 08:50 GMT | 3 |
After publishing my test application using ClickOnce with VS.NET 2005 I am getting these warnings: Warning: Could not download 'ClickOnce.application' from… Warning: Could not download 'ClickOnce_1_0_0_3.application' from…
|
| Encryption for a log and Unicode Characters...? Yikes! | 16 Dec 2005 07:16 GMT | 6 |
Hello everyone... This may sound really stupid, but it is something I have been working on all day and haven't found a solution yet. If you go into Notepad and try the keystroke ALT+4, you get a nice little diamond. Infact, you can do this all the way up to 127 showing different
|
| Timespan Problem | 16 Dec 2005 06:06 GMT | 7 |
Hi all i have just begin csharp have a problem in saving time in database I have to comboboxex in form one containing hours from 0 to 23 and another containig minutes from 0 to 59
|
| datareader record null | 16 Dec 2005 06:02 GMT | 3 |
Hi im new to csharp I want to check the value of the field is null or not this is my code if ( dr["timeout"] =????
|
| Form.Size when Minimized | 16 Dec 2005 05:55 GMT | 5 |
Consider a Form with dimension Size=(300,300) that is then minimized. Subsequent calls to Size return (160,24). The Form is then restored and Size returns (300,300) Is there any property or method that returns the size of the form when
|
| Birthday generated by ID number | 16 Dec 2005 05:25 GMT | 8 |
I want to split a IDNumber to determine the date of birth.Something like this. DateTime dtBirth split txtIdNumber in yy mm dd
|