-
- Datagridview CheckBoxColumn
by jeyaseelan534327
- 2 Replies
- Last post
by vikaaas
- I have a Datagrdview control(Vb.net windows Application) during run time i include a Checkboxcolumn in dgv as 0'th column, then i bind some data's(weight,cube) to dgv, Checkbox column is bind by a datatype of bit, this bit data normaly come as 0. now i write a code in Rowenter event, my aim is whenever i click the checkbox then immediately a messagebox will display and show the sum of weight and c
-
- Ribbon
by robinjam
- 3 Replies
- Last post
by robinjam
- Have microsoft released a Ribbon .NET control, or do we have to make our own
-
- Sort Icons in ListView Control Header
by SavitaHK
- 7 Replies
- Last post
by Stoj
- Hi, How can I add sort icons (symbols like up arrow and down arrow) in a ListView Control's header
-
- Drag-and-drop using DataGridView.....
by Tapan
- 3 Replies
- Last post
by Raghu Dadi
- Could you please help me how can I drag and drop single/multiple rows from a Datagridview1 to another i.e Datagridview2 . I have two datagridviews in a Windows application in C#.
Please it's urgent
-
- How to search through ListView control?
by kaibest
- 1 Replies
- Last post
by Derek Smyth
- Hi everyone. I'm new here, and would love you to help me with a little task... basicly i've got ListView control on the form, and TextBox. I'd like to have kind of... search system that would do folowing: when i start typing in TextBox (KeyDown event) all my ListView will be cleared and only items that have "StartsWith" whatever i type are listed in the ListView... I hope i've explained
-
- HELP: How to remove the rim of the controls when focused??
by Winkling
- 0 Replies
- Last post
by Winkling
- Hi, I want to achieve this: When I click a button, I do NOT want the focus rim around the button to be displayed.
How to do this Thanks.
-
- Setting the mouse cursor for a foreign window
by swebber
- 7 Replies
- Last post
by nobugz
- I know how to set the mouse cursor for my application and I know how to set the mouse cursor for the system. Given the handle of another applications window is there a way to set the mouse cursor for that window
-
- need code for custom update checking...
by senlance
- 2 Replies
- Last post
by Avinash Vyas
- Hi!!! I need the code for custom update checking using ClickOnce System.Deployment APIs... (ie) the user should be prompted to choose the update to happen after one day or one week.... thanks....
-
- Datagrid and temporary editing cell values for equations
by moss
- 3 Replies
- Last post
by moss
- I've got a datagridview which is populated by a SQL table, I'm using the certain cell values in the grid to calculate sums elsewhere in the form.
The problem I'm getting is when i want to temporary edit the values in some cell of the grid and then recalculate my sums.
I can edit the values in the grid by using the allow edit function (Read only = false), but my equations still hold the origi
-
- OpenForms FormCollection Item
by MSMit
- 4 Replies
- Last post
by nobugz
- It is quite clear how to iterate among open forms in .Net2 Windows application FormCollection fc = Application.OpenForms; foreach (Form frm in fc) However I can't understand how to use property Item though it is in docs at microsoft website
.NET Framework Class Library
FormCollection.Item Property (String)
Note: This property is new in the .NET Framework version 2.0.
Gets or sets an
-
- Do I have to have VS 2005 installed to use the Bootstrapper or will the SDK do?
by No-spam Sam
- 1 Replies
- Last post
by Sam
- Hi,
I'm in the processes of converting my Visual Studio project so that it can be built on a seperate Build Server (using Cruise Control, and all that). Thanks to MSBuild the first part worked well. Then I started work on the Setup file.
Now I know that I could just install VS on the Build Server, and use devenv to build my solution file, but I don't really want to do that. So I've migrated
-
- Using More than One language
by Keyu
- 4 Replies
- Last post
by Keyu
- Hey friends..
I want to show my project in more than one language
I mean in German ,English,Chinese n all
Can anyone tel help m ...
thanks in advance
byee
-
- How can I override standart windows button [?] with mine control?
by Lucky:&#41
- 0 Replies
- Last post
by Lucky:&#41
- How can I override standart windows button [ ] with mine control
-
- ListView with Tab
by TK Think
- 1 Replies
- Last post
by Gavin Jin - MSFT
- hi all,
I created form and placed listview on the form.I also color coded the listview items .All is working fine on the form.
But when I put ListView on Tab color coding is inconsistent.
Is there any solution.
regards
tk
-
- Pagination Windows Printing
by swapna_n
- 1 Replies
- Last post
by nobugz
- Private Sub doc1_HandlesPrint( ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles doc1.PrintPage
currentpage = currentpage + 1
If currentpage = 1 Then /// PAGE#1 Printing starts
PrintMainHeader("", e.MarginBounds, e.Graphics, e)
'====PERSONAL INFORMATION===='
Pri
-
- ClickOnce Sqlserver express prerequisite failure, even though I have file
by crobar
- 2 Replies
- Last post
by crobar
- Hi,
I'm using ClickOnce for the first time to deploy an application with an sql server database and would like to install everything from the cd as the kind of people who'll be using my application may not have broadband internet access. I'm using Visual Basic 2005 express edition and Sql server 2005 express edition. I'm aware that I need to download the appropriate prerequisite files from the
-
- many to many (cross join) datagridview
by toneho
- 4 Replies
- Last post
by Guang-Ming Bian - MSFT
- I have a dataset with three tables. Table 3 is a child of table 2 which is a child of Table 1. I also have two datagridviews that successfully display the one-to-many relationship between the table 2 & 3 (when one record is selected in the parent datagridview, the related record in the child table is shown) using bindingsources bound to the datarelations between the 3 tables. What I really nee
-
- Populate ToolStrip with Standard Buttons
by Tile
- 4 Replies
- Last post
by Tile
- Is it possible to populate the ToolStrip on top of my Form with standard buttons like 'File Open', 'Save', 'Print' etc as seen in many Windows applications Where can I find the bitmaps that represent these actions
-
- Visual Studio like Hotkey Manager
by Tom Frey
- 1 Replies
- Last post
by nobugz
- Hi, I was wondering if someone has some insights how a hotkey manager like the one in Visual Studio is implemented. For example, pressing Ctrl + Shift + B starts the build process, no matter which control currently has focus. I'm thus guessing, that every VS control basically registers with a hotkey manager and passes the key events that it receives on to it. Anyways, if someone has some specific
-
- Destructor code for user control with user controls on it
by klaasdevoghel
- 6 Replies
- Last post
by Rong-Chun Zhang - MSFT
- Hello,
I have a problem with destructors of user controls. I've written some destructor code using:
Code Snippet
~MyClass() { MessageBox.Show("Destructor code executed"); }
This works great. I get the MessageBox if I set the MyClass object to null and call GC.Collect().
But:
MyClass is a user control. And if I put other user controls on the MyClas
-
- Can I set up a button to PRINT just a Panel and its contents not a who form
by Ljhopkins
- 5 Replies
- Last post
by JohnWein
- I have a Panel with some charts and grid view , the rest of the form is controls and other stuff.
My GM wants to be able to hit a print button but only print the data(charts, grids) in the panel
How would I do this
-
- using me.validate
by JohnJDB
- 4 Replies
- Last post
by JohnJDB
- Hiya,
I've got a bound form where I'm trying to validate input before the user moves off the record.
Whats the best way to do this
Looking that the save sub I see it calls me.validate.
Private Sub TblSitesBindingNavigatorSaveItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TblSitesBindingNavigatorSaveItem.Click
-
- Data Type
by Newguru
- 2 Replies
- Last post
by Bob zhu - MSFT
- hello all, how to check datatype of an object
-
- Setup Dependencies for Visual Studio 2005 Winform application
by looknow12
- 3 Replies
- Last post
by looknow12
- am using third party tools for designing UI and database, to build my Visual Studio 2005 Winform application.
Now I am going to build setup for my application and I want to create dependencies for my third party tools in my setup. I can add dependencies for Dot Net Framwork and other such tools as it is all available by default but how to add my third party tools dependencies in my applicat
-
- StreamReader to MemoryStream
by XpyXt
- 5 Replies
- Last post
by XpyXt
- Hi!!! I need to turn StreamReader to MemoryStream. I get data of socket by the method: StreamReader ^streamData = gcnew StreamReader(mySckEx->GetStream()); I receive to socket a picture, the picture I set in a pictureBox. The method for set in picture box is: MemoryStream ^a = gcnew MemoryStream; a->Write(msg,0,rcv); // msg is bytes of image, rcv size of image. Image ^ima = D