all groups > dotnet windows forms > may 2004 > threads for thursday may 6
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 31
Windows Application in different locale OS
Posted by Don Tsoi at 5/6/2004 11:01:04 PM
I have developed a Windows Application that works fine in my office. All the computers in my office are running English Windows, various from Windows 98 to Windows XP
However, when I deploy the Application to other region, let say Taiwan. The computers are running Chinese Windows, various from Win... more >>
Suggestions wanted - Deploying "Smart Clients" or "No touch deployment"
Posted by Kai Bohli at 5/6/2004 10:23:39 PM
Hi All !
We're investigating a smart client solution for our next app. Loading the app through IE works fine,
but it takes ages before the app show up. I guess this is because there's several megabytes of dll's
to download (3rd party libraries etc.)
Any suggestions here.
1) Should we make... more >>
WebBrowser control problem...
Posted by Andrew Parkse at 5/6/2004 6:06:01 PM
I created a webbrowser control that can be hosted in a window of my application where I need to display some XML files. All is cool, the following files are added as reference
AxInterop.SHDocVw.dl
Interop.SHDocVw.dl
However, when I try to sign my assembly with a strong name I get an error sayin... more >>
Cannot deploy ActiveX control
Posted by Frank J at 5/6/2004 5:11:03 PM
We are using Crystal Report 8.0 ActiveX control CRSTL32.OCX. in our .net windows application form
When I package application into an MSI file, the CRSTL32.OCX is not included as a dependency. When install and run from test machine, I got this following error
System.Runtime.InteropServices.COMExc... more >>
How to add lines to Forms and Panels using VS Forms Designer?
Posted by Dave Leach at 5/6/2004 5:06:02 PM
I have created several Windows Forms in an application written in C#. Some forms contain panels. There are times when it would improve the appearance of the forms if I could add separator lines (vertical or horizontal) between sets of controls. I do not want to add additional layers of controls l... more >>
Switch between two applications
Posted by XingZheng at 5/6/2004 4:49:59 PM
Hi
Could you tell me what event will occur when we switch between two
applications in C#. I can't use Deactivated event of Form because this event
will happen when we choose other form in the same application.
Thanks
... more >>
Wait for form to close
Posted by Taras Pich at 5/6/2004 2:07:44 PM
How do you suspend operation until a form closes?
i.e.:
frmDoSomething.Show()
'Don't want to execute following code until frmDoSomething is closed
... more >>
Manager-Microsoft Middleware Technology(.NET Framework, Biztalk) - Bank, Toronto, Canada
Posted by Bevertec at 5/6/2004 2:06:06 PM
Our client a leading bank has the following full time position
Manager - Microsoft Middleware Technology (.NET Framework, Biztalk
Location: Toronto, Canad
major ban
Primary Responsibilities
Technical Development Leadership
* Leads evaluation, development and implementation co-ordination o... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Tying a textbox to a datagrid
Posted by Nevyn Twyll at 5/6/2004 1:22:44 PM
On a Windows form, I get a dataset and bind it to a datagrid.
I also want to have a textbox on that form I want to show the full text of a
column in the currently selected row of the datagrid.
How do I bind a textbox to show the contents of a column in the currently
selected row of a datagrid?... more >>
What is the reason for disabling the min./max. button in order to make the 'help button' works?!
Posted by babylon at 5/6/2004 11:35:40 AM
I would like to have a form that can have all the buttons.
how could I do so?
I know Office has a menuitem which act like the help button.
but I don't know how to go into the 'help mode' in coding.
... more >>
Cursor Hot Spots lost when reading from managed resources?
Posted by Peter Bromley at 5/6/2004 11:34:11 AM
Hi,
Cursor hot-spots don't seem to to be stored or loaded properly for my
custom cursors.
If I create a Cursor (System::Windows:Forms::Cursor) from a file, the
hot-spot is correct (near the top-left corner of the cursor image).
But if I load a cursor into a resX file using a ResXResourc... more >>
TextBox holds focus bug
Posted by Matt at 5/6/2004 11:12:31 AM
I've noticed this on and off, however its becoming a lot more noticeable.
I haven't tried to track down exactly what triggers it but it seems to
happen when you've entered text into a TextBox then gone to click a button
(i.e an OK button to close the form and update), to which there is no
respon... more >>
Things in an OnLoad event
Posted by Roy Chastain at 5/6/2004 8:51:30 AM
I have a form that contains a TabControl and a StatusBar.
Each TabPage in the TabControl has a UserControl on it that receives an OnLoad event.
I have a routine to set string values into the StatusBar
public void SetStatus (string new_text_string)
{
statusbar1.Text = new_text_string; //stat... more >>
Hexa value for Windows Message List
Posted by Rajamanickam at 5/6/2004 6:16:02 AM
Hi ,
I need list of window's Message constants. I need hexa decimal value for each key event, mouse event.
For an example.... i have &H101 for Key Up , similarly i need the list of hexa decimal values to use in WndProc function.
Regards
Rajamanickam ... more >>
passing name of control into a class
Posted by David J at 5/6/2004 1:41:05 AM
Hi,
I am pretty new at this, and that's why this question might be not possible, but anyway. I have create a new control class based on the datagrid. I am storing the settings of the grid in a database, mapping name column name etc, and I have managed to create the grid in my forms. However my pro... more >>
Crystal reports
Posted by Kristof Reekmans at 5/6/2004 12:41:04 AM
One little question : is the version of crystal reports, shipped within vs.net 2003 a fully featured version of crystal repors or are there more featured versions available of crystal reporst ?... more >>
style sheet
Posted by Vicky at 5/6/2004 12:40:17 AM
Can we have a style sheet for windows forms in C# or any
way by which ui of all the forms can be handled through
some common way as done by style sheets in html.
Thanks... more >>
|