Tagged Questions

0
votes
4answers
72 views

C sharp question - make form visible

Hey I made 2 forms in c sharp visual studio. How can I make one form invisible and another visible (Have done this in visual basic only before) I guess Syntax should be similar.
1
vote
3answers
28 views

How should I set up a user control to fire events of its children as if they were its own?

In other words, I have a UserControl that has, for example, a label on it. Well, when the client registers with the MouseMove event of the UserControl, it should get that event whe …
0
votes
0answers
11 views

Winforms RichTextBox: How can I scroll the caret to the middle of the RichTextBox?

I want to scroll a RichTextBox so that the caret is approximately in the middle of the RichTextBox. Something like RichTextBox.ScrollToCaret(), except I don't want to put the car …
1
vote
0answers
11 views

Winforms RichTextBox: How can I determine how many lines of text are visible?

I have a Winforms app containing a RichTextBox. How can I determine how many lines of text are displayed, currently visible? Reason: I want to scroll the caret to the middle …
1
vote
2answers
74 views

C# and .NET: TextBox.Text is not always actual?

Hello. As always, i'm forced to use technologies i'm not familiar with :(. For now it is .NET framework with by C#. It is a simple GUI application with some text fields and the al …
1
vote
1answer
20 views

How to extract XML from WebBrowser?

I want the same as WebBrowser.Document.Body.InnerHtml, but as an XML representation.
0
votes
2answers
37 views

Vector Graphics in C# WinForms - should I interoperate with WPF?

I have a video camera that I'm interfacing with a C# app. The camera actually comes with a .NET WinForms control. It supports drawing on it with GDI+ functions. When I zoom in, I …
1
vote
2answers
29 views

Multilingual TextBox-Winforms C#

I need to display Korean and Arabic characters in TextBox. Following code is working fine for Arabic but not for Korean. Any sugeestion will be helpful? private void PrintArabi …
0
votes
3answers
21 views

Image.Save question (save CMYK image to CMYK image)

In Windows Forms Application, I'm trying to open the image (CMYK tiff), add text, and then save back to CMYK tiff image, but when I opened the output image in Photoshop, it was RGB …
3
votes
5answers
76 views

How to store int[] array in application Settings

Hi, I'm creating a simple windows Forms application using C# express 2008. I'm an experienced C++ developer, but I am pretty much brand new to C# and .NET. I'm currently storing s …
0
votes
6answers
150 views

How can I construct this string in a nicer fasion?

I have a tool with a configurable delay (Timespan), and I want to set the text of a label depending on the value. Here is my code as it stands: StringBuilder time = new Strin …
2
votes
2answers
53 views

What’s the fastest way to decompress JPEG images in C#

I need to write an app to playback a DICOM multiframe image. Each frame is stored in JPEG format. All the frames are stored consecutively in one file. Right now, I read out each …
1
vote
2answers
29 views

How can I force validation of a form / control in Compact Framework?

Is there any way to force control validation in .NET CF? In full .NET there is the Validate() method, but it is missing from CF. I'm trying to make a control bind data back to th …
0
votes
2answers
20 views

Cancelling Windows Forms Events

I have a windows form. It has a ComboBox and a DataGrid I have a Leave event on my combobox and I have a double click event on my datagrid row The idea is that on leaving the com …
0
votes
4answers
60 views

Programmatically click on a CheckBox

Hi, Is there a way to programmatically generate a click event on a CheckBox? I am looking for an equivalent to Button.PerformClick();

1 2 3 4 5 331 next
15 30 50 per page