| Thread | Last Post | Replies |
|
| "Overloading" delegate | 07 Sep 2004 19:30 GMT | 3 |
What is the best way to have something like this? protected delegate string CalculationDelegate(int count); protected delegate string CalculationDelegate(double count); Best regards,
|
| PictureBox Locked Property Question | 07 Sep 2004 16:46 GMT | 2 |
I am trying to put a picture on a form and then when the user clicks on the picture/image they can resize that image with the sizer arrows (not the whole form, just the picturebox.) I thought this would be via the locked property , but it did not allow me to click the
|
| difference btw Framework and Framework Redist | 07 Sep 2004 13:47 GMT | 1 |
i'm wondering what is the difference between .NET Framework 1.1 and .NET Framework Redistribuable 1.1 ???
|
| It's Bug? Or it's high way of thinking? | 07 Sep 2004 11:10 GMT | 1 |
I'm write string in textfile in this sample. When it done, i mast have three files. Every file mast contain one string. Realy only one file contain string, what maked inside of my metod (Write). vbc-compiler don't say about erros. When i define variable as class-field, ...
|
| Converting a text input field into a decimal | 07 Sep 2004 10:56 GMT | 1 |
I have a problem. using the data adapter I have configured it to accept data entry from text fields. However, there are a couple of fields in the database which have a database type of decimal. there aren't any server controls which specifically handle decimals and I tried ...
|
| CryptProtectData key. | 07 Sep 2004 09:34 GMT | 2 |
I'm considering to use the Data Protection API CryptProtectData, with the flag set for CRYPTPROTECT_LOCAL_MACHINE. The documentation says this "associates the data encrypted with the current computer instead of with an individual user".
|
| catching Runtime Stack Overflow Exception | 07 Sep 2004 09:23 GMT | 24 |
i need to catch a Runtime Stack Overflow Exception. how can i do this? assaf
|
| NullReferenceException using static members in a multi-thread .exe | 07 Sep 2004 08:27 GMT | 2 |
Using a class with static members in a multi-thread executable results in 'System.NullReferenceException' exception. This happen only if the class is not initialized (calling any static member) before
|
| downloading framework from online location during product install | 07 Sep 2004 06:49 GMT | 2 |
I am using InstallShield and i have created my setups (for the programs i create) so that they check for the presence of .Net Framework 1.1 and if it is missing, they download it automatically from an online location (not my site). Does anyone have the direct download URL for the ...
|
| Reading binary files through an WebResponse... | 07 Sep 2004 06:46 GMT | 6 |
Hello, I'm having trouble properly reading and decoding binary files (eg MS Word Doc, Adobe PDF) from a stream created from a Web Response. I have an application that downloads email attachments from an exchange server and will then insert them into a database. My problem is ...
|
| Memory Manage in pInvoke | 07 Sep 2004 06:41 GMT | 2 |
hi.. Thanks for reading my msg... I am using pInvoke services in my application to call functions from an external DLL. Here I like to know about memory management in pInvoke, b'se i
|
| C# equivalent of the /fx C++ compiler option | 07 Sep 2004 03:33 GMT | 3 |
Is there any equivalent to the /fx C++ compiler option for C#? Best regards, Pau.
|
| I need help to read/write ini files | 07 Sep 2004 00:26 GMT | 4 |
I need help to read/write ini files thanks
|
| VS.NET Perfomance and speed question ( Comparing with C++ Apps) | 06 Sep 2004 22:23 GMT | 18 |
I am each day becoming more and more addicted to the new .Net framework because of its cool RAD facilities. However, performance and speed is extremely important for my application development. I have done many various tests to compare the performance speed of
|
| Function Address | 06 Sep 2004 22:11 GMT | 1 |
How can i get function or method memory addres in C#? (it's include managed code or unsafe) Regard Emad
|