Click here to Skip to main content
15,908,020 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralJar Files Too Pin
E.L. Golpe10-Nov-03 5:49
E.L. Golpe10-Nov-03 5:49 
QuestionWinForms DataSet Read Encrypted XML ??? Pin
E.L. Golpe8-Nov-03 8:24
E.L. Golpe8-Nov-03 8:24 
AnswerHeres the code I'm using Pin
E.L. Golpe10-Nov-03 5:23
E.L. Golpe10-Nov-03 5:23 
AnswerRe: WinForms DataSet Read Encrypted XML ??? Pin
Heath Stewart10-Nov-03 6:22
protectorHeath Stewart10-Nov-03 6:22 
General"Unspecified error" when trying to open Visual Source Safe from Visual Studio 2003 .NET Pin
john5137-Nov-03 9:58
john5137-Nov-03 9:58 
GeneralJohn, Not sure if this will help Pin
E.L. Golpe10-Nov-03 5:59
E.L. Golpe10-Nov-03 5:59 
Generalflicker on resizing tabcontrols Pin
siegnagel7-Nov-03 0:45
siegnagel7-Nov-03 0:45 
GeneralMaybe same class of problem as this?? Pin
E.L. Golpe10-Nov-03 6:02
E.L. Golpe10-Nov-03 6:02 
SYMPTOMS
When making a call to TabPage.setSelectedTab() from within an OnSelectedIndexChanged event handler of the parent TabControl, the focus will first go to the user-selected index before returning to the index value set in the setSelectedTab() call. In addition, when returning to the index set in code by the setSelectedTab() call, the children components of the set TabPage will not be visible and Control.setVisible(true) must be used, causing a noticeable flicker.

RESOLUTION
To work around this problem, call Control.setVisible(true) on the TabPage after the setSelectedTab() call is made.

Maybe on the resize event you need to again setVisible(true) to get the flicker to go away? Give it a whirl and see what happens...

Practice sesquipedalianism! Wink | ;)
GeneralKeyCodeV2 Pin
kersyanti6-Nov-03 20:10
kersyanti6-Nov-03 20:10 
QuestionManaged C++ server side executables ? Pin
Jerry Evans6-Nov-03 8:51
Jerry Evans6-Nov-03 8:51 
AnswerRe: Managed C++ server side executables ? Pin
leppie6-Nov-03 9:50
leppie6-Nov-03 9:50 
GeneralRe: Managed C++ server side executables ? Pin
Jerry Evans8-Nov-03 7:39
Jerry Evans8-Nov-03 7:39 
GeneralFrom MSDN Magazine, Sometime in the past... Pin
E.L. Golpe10-Nov-03 6:07
E.L. Golpe10-Nov-03 6:07 
GeneralRe: From MSDN Magazine, Sometime in the past... Pin
Jerry Evans10-Nov-03 6:55
Jerry Evans10-Nov-03 6:55 
GeneralRe: From MSDN Magazine, Sometime in the past... Pin
Heath Stewart10-Nov-03 7:37
protectorHeath Stewart10-Nov-03 7:37 
GeneralRe: From MSDN Magazine, Sometime in the past... Pin
Jerry Evans10-Nov-03 8:01
Jerry Evans10-Nov-03 8:01 
GeneralRe: From MSDN Magazine, Sometime in the past... Pin
Heath Stewart10-Nov-03 9:33
protectorHeath Stewart10-Nov-03 9:33 
GeneralRe: Managed C++ server side executables ? Pin
Heath Stewart10-Nov-03 6:09
protectorHeath Stewart10-Nov-03 6:09 
GeneralRe: Managed C++ server side executables ? Pin
Jerry Evans10-Nov-03 6:57
Jerry Evans10-Nov-03 6:57 
GeneralSetup Program Pin
kersyanti5-Nov-03 23:23
kersyanti5-Nov-03 23:23 
GeneralRe: Setup Program Pin
Mike Dimmick6-Nov-03 2:17
Mike Dimmick6-Nov-03 2:17 
Questionhow to delete one file in network share folder with .NET Pin
don7cry5-Nov-03 16:06
don7cry5-Nov-03 16:06 
AnswerRe: how to delete one file in network share folder with .NET Pin
Al Gardner7-Nov-03 1:34
Al Gardner7-Nov-03 1:34 
AnswerRe: how to delete one file in network share folder with .NET Pin
jparsons8-Nov-03 12:12
jparsons8-Nov-03 12:12 
GeneralProblems with Exception Management Application Block Pin
Andy Hochstetler5-Nov-03 16:06
Andy Hochstetler5-Nov-03 16:06 

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.