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

.NET (Core and Framework)

 
GeneralRe: How to obtain VisualStyles color schemes Pin
Dave Kreskowiak11-Dec-08 21:28
mveDave Kreskowiak11-Dec-08 21:28 
GeneralRe: How to obtain VisualStyles color schemes Pin
paralyzah14-Dec-08 10:24
paralyzah14-Dec-08 10:24 
AnswerRe: How to obtain VisualStyles color schemes Pin
Pete O'Hanlon14-Dec-08 10:41
mvePete O'Hanlon14-Dec-08 10:41 
QuestionSystem.InvalidOperationException Pin
Member 187172011-Dec-08 4:45
Member 187172011-Dec-08 4:45 
QuestionRe: System.InvalidOperationException Pin
led mike11-Dec-08 6:58
led mike11-Dec-08 6:58 
AnswerRe: System.InvalidOperationException Pin
Jon_Boy11-Dec-08 7:04
Jon_Boy11-Dec-08 7:04 
GeneralRe: System.InvalidOperationException Pin
Member 187172030-Dec-08 22:47
Member 187172030-Dec-08 22:47 
QuestionBinding Source Refresh Problem Pin
omiknight10-Dec-08 16:37
omiknight10-Dec-08 16:37 
Assume I have a datatable named tb. And a bindingsource bsPlanning.
I set the bindingsource to have a datasource from tb.
And I have a datagridview to have a datasource from bsPlanning.
I made an update to database using UPDATE statement.
I reload the data to tb.
Then finally I call bindingsource bsPlanning.ResetBinding(False).
But the datagridview won't refresh the value. Frown | :(
Please tell me if I have done something wrong and tell me how to do this... Thank you ...

I have code like below:

Private Sub RefreshGrid(Optional ByVal intFilter As Boolean = True, Optional ByVal ReloadData As Boolean = False)
       Dim strQuery As String = vbNullString
       Dim sr As StreamReader = IO.File.OpenText("productionplanning.sql")
       While Not sr.Peek = -1
           strQuery &= sr.ReadLine & " "
       End While
       sr.Close()
       tb = ExecuteQuery(strQuery)
       If intFilter Then Call IntegrateFilter()
       If ReloadData Then
           Call DataLoad(bsPlanning, bnPlanning, dgv, tb)
       Else
           bsPlanning.ResetBindings(False)
       End If
   End Sub

AnswerRe: Binding Source Refresh Problem Pin
Brij11-Dec-08 17:23
mentorBrij11-Dec-08 17:23 
AnswerRe: Binding Source Refresh Problem Pin
ShilpaGInode14-Dec-08 20:56
ShilpaGInode14-Dec-08 20:56 
QuestionMigrating UDP Broadcast code from a C++ program to C# Pin
jwangAimCo10-Dec-08 11:46
jwangAimCo10-Dec-08 11:46 
QuestionRe: Migrating UDP Broadcast code from a C++ program to C# Pin
led mike11-Dec-08 4:53
led mike11-Dec-08 4:53 
QuestionRe: Migrating UDP Broadcast code from a C++ program to C# Pin
jwangAimCo11-Dec-08 5:56
jwangAimCo11-Dec-08 5:56 
AnswerRe: Migrating UDP Broadcast code from a C++ program to C# Pin
led mike11-Dec-08 6:24
led mike11-Dec-08 6:24 
AnswerRe: Migrating UDP Broadcast code from a C++ program to C# Pin
Christian Graus11-Dec-08 15:00
protectorChristian Graus11-Dec-08 15:00 
AnswerRe: Migrating UDP Broadcast code from a C++ program to C# Pin
jwangAimCo17-Dec-08 8:36
jwangAimCo17-Dec-08 8:36 
QuestionCan't open Scramble Dictionary download Pin
David Kinsella10-Dec-08 8:00
David Kinsella10-Dec-08 8:00 
AnswerRe: Can't open Scramble Dictionary download Pin
Dave Kreskowiak10-Dec-08 11:00
mveDave Kreskowiak10-Dec-08 11:00 
GeneralRe: Can't open Scramble Dictionary download Pin
David Kinsella10-Dec-08 13:51
David Kinsella10-Dec-08 13:51 
GeneralRe: Can't open Scramble Dictionary download Pin
Dave Kreskowiak10-Dec-08 14:29
mveDave Kreskowiak10-Dec-08 14:29 
QuestionHow to fecth email attribues(subject,from,date etc.) from an .msg file Pin
gsdeepak10-Dec-08 1:48
gsdeepak10-Dec-08 1:48 
AnswerRe: How to fecth email attribues(subject,from,date etc.) from an .msg file Pin
Giorgi Dalakishvili10-Dec-08 2:43
mentorGiorgi Dalakishvili10-Dec-08 2:43 
QuestionVietnampathfinder Travel Pin
vntravel10-Dec-08 0:15
vntravel10-Dec-08 0:15 
QuestionFacing a problem to create a dyanmic event at runtime Pin
Member 29821779-Dec-08 21:26
Member 29821779-Dec-08 21:26 
AnswerRe: Facing a problem to create a dyanmic event at runtime Pin
PC Player11-Dec-08 10:14
PC Player11-Dec-08 10:14 

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.