Click here to Skip to main content
15,889,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Problem referencing controls of a dynamically created form. Pin
Ralf Meier11-Jul-15 23:54
mveRalf Meier11-Jul-15 23:54 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Abcecedarian12-Jul-15 0:47
Abcecedarian12-Jul-15 0:47 
AnswerRe: Problem referencing controls of a dynamically created form. Pin
Ralf Meier12-Jul-15 1:02
mveRalf Meier12-Jul-15 1:02 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Abcecedarian12-Jul-15 14:59
Abcecedarian12-Jul-15 14:59 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Ralf Meier12-Jul-15 22:53
mveRalf Meier12-Jul-15 22:53 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Abcecedarian13-Jul-15 0:30
Abcecedarian13-Jul-15 0:30 
GeneralRe: Problem referencing controls of a dynamically created form. Pin
Ralf Meier13-Jul-15 8:09
mveRalf Meier13-Jul-15 8:09 
QuestionHow to fix a lagging after but a flickering createparams Code Pin
Mohamed Hamdy10-Jul-15 7:09
Mohamed Hamdy10-Jul-15 7:09 
Hello,
I have sershed long time to fix a flickering when I'm open a Mdi forms and I found that code

VB
Protected Overrides ReadOnly Property CreateParams() As CreateParams
    Get
        Dim cp As CreateParams = MyBase.CreateParams
        cp.ExStyle = cp.ExStyle Or &H2000000
        ' Turn on WS_EX_COMPOSITED
        Return cp
    End Get
End Property


but the problem is when I'm trying to moving my form it was a very lagging happen or zigzag in my form it moving a very slowly.
Thanks
QuestionRe: How to fix a lagging after but a flickering createparams Code Pin
Eddy Vluggen10-Jul-15 7:16
professionalEddy Vluggen10-Jul-15 7:16 
AnswerRe: How to fix a lagging after but a flickering createparams Code Pin
Mohamed Hamdy10-Jul-15 12:40
Mohamed Hamdy10-Jul-15 12:40 
GeneralRe: How to fix a lagging after but a flickering createparams Code Pin
Richard MacCutchan10-Jul-15 21:19
mveRichard MacCutchan10-Jul-15 21:19 
QuestionConnect to remote sql server Pin
satc9-Jul-15 18:05
satc9-Jul-15 18:05 
AnswerRe: Connect to remote sql server Pin
Wendelius9-Jul-15 18:21
mentorWendelius9-Jul-15 18:21 
GeneralRe: Connect to remote sql server Pin
satc9-Jul-15 19:47
satc9-Jul-15 19:47 
GeneralRe: Connect to remote sql server Pin
Wendelius9-Jul-15 20:06
mentorWendelius9-Jul-15 20:06 
GeneralRe: Connect to remote sql server Pin
satc9-Jul-15 20:19
satc9-Jul-15 20:19 
AnswerRe: Connect to remote sql server Pin
PIEBALDconsult9-Jul-15 18:31
mvePIEBALDconsult9-Jul-15 18:31 
GeneralRe: Connect to remote sql server Pin
satc11-Jul-15 4:09
satc11-Jul-15 4:09 
AnswerRe: Connect to remote sql server Pin
Eddy Vluggen9-Jul-15 22:15
professionalEddy Vluggen9-Jul-15 22:15 
GeneralRe: Connect to remote sql server Pin
satc10-Jul-15 2:55
satc10-Jul-15 2:55 
GeneralRe: Connect to remote sql server Pin
Eddy Vluggen10-Jul-15 3:20
professionalEddy Vluggen10-Jul-15 3:20 
AnswerRe: Connect to remote sql server Pin
Richard Deeming10-Jul-15 1:52
mveRichard Deeming10-Jul-15 1:52 
QuestionHow to Call Stored Procedure parameters in Class Pin
Mohamed Hamdy9-Jul-15 14:42
Mohamed Hamdy9-Jul-15 14:42 
QuestionRe: How to Call Stored Procedure parameters in Class Pin
Ralf Meier9-Jul-15 20:29
mveRalf Meier9-Jul-15 20:29 
AnswerRe: How to Call Stored Procedure parameters in Class Pin
Mohamed Hamdy10-Jul-15 6:23
Mohamed Hamdy10-Jul-15 6:23 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.