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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|