Questions tagged as 'winforms'

1
answer

Windows Form within Windows Form

In addition to using SplitContainer, is there any other way to place a Form inside another form, using HTML-style iframe? For the SplitContainer I am not able to change the data of the Form inside it.     
asked by 20.10.2015 / 00:32
1
answer

Where to find the Microsoft.WindowsMobile.Forms library?

I'm developing an application on Smart Device for Windows Mobile 6 in Visual Studio 2008 C #. In this application I need to use the functions of the object CameraCaptureDialog , because the main purpose of it is to capture photos throug...
asked by 20.01.2015 / 16:12
1
answer

Click event. Display message in current form and open new form

I need to make the click event of a button on a form open another modal form. While the other form is loaded, I need to display the user a message on a StatusLabel from a StatusStrip. (a msg of type ... Wait for the configuration to be loaded .....
asked by 30.10.2014 / 13:47
1
answer

Magnifying glass for keyboard cursor zoom

I would like to create a magnifying glass to enlarge the region around where the keyboard cursor is positioned and also focus on a form. I wonder if anyone has any suggestions on the subject. I found a source but it is about the position of t...
asked by 28.10.2014 / 01:55
1
answer

How do I insert any file extension into a SQL database? [closed]

I have always worked by attaching only images to my BDD tables, I remember converting to MemoryStream and then to Byte and inserting ... But I need to insert any kind of file extension into my database.     
asked by 11.12.2014 / 19:54
1
answer

retrieve text from onmouseover statusbar

Is it possible to retrieve the status bar text? in Windows.Form in VB6 could. I would like to know if in C # it would be possible     
asked by 02.07.2014 / 22:25
1
answer

Using KeyPress event with Regex

I'm doing a C # application on Windows Form using .Net Framework 3.5 . In this application I have a textbox for the entry of CPF or CNPJ. I need this field to have only numbers and CPF / CNPJ characters (./-). I would like to validate...
asked by 10.06.2014 / 20:47
1
answer

Text Break in Report Reporting (RDLC)

I have a report that has the structure below: And, almost, everything works correctly. However, when the response text of a question is too large (it has no character limit) the entire (report) line is moved to another page rather than br...
asked by 13.01.2015 / 17:49
1
answer

Add buttons in the DataGridView cell

I'm developing a Windows Form C # activity control application for a company, however I would need to display the activities as buttons within the GridView cell. I've tried: DataGridViewButtonColumn uninstallButtonColumn = new Data...
asked by 08.01.2015 / 18:16
2
answers

How to know which component is in focus?

I'm doing a form (Windows Forms) in C # and would like to know how do I get the component that is in focus. In my form there is a SplitterPanel and inside it, in Panel2 , has TabControl with several: ComboBox , TextB...
asked by 29.12.2014 / 14:21