| Thread | Last Post | Replies |
|
| Display of Panels in Maximized Window | 17 Sep 2007 04:13 GMT | 2 |
I have multiple panels in a form. Some doched to the side and 1 panel doched to fill. If the form is Maximized on first display you can see the panel docked to fill resizing which is annoying to see Anyone have any suggestion on avoiding the resizing or hidding it from user???
|
| Microsoft Helicopter Joke | 17 Sep 2007 02:59 GMT | 3 |
It must have been at least 10 years ago I read this joke and it still applies more than ever. I'm reading the help for the DeflateStream class and one of the parameters for the constructor is leaveOpen. All the help file states is "true to leave the stream open; otherwise, false" ...
|
| Updating the table: why not? | 17 Sep 2007 01:31 GMT | 1 |
I made simple project where it show a table (that i previously made in MS SQL). When i start the project and i add a row, clicking the save button all work. But if i want to cancel the full row, the cancel button does not
|
| Identifying function name | 17 Sep 2007 01:16 GMT | 8 |
Is there some generic property that will give me the name of a function within its catch block?
|
| Passing main() input arguments | 16 Sep 2007 23:01 GMT | 3 |
I need to use command line input to a tinny c# application: It goes like this: ** program.cs ** using System;
|
| basic q: What are the differences between casting and Convert.ToXXX methods | 16 Sep 2007 22:33 GMT | 6 |
This is a basic question. What is the difference between casting and using the Convert.ToXXX methods, from the standpoint of the compiler, in terms of performance, and in other ways? e.g. this.ContentID = (int)ci.Conid;
|
| Help with Regex Pattern | 16 Sep 2007 22:29 GMT | 3 |
Not sure if this is the right forum for this question but couldn'd find another newsgroup. I am new to Regular expressions and would like help in deciding which pattern allows me to split a string into sets of words based on capital
|
| datacolumn | 16 Sep 2007 22:21 GMT | 3 |
im Trying to set a Datacolumn type for a new table boolean is not working, What is the correct waty //column.DataType = System.Type.GetType"System.Data.SqlTypes.SqlBoolean"); column.DataType = System.Type.GetType"System.Boolean"); //"System.Boolean");
|
| dates | 16 Sep 2007 22:10 GMT | 4 |
how to validate a date type is there a isdate() function in c# or do i write my own DaveP
|
| Obtaining .NET Framework Source Code - Or Equivalent | 16 Sep 2007 21:30 GMT | 5 |
Let's say I want to see actual source code for some Framework member - say the .BeginInvoke() of the delegate class. How can I acquire that? Is there some utility that will break it out for me? Please note that I'm not looking for documentation on the method. I'm looking for the ...
|
| Nullable Dates | 16 Sep 2007 20:12 GMT | 3 |
I have a start and end date in my application. If a user does not know their dates yet, I want them, they will be null in the DB and I want them to be blank in the application. So, I'm trying to figure out how to use a nullable date, and want to return it in my method.
|
| custom control | 16 Sep 2007 19:56 GMT | 1 |
hi i am rajendra i am posting my first question to this group i have doubt from last few days .i want to clear it why we need user control and wher should we use it,and the execution of the user defined control. please let me know
|
| Transparent Graphic Background | 16 Sep 2007 19:20 GMT | 8 |
I am looking for a simple way to set the image transparency in a PictureBox. I have a moving PictureBox containing a graphic image .. moving by incrementing its Left property. The background however shows white as the PictureBox moves but I want it
|
| Popup Dialog Position | 16 Sep 2007 17:12 GMT | 2 |
I have created a custom datetimepicker (following on from a previous thread "DateTimePicker color"). How do I set the position of a Modal Dialog (a control containing a month calendar) relative to a control (containing a textbox and a button) on a
|
| Optimizing paging in asp.net | 16 Sep 2007 14:34 GMT | 2 |
Actually i am really confused regarding paging activity I want to implement paging in asp.net but i am not able to take out the idea regarding how to implement the concept for large databases where the tables r
|