| Thread | Last Post | Replies |
|
| File access denied | 10 Jul 2006 21:24 GMT | 4 |
When I run my program, I open a picturebox with a photo loaded in to it using the code: PictureBox1.Image = Image.FromFile(strPath & strImage). I then close the picture box and put in the line:
|
| TCP Urgent Pointer Usage | 10 Jul 2006 19:23 GMT | 3 |
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from the socket is missing the last character (line feed). When the same text is sent ...
|
| .NET Licensing | 10 Jul 2006 18:39 GMT | 5 |
I found a FAQ on the MS website that states "No licensing restrictions for applications built using the Express Editions" but my boss wants explicit terms & conditions. Can somebody point me to an official MS page that spells out terms &
|
| How to convert my DLL into C# code? | 10 Jul 2006 17:25 GMT | 2 |
I just made big mistake on my c# source code. I did undo check-out my files accidently. The only things I have are the DLL files. Other source files are nothing or almost all empty.
|
| Debugging and Guids | 10 Jul 2006 17:12 GMT | 4 |
VB2005 in an app i have a variable defined as a Guid. This variable is populated from a sql server database. If i look at it using myGuid.ToString i see the expected value of the guid,
|
| Multiple ObjectDataSources? | 10 Jul 2006 13:53 GMT | 4 |
Hi - I have a wizard which has about 4 RadioList controls on it, all of which are populated from a data object. As far as best practices go, would it be better to configure a seperate ObjectDataSource for each control, or is there a more efficient method? If so, can you ...
|
| Showing the action to the user in ASP.Net | 10 Jul 2006 12:51 GMT | 3 |
Normmally we can show the user what happening in background. For example we can give the Refresh() method. I want use same thing in ASP.Net
|
| How to secure the Dotnet code | 10 Jul 2006 10:39 GMT | 14 |
I'm working on an application that contains classes for licensing, authentication etc, including all the algorithms of encryption/decryption etc. I wanted to secure this code, but after compiling all the code, I just thought of trying a decompiler on the output file. The decompiler ...
|
| Help with payment method logic | 10 Jul 2006 08:50 GMT | 3 |
I need your help with the following scenario: I am using VS 2005 and SQL server DB, my form has 3 textboxes txtTotalAmount, txtAmountEntered, txtAmountBalance. If txtTotalAmount is $20.00 for example then user can enter $2.00 in cash, $2.00 in MasterCard,
|
| Build Numbers | 09 Jul 2006 20:27 GMT | 3 |
how can i reference the build numbers for the application publication, to display in about box
 Signature _________________________
|
| How do I search for quotation marks within a string? | 09 Jul 2006 16:46 GMT | 5 |
If I want to search for a character within a sring, I normally use x = myString.IndexOf("T") However, what if I want to look for a quotation mark within the string? I have tried
|
| getting a command prompt up when debugging | 09 Jul 2006 15:20 GMT | 1 |
If I'm developing a console application, I'd rather not have to go to the project settings and edit the command line arguments each time and then run. Is there a way I can get a console box displayed automatically in the
|
| ASP.NET | 09 Jul 2006 14:17 GMT | 32 |
Is this forum for ASP.NET questions? Or is there another forum for that?
|
| HELP a newbie : help with rnd function | 09 Jul 2006 10:15 GMT | 1 |
I am pretty new to prgramming and i'm having a spot of trouble with one of my programs, i would like to, when a condition occurs chnge the property of label1.text to a random letter of the alphabet i have made an array called alphabet(25) for all letters.
|
| Importing .NET assemblies to unmanaged C++ (VB6) projects | 08 Jul 2006 23:26 GMT | 3 |
I am writing a software under .NET, what I need is a way to use my assemblies from within unamanaged c++ or VB6 projects. Is there a way that can help me import .NET assemblies within unmanaged code. Is there a way to create a single component that is so easy to embed in any
|