| Thread | Last Post | Replies |
|
| UltraGrid - RightToLeft | 27 Sep 2005 01:49 GMT | 3 |
I am now testing UltraWinGrid some of the importent issuus is the ability to create Grid with RightToLeft = true ( I tried it on simple grid (in microsoft Visual Studio it's work
|
| Launching IE from a Forms App | 27 Sep 2005 01:05 GMT | 2 |
I'm building a Windows Forms application that parses a variety of web pages. The web page structure generally includes a search page with form fields and a "submit" button, and clicking submit loads the results page we're interested in parsing.
|
| How can i open and close form rapidly without any showing on the screen? | 26 Sep 2005 23:42 GMT | 4 |
my functions is open "x" (mdi child form) form and close then but when i try (not exactly code): for i=0 to 5 x.show
|
| Procedure expects parameter - What am I missing | 26 Sep 2005 22:18 GMT | 10 |
The error tells me; --------------------------- Procedure 'usp_sequ_sel' expects parameter '@sqfkJob', which was not supplied.
|
| Datagrid multiple select | 26 Sep 2005 21:35 GMT | 13 |
I have put some code in the mouseup event for my datagrid in order to select the entire row. Does anybody know how I can get multiple selection to work on my datagrid? thanks
|
| DataSet.HasChanges = True after DataSet Loaded | 26 Sep 2005 21:04 GMT | 1 |
I have a form with various controls on it. After I load my DataSet and show the form, I make no changes to the data in the controls on the form. On close, I check to see if the DataSet HasChanges is True. However, it is always true after looping through all of the tables in ...
|
| Launcher doesnt! | 26 Sep 2005 20:47 GMT | 1 |
I have a solution that has 2 windows forms projects: one a very simplistic form, and the other a stub to do nothing more than launch the first's form. I got the vb code and concept from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/v bnet10142001 ...
|
| Compute (sum of datagrid column) for a calculated field ??? | 26 Sep 2005 19:12 GMT | 1 |
Is there a way to compute the sum of a calculated field in a datagrid? What makes this situation particularly challenging is that the caluclated field is a complicated expression that depends on muliple fields and conditionals. The fact just mentioned makes in impossible to
|
| WinForms Resizing Problem | 26 Sep 2005 18:41 GMT | 3 |
I am facing problem with WinForms resizing problem... I have DataGrid and couple buttons and groupbox inside winforms.. When I resize the winform i want to maintain the distance between control horizontal and vertically. It ok if the control gets resized..
|
| newbie's question need help | 26 Sep 2005 18:35 GMT | 1 |
i have a question here. in the framework2.0. each control has a rendermode property. we can customerize these control (draw the control ourselves) by override these render class. But why we do that instead of directly overriding the control's paint
|
| Unicode label. | 26 Sep 2005 18:10 GMT | 4 |
I have some unicode strings that are assigned to Label.Text property. These string show up as unrecognized characters (squares). Also a ListView is not displaying the characters. However, a multiline textbox displays the unicode characters.
|
| Forms and Panels don't respond to help requests? | 26 Sep 2005 17:43 GMT | 3 |
Why don't forms and panels respond to help requests? I have a basic form showing the Help button in the title bar, a HelpProvider, a panel and a button; and the panel and button are identically configured to show help on the HelpProvider. When I use the Help button and click on ...
|
| How to cancel standard mouse event handling? | 26 Sep 2005 11:06 GMT | 1 |
I have a control with a standard reaction to doubleclicks, that I would like to overwrite. In good old Win32 days this could simply be done by not calling DefWndProc for the event. I cant find a way to do this in WinForms
|
| How to change table name at runtime | 26 Sep 2005 08:29 GMT | 2 |
I'm using an .xsd file in my windows application using VS2005 Beta2. Can I change the table name at runtime to another table name with the same schema in the same database?
|
| edit local security policy using vb.Net | 26 Sep 2005 08:18 GMT | 2 |
I need to edit the local security policy of Windows 2000 machines to disable access for the local Administrator account. How can I programmaticly edit the local security policy using vb.Net? I have looked at using Group Policy, but I must specify each machine name before the ...
|