Click here to Skip to main content
       

Windows Forms

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
QuestionInfragistics UltraGridmemberKevin Marois12-Sep-12 5:49 
AnswerRe: Infragistics UltraGridmvpAbhinav S12-Sep-12 7:37 
Questionabout c#memberpawan19937-Sep-12 2:03 
AnswerRe: about c#memberWes Aday7-Sep-12 2:21 
GeneralRe: about c#memberEddy Vluggen7-Sep-12 2:54 
QuestionSQL Connection problem in Windows ServicememberMember 799263524-Aug-12 0:17 
AnswerRe: SQL Connection problem in Windows ServiceprotectorPete O'Hanlon24-Aug-12 0:21 
GeneralRe: SQL Connection problem in Windows Servicememberdojohansen10-Oct-12 5:19 
GeneralRe: SQL Connection problem in Windows ServiceprotectorPete O'Hanlon10-Oct-12 5:32 
Questionstrategy for correcting the side-effects of using Dock (which ignore Margin settings)memberBillWoodruff14-Aug-12 0:08 
AnswerRe: strategy for correcting the side-effects of using Dock (which ignore Margin settings)memberdojohansen10-Oct-12 6:01 
QuestionEditingPanel Erasing Top Cell BordermemberMark Regal13-Aug-12 19:06 
AnswerRe: EditingPanel Erasing Top Cell BordermemberMark Regal14-Aug-12 3:14 
I guess a few hours of sleep help sometimes...I think that this is the way...
 
Private Sub Grid_CellPainting(sender As Object, e As System.Windows.Forms.DataGridViewCellPaintingEventArgs) Handles Grid.CellPainting
Try
 
'Paint the cell if the edit control is visible
If Grid.EditingControl IsNot Nothing Then
Dim g As Graphics = Graphics.FromHwnd(Grid.EditingPanel.Handle)
g.DrawRectangle(Pens.Red, Grid.EditingPanel.ClientRectangle)
g.Dispose()
End If
 
Catch ex As Exception
Debug.print(ex.Message)
End Try
End Sub
QuestionVS2010 Setup and Deployment Project - CommonAppDataFolder for XPmemberMember 269415310-Aug-12 9:05 
AnswerRe: VS2010 Setup and Deployment Project - CommonAppDataFolder for XPmvpDave Kreskowiak10-Aug-12 14:19 
GeneralRe: VS2010 Setup and Deployment Project - CommonAppDataFolder for XPmemberMember 269415313-Aug-12 2:18 
AnswerRe: VS2010 Setup and Deployment Project - CommonAppDataFolder for XPmemberictxiangxin13-Aug-12 4:03 
QuestionWrapping of Data Grid View column [modified]memberukraju5-Aug-12 20:58 
AnswerRe: Wrapping of Data Grid View columnmemberMember 908236510-Aug-12 12:59 
QuestionWindows FormmemberDSPNEOqqq3-Aug-12 9:15 
RantRe: Windows FormmemberEddy Vluggen3-Aug-12 9:30 
GeneralRe: Windows Form OTmemberWes Aday3-Aug-12 9:41 
GeneralRe: Windows Form OTmemberEddy Vluggen3-Aug-12 10:01 
AnswerRe: Windows FormmemberChristian Amado6-Aug-12 10:47 
AnswerRe: Windows Form [modified]memberBillWoodruff11-Aug-12 15:27 
GeneralRe: Windows FormmemberEddy Vluggen12-Aug-12 3:43 
QuestionWindows Form Application Size Issuememberukraju29-Jul-12 19:45 
AnswerRe: Windows Form Application Size IssuememberSimon_Whale29-Jul-12 20:11 
AnswerRe: Windows Form Application Size IssuememberBernhard Hiller29-Jul-12 22:07 
AnswerRe: Windows Form Application Size IssuememberBillWoodruff11-Aug-12 15:31 
GeneralWindows Forms Application With Collapsible Panelmemberukraju20-Jul-12 20:15 
AnswerRe: Windows Forms Application With Collapsible PanelmemberEddy Vluggen21-Jul-12 8:16 
GeneralRe: Windows Forms Application With Collapsible Panel [modified]memberBillWoodruff29-Jul-12 17:01 
GeneralRe: Windows Forms Application With Collapsible PanelmemberGer Hayden1-Aug-12 19:45 
GeneralRe: Windows Forms Application With Collapsible Panel [modified]memberBillWoodruff12-Aug-12 1:15 
Questionopen web page with out address bar from win formsmembervikaskardode6-Jul-12 6:32 
AnswerRe: open web page with out address bar from win formsmvpDave Kreskowiak6-Jul-12 9:46 
JokeRe: open web page with out address bar from win formsmemberMycroft Holmes6-Jul-12 23:15 
AnswerRe: open web page with out address bar from win formsmemberEddy Vluggen21-Jul-12 13:10 
Questionat this point in time would a series of tutorials on WinForms be useful ?memberBillWoodruff30-Jun-12 18:34 
AnswerRe: at this point in time would a series of tutorials on WinForms be useful ?memberPaul Conrad30-Jun-12 19:18 
AnswerRe: at this point in time would a series of tutorials on WinForms be useful ?mvpRichard MacCutchan30-Jun-12 21:32 
AnswerRe: at this point in time would a series of tutorials on WinForms be useful ?memberEddy Vluggen30-Jun-12 23:10 
QuestionDisplay large content in windows applicationmemberRajeev_8721-Jun-12 13:18 
AnswerRe: Display large content in windows applicationmemberMycroft Holmes21-Jun-12 16:36 
GeneralRe: Display large content in windows applicationmvpRichard MacCutchan21-Jun-12 22:47 
Questionupdating, deleting adn adding rows in superlist controlmemberKandepu Rajesh12-Jun-12 23:37 
AnswerRe: updating, deleting adn adding rows in superlist controlprotectorPete O'Hanlon13-Jun-12 0:01 
QuestionError while binding the datatable to a superlist controlmemberKandepu Rajesh8-Jun-12 0:07 
AnswerRe: Error while binding the datatable to a superlist controlmemberEddy Vluggen8-Jun-12 0:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web04 | 2.6.130617.1 | Last Updated 18 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid