| Thread | Last Post | Replies |
|
| Changing string Format | 29 Feb 2008 21:34 GMT | 3 |
How to convert the 1st format of string to 2nd one in vb.net 1st(datetype string) : "2/12/2008 6:00:00 PM" 2nd(datatype string): "2008-2-12T17:00:00" note: in 2nd string ,the T is just a alpahbet
|
| Formatting PrintDocument | 29 Feb 2008 17:36 GMT | 6 |
Can someone post a link to more indepth samples of formatting a PrintDocument. I've found some info for the ReportViewer, but not for the PrintDocument. Specifically, I'm looking for a code example of how to underline text in the middle of a document; how to draw a horizontal ...
|
| Dynamic Menus + Click Event | 29 Feb 2008 01:51 GMT | 3 |
I am trying to create a contextmenustrip with drop downs dynamically. I have everything visually working. Each menu appears across the screen as well as each of their corresponding sub (drop down) menus. My problems has become that I need to put some sort of onclick event
|
| Insert key | 28 Feb 2008 20:23 GMT | 2 |
How can I put a textbox in overtype mode? Using the insert key on a webform works fine, but it does not do anything on a winform textbox.
|
| problem with excel | 28 Feb 2008 17:48 GMT | 1 |
i'm facing a strange problem.. In my requirement , I'm suppose to load the data from datagrid into excel file. make the required changes in the file and load the file back into the
|
| MDI Parent Child Maximize form issue | 28 Feb 2008 17:35 GMT | 1 |
I have a situation where I have a MDI Parent form that contains a menuStrip control at the top. When I launch a Child Form I specify: frmChild.WindowState = FormWindowState.Maximized; The problem is that the maximize/minimize buttons on the Child Form appear
|
| NGen questions | 28 Feb 2008 17:26 GMT | 1 |
1. Has ngen been improved in vs2008 from previous versions? 2. How can I included ngen with setup file created by vs 2008 so the setup runs the ngen at target machine after installation? Thanks
|
| Reducing app start-up time | 28 Feb 2008 17:25 GMT | 5 |
I am looking to reduce app loading time. My question is, if I use the splash screen feature from App Properties->Application->Splash Screen does it add to the app loading time and am I better of running the splash screen using the background worker?
|
| NumericUpDown ValueChanged not firing - scrollwheel+shift key pres | 28 Feb 2008 15:41 GMT | 1 |
Hello, really hope you guys can help. I'm using a standard NumericUpDown control on a form, and trying to change the increment depending if a Control.ModifierKeys is pressed when the mouse scrollwheel is moved.
|
| Fast control for bus monitor | 27 Feb 2008 18:02 GMT | 1 |
I am writing a bus monitor / protocol analyzer using VS 2005 C++/CLI. Currently I am using a RichTextBox to display the messages. I am adding each message with AppendText. This seems to be very slow; the RichTextBox cannot keep up with the speed at which the messages come
|
| What is the best way to display a bunch of text with links and tooltips? | 25 Feb 2008 23:34 GMT | 1 |
Is it web browser control or richtextbox? This is for display only. Also I need to handle link clicks and perform custom actions based on that. Thank you!
|
| WPF or Windows Forms | 25 Feb 2008 23:33 GMT | 17 |
If I have a choice of WPF or Windows Form versions of a control which one should I purchase? Thanks Regards
|
| Table Adapter parameters | 21 Feb 2008 23:53 GMT | 1 |
I was successfully calling a TableAdapter.Fill command in code which was tied to an SQL stored procedure. I changed the stored procedure to include two additional parameters and it stopped working in code. The stored procedure works when previewing it in the dataset designer. ...
|
| UserControls? | 21 Feb 2008 21:25 GMT | 3 |
I am a web developer by trade, but have done a little with winforms. How can I add a winforms user control to an application without having to create a separate project for each control? From what I have been reading, you need to create a project for the user control, build it,
|
| DataGridView & TabPages | 21 Feb 2008 20:11 GMT | 1 |
This is my first message to this group. I've already search the web, google, this group, found some clues to my problem but found no solution or workaround. So please let me explain my problem: I'm developing an application, which has custom UserControls
|