Click here to Skip to main content
15,908,274 members
Home / Discussions / C#
   

C#

 
AnswerRe: combo+sql+C# Pin
Aftab Sindhi24-Nov-07 20:55
Aftab Sindhi24-Nov-07 20:55 
QuestionC# String Function (IsPrintable/IsUnicode/etc) Pin
Jeffrey Walton24-Nov-07 19:20
Jeffrey Walton24-Nov-07 19:20 
AnswerRe: C# String Function (IsPrintable/IsUnicode/etc) Pin
mav.northwind24-Nov-07 20:10
mav.northwind24-Nov-07 20:10 
Questionprint word file with C#2005 Pin
sara_136324-Nov-07 18:31
sara_136324-Nov-07 18:31 
AnswerRe: print word file with C#2005 Pin
Paul Conrad28-Nov-07 14:39
professionalPaul Conrad28-Nov-07 14:39 
Questionprint word file with C#2005 Pin
sara_136324-Nov-07 18:29
sara_136324-Nov-07 18:29 
AnswerRe: print word file with C#2005 Pin
Jeffrey Walton24-Nov-07 19:22
Jeffrey Walton24-Nov-07 19:22 
QuestionBindingNavigator Problem Pin
Xmen Real 24-Nov-07 18:28
professional Xmen Real 24-Nov-07 18:28 
hi there,
i insert binding navigator and bind it to combobox items like this

BindingSource bindingSource = new BindingSource();
            bindingSource.DataSource = combobox.Items;
            bindingNavigator1.BindingSource = bindingSource;


and its working but it have a problem that when i select any item in combobox then its position dont increase.

to do that i tried to just assign the "selectedindex + 1" of combobox to its position textbox's text in SelectedIndexChanged event
and its shows correct position but its not actual, that mean it just showing, not working
for example
i have 3 items in combobox, and i select 3rd item then it will show position is 3 but the last and next buttons still enabled and first and previous still disabled.

any idea to solve it?
thanks

Becoming Programmer...

AnswerRe: BindingNavigator Problem Pin
Paul Conrad25-Nov-07 9:17
professionalPaul Conrad25-Nov-07 9:17 
GeneralRe: BindingNavigator Problem Pin
Xmen Real 25-Nov-07 15:13
professional Xmen Real 25-Nov-07 15:13 
QuestionVisual Studio 2008 Training Kit Pin
Peter Vertes24-Nov-07 16:50
Peter Vertes24-Nov-07 16:50 
AnswerRe: Visual Studio 2008 Training Kit Pin
Paul Conrad25-Nov-07 9:17
professionalPaul Conrad25-Nov-07 9:17 
QuestionRendering SVG in C# Pin
AbXorb24-Nov-07 13:00
AbXorb24-Nov-07 13:00 
AnswerRe: Rendering SVG in C# Pin
Christian Graus24-Nov-07 14:06
protectorChristian Graus24-Nov-07 14:06 
GeneralRe: Rendering SVG in C# Pin
AbXorb25-Nov-07 0:38
AbXorb25-Nov-07 0:38 
GeneralDisplaying a ASN.1 BMP (Basic Multilingual Plane) String Pin
Jeffrey Walton24-Nov-07 12:33
Jeffrey Walton24-Nov-07 12:33 
QuestionDirectSound Error Pin
MasterSharp24-Nov-07 12:03
MasterSharp24-Nov-07 12:03 
AnswerRe: DirectSound Error Pin
Ravi Bhavnani24-Nov-07 12:35
professionalRavi Bhavnani24-Nov-07 12:35 
GeneralRe: DirectSound Error Pin
MasterSharp24-Nov-07 12:37
MasterSharp24-Nov-07 12:37 
AnswerRe: DirectSound Error Pin
Ravi Bhavnani24-Nov-07 12:39
professionalRavi Bhavnani24-Nov-07 12:39 
GeneralRe: DirectSound Error Pin
MasterSharp24-Nov-07 12:39
MasterSharp24-Nov-07 12:39 
GeneralRe: DirectSound Error Pin
Ravi Bhavnani24-Nov-07 12:41
professionalRavi Bhavnani24-Nov-07 12:41 
GeneralRe: DirectSound Error Pin
MasterSharp24-Nov-07 12:42
MasterSharp24-Nov-07 12:42 
GeneralRe: DirectSound Error Pin
Ravi Bhavnani24-Nov-07 12:44
professionalRavi Bhavnani24-Nov-07 12:44 
GeneralRe: DirectSound Error Pin
MasterSharp24-Nov-07 12:51
MasterSharp24-Nov-07 12:51 

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.