0
votes
3answers
17 views
Where does A SQLite Database go for a winforms application?
I am trying to use SQLite for a winforms application, what I can't figure out is where to put the datafile in the code, and what my connection string should be. Right now i have added an "App_Code" …
2
votes
4answers
47 views
C# Windows form Control to Image?
I am trying to create an image of a Panel and save it to a folder. The problem is the panel has scrollbars and the image generated is only for the visible portion of the Panel.
The code I use is …
0
votes
3answers
9 views
TreeView in Winforms and focus problem
Hi,
Can anyone please explain to my why the form in the code below gets out of focus when selecting a treenode in the tree? What should happen is that the form/button should get the focus when the …
0
votes
5answers
49 views
Tips for working out why my application sometimes ‘hangs’ during Load
I have a (rather large) application which occasionally gets 'stuck' whilst loading - with controls half painted etc.
From what I have managed to work out from logging, this happens after the end of …
0
votes
2answers
14 views
Refresh form controls with external program output
Hello
I have a basic winform, calling an external program (SVN). I want to display the output produced by SVN in a textbox in the form.
Here is my code for calling this external program :
private …
0
votes
2answers
32 views
How to sort DataGridView rows
Hi,
In the DataGridView there are rows sorted by priority (first row has the highest priority) and I want to enable the user to change the priority in the user interface. The best way to do it would …
1
vote
0answers
33 views
Windows Speech Recognition C#
Hi All,
I'm making a program that does stuff (Sorry, I'm not allowed to say what it is), but I want to be able to let Windows Speech somehow "know" that there are linklabels and buttons on my Forms, …
1
vote
1answer
11 views
How to resize dynamic controls in Windows Forms/Window Mobile applications?
Hi
I have a panel that has lots of labels and checkboxes. I want to grab all these controls and resize them?
How would I do this? Would this be like going through the panel for all the controls then …
0
votes
1answer
34 views
How to show a hidden form?
Hi
I am wondering how do you re show a hidden windows form(in this case a windows mobile form but probably done the same way in windows forms).
Like Say I do this
Load Form 1
Click on a Button to …
0
votes
1answer
24 views
Add a Load event for Winforms Control just as Form class
Hi, is there a way I can get a Load event for System.Windows.Forms.Control just like System.Windows.Forms.Form.Load?
I want to run some initialize code before the control first shown.
Also, it would …
0
votes
2answers
23 views
Add Border to WebBrowser control
When I add a WebBrowser control on my TabPage, it doesn't have a border.
I can't find a BorderStyle attribute.
How do get the control to have a border? (3D, sunken, whatever)
Only by the scrollbar …
0
votes
0answers
5 views
Connecting to iDB2 server from Winforms Application
Hi ,
I am tring to connect AS400 iSeries database from winform application
The AS400 server is iSeriesDB2. i added IBM.DB2.ISeries.dll to reference and added and tried following code , but getting …
1
vote
1answer
25 views
Automatically launch winforms app after install completes?
Launching your app automatically immediately after install is suprisingly tricky. The advice that's out there if you google the problem is varied but most of it unsatisfactory.
We're using the built …
2
votes
3answers
12 views
Windows DataGridView _RowCommand
Hello everybody,
My background is pretty much ASP.Net, and I was asked to develop a small windows application. I tried to use a grid to present and select data, and I tough that the equivalent in …
0
votes
3answers
70 views
How do I allow CTRL-V (Paste) on a Winforms Textbox?
I have several textboxes on a windows form.
I can't paste text into any of them using CTRL-V, though I can still right click and select paste. This is pretty annoying.
I have tried this with the …
