| Thread | Last Post | Replies |
|
| Control Enter Event stops firing | 18 Mar 2008 20:56 GMT | 1 |
I have created a custom UserControl (I call it a "Workspace") that contains four controls, one of which is an ActiveX control. The Enter event of the ActiveX control is wired up. If I embed two Workspace controls (say, A & B) in my form, the ActiveX
|
| Microsoft.VisualBasic.RTrim Doesn't | 18 Mar 2008 19:48 GMT | 8 |
Can anyone explain to me why Microsoft.VisualBasic.RTrim or Microsoft.VisualBasic.Trim do not remove the trailing blank spaces in a word such as "PI030010035127SIY "? I'm pulling data from SQL 2005 using a standard dataset/datatableadapter. I
|
| some language notes | 18 Mar 2008 16:30 GMT | 1 |
http://comp-languages.blogspot.com http://computer-language-tutorials.blogspot.com
|
| Drawing Lines in a Picturebox | 18 Mar 2008 14:53 GMT | 3 |
I have a series of x, y coordinates that I am trying to draw in a picturebox. I am able to draw lines okay - the problem is trying to draw the overall shape to the extents of the picturebox. My "image" comes in way too small. What am I missing? Below are out takes of my code that ...
|
| The Pixels are blurred | 18 Mar 2008 10:56 GMT | 1 |
Iam Facing some problem in the gradient of pixels while invoking DrawIamge of System.Graphics. My objective is to position a set of pixels in a bitmap and enlarge it based on the dimension specified for the container.I choose DrawImage method of Graphics object which Draws the ...
|
| Design advice requested: popup window | 18 Mar 2008 06:42 GMT | 2 |
I'm creating an owner-drawn control (inherited from Control) which is scrollable, and I'm using standard scroll bars for that aspect (i.e., my control is owner drawn except for the scroll bars, and yes, I know, I could have used ScrollableControl). I want to implement "thumbnail ...
|
| Win Form never gets focus?!? | 18 Mar 2008 05:12 GMT | 1 |
In my winform application, I want to check on certain moments if my winform has focus. If so, some code will be executed. I noticed however, that the winform never gets the focus, even when it clearly has focus. How is that possible? What setting could I've messed with
|
| Multiple columns in listbox | 18 Mar 2008 04:59 GMT | 3 |
Does listbox in vs2008 support multiple columns? I have not been able to set the column widths property to 10, 20, 30 for instance as it expects an int32 value. Thanks
|
| DataGridView column sorting glyph not shown | 18 Mar 2008 03:19 GMT | 5 |
I am using a DatGridView in virtual mode and unbound data where i listen for CellValueNeeded events to fill the grid with data. I also want to sort the data by pressing on the columns which is why i listen to ColumnHeaderMouseClick as well. It works fine, but the problem is that ...
|
| windows xp problem | 17 Mar 2008 18:27 GMT | 1 |
Please help!!! I moved and have had my computer in storage for a while therefore I have forgotten my login password to my windows xp. Is there anyway to reset this myself? I despirately need this computer.
|
| Application.Exit After Event Fires | 17 Mar 2008 14:47 GMT | 5 |
I am using the webbrowser control in a winforms app. It is an unattended app, so as soon as the event "form1_shown" is fired the webbrowser control loads a url and then wires the print event as such, prints the document, and is then supposed to exit the app.
|
| ComboBox DataBinding 1/2 working | 17 Mar 2008 12:17 GMT | 1 |
I've got a strange situation here with a DataBound ComboBox. When I change the selected item from the list my DataBound object is updated. When I try to restore the data the item in the ComboBox is not selected. Here is the relevant code:
|
| Pictureboxes moving on their own volition when form is displayed | 17 Mar 2008 05:57 GMT | 5 |
I have a user control that has this structure from top to bottom: Label1 Label2 PictureBox1
|
| Error logging and reporting | 16 Mar 2008 19:23 GMT | 2 |
Is there an off the shelf system available that can be incorporated into .net app to log and possibly report via email the errors in an app? Thanks Regards
|
| taskbar grouping in XP/Home of open windows of one app when minmized ? | 16 Mar 2008 09:13 GMT | 2 |
.NET 2.0 C# WinXP or Home SP2, all latest updates ... NOT an MDI application. In the scenario discussed here there is no "main form" : window management is being done in code, and the first open form being closed does not
|