Click here to Skip to main content
15,927,744 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPressing Enter on a textbox Pin
johncassell19-Aug-06 14:30
johncassell19-Aug-06 14:30 
AnswerRe: Pressing Enter on a textbox Pin
Keith Malwitz19-Aug-06 16:01
Keith Malwitz19-Aug-06 16:01 
AnswerRe: Pressing Enter on a textbox Pin
S Pandian20-Aug-06 20:19
S Pandian20-Aug-06 20:19 
Questiondatetime format Pin
md_refay19-Aug-06 7:29
md_refay19-Aug-06 7:29 
AnswerRe: datetime format Pin
Guffa19-Aug-06 8:02
Guffa19-Aug-06 8:02 
AnswerRe: datetime format Pin
Stephen McGuire20-Aug-06 5:33
Stephen McGuire20-Aug-06 5:33 
QuestionTableAdapter.Clear alternative Pin
cstrader23219-Aug-06 3:44
cstrader23219-Aug-06 3:44 
AnswerRe: TableAdapter.Clear alternative Pin
Keith Malwitz19-Aug-06 8:00
Keith Malwitz19-Aug-06 8:00 
If you are loading data into your dataset using a Fill method, you can set the ClearBeforeFill property of the tableadapter to true. This will prevent you from having to explicitly call the clear method. I have not tested this, so I am not sure if the control will redraw the way you would like, but it's worth a shot.

Another possibility would be to call the SuspendLayout method on the control prior to calling clear, then call resumelayout after the table is reloaded. Again, I have not tested this option either but I believe it will suspend redrawing of the control until ResumeLayout is called.


QuestionAttaching Database in 2005 Pin
nitin_ion18-Aug-06 23:20
nitin_ion18-Aug-06 23:20 
QuestionUninstall specific program from the list Pin
manowj18-Aug-06 20:05
manowj18-Aug-06 20:05 
QuestionGetPixel Method for Eyedropper tool Pin
The ANZAC18-Aug-06 19:57
The ANZAC18-Aug-06 19:57 
AnswerRe: GetPixel Method for Eyedropper tool Pin
Guffa18-Aug-06 23:30
Guffa18-Aug-06 23:30 
AnswerRe: GetPixel Method for Eyedropper tool Pin
Dave Kreskowiak19-Aug-06 3:29
mveDave Kreskowiak19-Aug-06 3:29 
GeneralRe: GetPixel Method for Eyedropper tool Pin
The ANZAC26-Aug-06 18:22
The ANZAC26-Aug-06 18:22 
GeneralRe: GetPixel Method for Eyedropper tool Pin
Dave Kreskowiak27-Aug-06 5:14
mveDave Kreskowiak27-Aug-06 5:14 
Questionexport or import data from excel file Pin
Swiss Mantoro18-Aug-06 18:28
Swiss Mantoro18-Aug-06 18:28 
AnswerRe: export or import data from excel file Pin
Stephen McGuire20-Aug-06 5:35
Stephen McGuire20-Aug-06 5:35 
QuestionDeployment Issues Pin
NGENEAR1118-Aug-06 16:23
NGENEAR1118-Aug-06 16:23 
AnswerRe: Deployment Issues Pin
IsMAiL_Kawasaki19-Aug-06 2:19
IsMAiL_Kawasaki19-Aug-06 2:19 
GeneralRe: Deployment Issues Pin
NGENEAR1119-Aug-06 3:14
NGENEAR1119-Aug-06 3:14 
GeneralRe: Deployment Issues Pin
Keith Malwitz19-Aug-06 8:14
Keith Malwitz19-Aug-06 8:14 
GeneralRe: Deployment Issues Pin
NGENEAR1119-Aug-06 13:32
NGENEAR1119-Aug-06 13:32 
GeneralRe: Deployment Issues Pin
Keith Malwitz19-Aug-06 15:56
Keith Malwitz19-Aug-06 15:56 
GeneralRe: Deployment Issues Pin
Ray Cassick19-Aug-06 16:02
Ray Cassick19-Aug-06 16:02 
QuestionPopulating A Datagrid from a Web Service Pin
stampcoverman18-Aug-06 13:27
stampcoverman18-Aug-06 13:27 

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.