| Thread | Last Post | Replies |
|
| using two forms | 15 Jul 2007 20:19 GMT | 10 |
Hi, Im using two forms in the same application. Main form opens, click menu for secend form. This is a log on form, used to get three bits of info. Up to this point Im ok. I then want to send this info back to form one for it to process. My question is how do I call the relevent
|
| How make Windows form controls draw all at once so doesn't load "ugly"? | 15 Jul 2007 20:10 GMT | 2 |
In my Windows app, when you click to load a form, it kind of draws part of some controls as it's doing other things and then finally draws everything. This looks bad. Is there a way I can just keep everything blank (or have a "Loading
|
| Hot keys detection | 15 Jul 2007 18:33 GMT | 5 |
The program is background running, when user press a pre-define hot key, ex: ctrl+g It will fire some other event. Problem:
|
| Inhibiting form movement | 15 Jul 2007 17:07 GMT | 2 |
Is there a way to inhibit moving the form on screen? Thank you, Adrian.
|
| plz advise!! user rights.. | 15 Jul 2007 11:37 GMT | 3 |
I have an application in C# and I want to assign rights based on the user login. I have users table in the database and I wnat to know what is the best way to manage the user rights?
|
| Base64 question | 15 Jul 2007 09:45 GMT | 26 |
I need to append a short ciphertext string as a query variable encoded so it's valid for a URL. After encryption, I convert the bytes to Base64. However, the result includes characters that are invalid for a URL, notably '+' symbols. So, I have to cycle the output string through
|
| Create directory in a website | 15 Jul 2007 06:06 GMT | 3 |
I have a asp.net website and i need to create directories in the website. Basic requirement is to copy set of files to website(rather webserver machine) .These files are being referred in the web page running in the website(webserver). Seems to be a roadblock now.. Would
|
| how to determine the minimum requirment? | 15 Jul 2007 04:30 GMT | 14 |
I have a C# application on my powerful notebook but I want to know what is the minimum requirment to run the software on other PC in order to inform the users?
|
| Convert textbox value to a short: | 15 Jul 2007 01:15 GMT | 2 |
Hi, I have a textbox in an asp.net app and all I want to do is store the value of the textbox in a short if there is a value in the text box; I came up with the following (Where txtID is a asp.net textbox
|
| opening more than once | 14 Jul 2007 23:52 GMT | 3 |
Hi, Ive created an application and published it. Id like to be able to open more than one instance of the application. When opend once, runs perfect. When opening another, now having two open, runs for a short period, then crashes. Is there some coding Im supposed to add to be
|
| outlook calander | 14 Jul 2007 22:12 GMT | 7 |
is there any way to steel the outlook calander control and use in my windows for application?
|
| debugging IComparer exceptions | 14 Jul 2007 21:38 GMT | 1 |
I'm very often in troubles debugging an ArrayList.Sort() method. I'm so often getting this error: "An unhandled exception of type 'System.InvalidOperationException' occurred in mscorlib.dll
|
| RE: Reflection Documentation/Book | 14 Jul 2007 21:28 GMT | 1 |
I am looking for a comprehensive book, article, etc. that can help me understand the ins-outs of Reflection cababilities. We need to distribute a general EXE with all of our functionality, etc. and then access different custom .dlls for each client, without having to
|
| error while displaying csv file into datatable. | 14 Jul 2007 21:25 GMT | 7 |
I have csv file which i want to show into datatable. when i try to use oledb to copy content of csv file into datatable not all rows are getting copied into datatable. Some last rows are missing. What i observe it if i open csv file in textpad and save
|
| Saving Custom Data | 14 Jul 2007 21:21 GMT | 1 |
In the past, using either C++ or VB (classic), I routinely stored records of data as an array of structures, and then simply read and wrote them to and from a file using basic file operations. So now I'd like to do something similar with my first .NET application but I
|