Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet windows forms > april 2004 > threads for thursday april 15

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Use C# to operate a mobile device
Posted by Maya Young at 4/15/2004 11:24:55 PM
Hello Everyone, I'm trying to create a C# application to open a serial port connected to a mobile device and control the mobile through the application where the user can dial the number, send and receive voice data all by using the application, Can any one give me more info or are there any r...more >>


DropDown
Posted by Claudio at 4/15/2004 10:39:01 PM
I have a form with two buttons (b1 and b2), a datetimepicker and a combobox. Is there a way to when a press b1 button the datetimepicker drops down, and whe I press b2 the combobox drops down ? ...more >>

Aligning text in a Tooltip
Posted by Rick at 4/15/2004 5:32:57 PM
Anyone know of a way to align text in a tool tip into columns? I'm looking for a way of showing two columns, with the text in the second column lining up under each other. Thanks in advance. - Rick ...more >>

Directorysearcher problems with charactersets
Posted by Peter Aragon at 4/15/2004 5:15:59 PM
Hi I have a problem reading from our ldap server with DirectorySearcher. For example when I'm retrieving data of people with a names like "René" or "Jerôme" they appear in the SearchResult as "Ren" and "Jerme". With a third party tool I can see that René is stored as "52 65 6E E9". Because E9...more >>

Loop with threats in it
Posted by DraguVaso at 4/15/2004 5:15:36 PM
Hi, I want to perform this action in my application: I gather all File-names in a directory, and than I want to do soem actiosn with these Files (reading the records and puttign them in a Sql Server). So my idea is: I perform a loop from the first until the last File. In the loop I create a...more >>

Form close ('X' button) not working
Posted by Colin Young at 4/15/2004 2:56:52 PM
I have a form that I dynamically instantiate user controls on. I also dynamically remove use controls. Frequently the application just won't end when I click the close button on the main form. The Close event is being called and I am making sure that I set the focus to a control that is not bein...more >>

NullReferenceException from System.Windows.Forms.ChildWindow.Callback
Posted by Daniel Carlsson at 4/15/2004 11:43:16 AM
Hello I recently started having problems with exceptions being thrown (pretty much at random) that look like this: System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.ChildWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, Int...more >>

is there a Form.Language property ?
Posted by Uri Dor at 4/15/2004 11:25:50 AM
Hi, y'all, The designer shows me a Language property on my Windows.Forms.Form. The thing is I can't find such a property in the object browser. Any insight?...more >>



ComboBox for Fatagrid
Posted by Waldemar Sarmiento at 4/15/2004 11:21:07 AM
I need a ComboBox column in a datagrid for data input, but .Net Version to only allows text and check boxes column styles. I have downloaded two controls but they wont fit. For example Leadit.ExtendedDataGrid.dll doesn't have a databindings property so I the data source can not be different from the...more >>

Forms designer click event?
Posted by MadHead via .NET 247 at 4/15/2004 9:37:25 AM
Hi, In the VS.net2003 C# forms designer (comming from VB6 by the way) how do I get the event code that runs when you single click the form? I would have thought that this is automatically generated. Thanks -------------------------------- From: MadHead ----------------------- Posted by a u...more >>

Help -- New code in solution won't fomat
Posted by Dave Powlin at 4/15/2004 9:28:39 AM
VB.Net 1.1 The code behind a Winform has lost its formatting. When I go to the next line, the cursor goes all the way to the left. Also, text will not autocomplete. I get Intellisense features, but when I type TRY, I do not get CATCH... END TRY. The property syntax does not fill in, not END I...more >>

Modeless Dialog calls Modal Dialog. Hide causes application to lose focus.
Posted by Tom Clement at 4/15/2004 9:11:01 AM
Hi everyone, I need some help on a problem I'm seeing. Some very simple code causes the current application to lose focus. It looks to me like a fundamental WinForms bug, but perhaps I'm missing something. Here's the easy-to-reproduce situation. 1. Bring up an application (Form1). Switch...more >>

usercontrol inIE
Posted by rethna_sj NO[at]SPAM yahoo.com at 4/15/2004 8:58:19 AM
We are creating a windows control libarary application and hosting it in IE.It works finr.This app has some textfields in it.When I am trying to add a menu to this usercontrol, I could't.It seems like we can add the mainmenu only to the Form application. Is there any way that I can webenable ...more >>

Determine Color Resolution?
Posted by Anthony Coelho at 4/15/2004 8:35:22 AM
All, Does anyone know how to determine the color resolution at runtime? For instance I need to know if the users screen is set to 256 colors or 16 bit or 32 bit color. I know you can get the screen resolution using the System.Windows.Forms.Screen object, but have yet to find a way to get the ...more >>

Newbie question....
Posted by anon at 4/15/2004 7:49:56 AM
hi all, i ma totally new o winform development, and am trying to create a winform which authenticates a user login n pwd from database and then redirects them to another form....in a web app, i can do a response.redirect("one.aspx")...how do i do this in a windows application....i donot want ...more >>

Need Help with System.Windows.Forms.Timer
Posted by Bilo at 4/15/2004 2:04:24 AM
I have a Windows Forms Class MainGUI I have declared MainGUI maingui; public System.ComponentModel.Container components = new Container(); in the Class I call another class MediaDriver with the Constructor class MediaDriver { .... Form maingui; private System.Windows.Forms....more >>

DataGrid - readOnly
Posted by Jan at 4/15/2004 2:01:03 AM
I need updateable DataGrid, but I don't want to allow to add new row. How can I do it Jan...more >>

Form hides directly after start
Posted by Daniel Strigard at 4/15/2004 1:26:10 AM
Hi In my program i open another form after I have done some calculations I have done this manually so far. All works fine Now I try to open the form automatically, when the calculations are done. When I do so, the form is just visible for a millisecond, and the hides again. All the startup code...more >>


DevelopmentNow Blog