Click here to Skip to main content
15,889,595 members
Home / Discussions / C#
   

C#

 
GeneralRe: MouseHover logic Pin
Arun Bhalla24-Sep-03 11:02
Arun Bhalla24-Sep-03 11:02 
GeneralRe: MouseHover logic Pin
J. Dunlap24-Sep-03 11:11
J. Dunlap24-Sep-03 11:11 
GeneralRe: MouseHover logic Pin
Arun Bhalla24-Sep-03 11:18
Arun Bhalla24-Sep-03 11:18 
GeneralRe: MouseHover logic Pin
J. Dunlap24-Sep-03 11:19
J. Dunlap24-Sep-03 11:19 
GeneralRe: MouseHover logic Pin
Arun Bhalla24-Sep-03 11:23
Arun Bhalla24-Sep-03 11:23 
GeneralLimiting characters entered into a textbox Pin
ecopilot24-Sep-03 6:24
ecopilot24-Sep-03 6:24 
GeneralRe: Limiting characters entered into a textbox Pin
Wjousts24-Sep-03 6:41
Wjousts24-Sep-03 6:41 
GeneralMore data binding wierdness Pin
Wjousts24-Sep-03 5:36
Wjousts24-Sep-03 5:36 
I have a database application that using a form to present records from the database to the user and let them navigate through the records using foward and back buttons. I use a BindingManagerBase object to navigate the records and everything works fine. However, I have some wierdness going on. When I add a new record, the new record should become record 0 (because the DataView is sorted by a column that is left blank when I create a new record) and I should be able to set the form to display that record by doing this after inserting the new record:
<br />
myBindingManger.Position = 0;<br />

Only it doesn't work. The form still displays the data from the record I was looking at when I inserted the new record. However, if I do this:
<br />
myBindingManger.Position = 1;<br />
myBindingManger.Position--;<br />

It works just fine. Can anybody explain to me what's going on here? It's a mystery to me!
Generalcanonicalize a URL Pin
24-Sep-03 5:12
suss24-Sep-03 5:12 
GeneralRe: canonicalize a URL Pin
J. Dunlap24-Sep-03 8:50
J. Dunlap24-Sep-03 8:50 
GeneralRe: canonicalize a URL Pin
Blake Coverett24-Sep-03 13:39
Blake Coverett24-Sep-03 13:39 
Questionglobal debug variable? Pin
sharkfish24-Sep-03 5:03
sharkfish24-Sep-03 5:03 
AnswerRe: global debug variable? Pin
Jim Stewart24-Sep-03 5:34
Jim Stewart24-Sep-03 5:34 
AnswerRe: global debug variable? Pin
scadaguy24-Sep-03 8:42
scadaguy24-Sep-03 8:42 
AnswerRe: global debug variable? Pin
Alvaro Mendez24-Sep-03 8:52
Alvaro Mendez24-Sep-03 8:52 
GeneralRe: global debug variable? Pin
sharkfish24-Sep-03 9:11
sharkfish24-Sep-03 9:11 
QuestionHow to create TCP Listener windows service usingC# Pin
Baqer24-Sep-03 4:52
Baqer24-Sep-03 4:52 
AnswerRe: How to create TCP Listener windows service usingC# Pin
James Simpson25-Sep-03 2:19
James Simpson25-Sep-03 2:19 
GeneralRe: How to create TCP Listener windows service usingC# Pin
Baqer25-Sep-03 5:42
Baqer25-Sep-03 5:42 
GeneralRe: How to create TCP Listener windows service usingC# Pin
James Simpson25-Sep-03 22:36
James Simpson25-Sep-03 22:36 
GeneralRe: How to create TCP Listener windows service usingC# Pin
Baqer27-Sep-03 0:50
Baqer27-Sep-03 0:50 
GeneralRe: How to create TCP Listener windows service usingC# Pin
Baqer28-Sep-03 22:36
Baqer28-Sep-03 22:36 
GeneralRe: How to create TCP Listener windows service usingC# Pin
James Simpson29-Sep-03 6:24
James Simpson29-Sep-03 6:24 
Generaldisable scrollbars of MDI Parent Form Pin
peenu24-Sep-03 1:29
peenu24-Sep-03 1:29 
GeneralRe: disable scrollbars of MDI Parent Form Pin
Gary Kirkham9-Oct-03 10:53
Gary Kirkham9-Oct-03 10:53 

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.