Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
AnswerRe: Data Tables, Data Sets, and Data Grids Pin
Christian Graus11-Sep-05 11:06
protectorChristian Graus11-Sep-05 11:06 
QuestionCalling a DLL from C# Pin
E6AD8-Sep-05 16:22
E6AD8-Sep-05 16:22 
AnswerRe: Calling a DLL from C# Pin
Christian Graus8-Sep-05 16:35
protectorChristian Graus8-Sep-05 16:35 
GeneralRe: Calling a DLL from C# Pin
E6AD9-Sep-05 4:19
E6AD9-Sep-05 4:19 
AnswerRe: Calling a DLL from C# Pin
Anonymous10-Sep-05 0:53
Anonymous10-Sep-05 0:53 
GeneralRe: Calling a DLL from C# Pin
E6AD10-Sep-05 4:46
E6AD10-Sep-05 4:46 
Questionrepost, need help with data null symbol Pin
Pyro Joe8-Sep-05 16:15
Pyro Joe8-Sep-05 16:15 
AnswerRe: repost, need help with data null symbol Pin
WillemM9-Sep-05 2:27
WillemM9-Sep-05 2:27 
Pyro Joe wrote:
yeah, I have a datagrid control on a form. How do I do a simple binarysearch on the table so I can select the row that results were found in

You will need a custom search procedure that will loop through the items in the bindingmanager of the datagrid. Each index in the item list of the bindingmanager equals one row in the datagrid. You can select rows in the datagrid using the Select(rowIndex) method

Pyro Joe wrote:
also, is there a way I can make rows invisible so they still exist, but aren't visible? thanks so much.

Use the dataview component. It's perfectly suitable in the situation. It can hide rows using a rowfilter.

Pyro Joe wrote:
and found the square to be represented by & # x 0 ; minus the spaces. I can also paste this sequence here without spaces and it will show the odd symbol: �

There is something wrong with library you are using or there's something wrong with the interface communicating with the library. Have you asked the creator of the library if this is some kind of bug? Because I think the library is pumping out id3 data that isn't really part of the id3 data.

WM.

What about weapons of mass-construction?
Questionserial communcation question Pin
cue_ball8-Sep-05 15:33
cue_ball8-Sep-05 15:33 
AnswerRe: serial communcation question Pin
Pyro Joe8-Sep-05 16:30
Pyro Joe8-Sep-05 16:30 
GeneralRe: serial communcation question Pin
cue_ball8-Sep-05 17:52
cue_ball8-Sep-05 17:52 
GeneralRe: serial communcation question Pin
Christian Graus8-Sep-05 18:00
protectorChristian Graus8-Sep-05 18:00 
QuestionDraw Two Lines: Is There a Way to Erase Just One? Pin
...---...8-Sep-05 13:44
...---...8-Sep-05 13:44 
AnswerRe: Draw Two Lines: Is There a Way to Erase Just One? Pin
Christian Graus8-Sep-05 13:54
protectorChristian Graus8-Sep-05 13:54 
AnswerRe: Draw Two Lines: Is There a Way to Erase Just One? Pin
KapsD8-Sep-05 19:24
KapsD8-Sep-05 19:24 
AnswerRe: Draw Two Lines: Is There a Way to Erase Just One? Pin
Thaynann8-Sep-05 19:30
Thaynann8-Sep-05 19:30 
QuestionSerialport write / read to fast for the device Pin
pxp8-Sep-05 12:53
pxp8-Sep-05 12:53 
AnswerRe: Serialport write / read to fast for the device Pin
Expert Coming8-Sep-05 13:14
Expert Coming8-Sep-05 13:14 
GeneralRe: Serialport write / read to fast for the device Pin
pxp8-Sep-05 13:39
pxp8-Sep-05 13:39 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 1:06
WillemM9-Sep-05 1:06 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 1:38
pxp9-Sep-05 1:38 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 2:21
WillemM9-Sep-05 2:21 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 3:12
pxp9-Sep-05 3:12 
GeneralRe: Serialport write / read to fast for the device Pin
WillemM9-Sep-05 4:03
WillemM9-Sep-05 4:03 
GeneralRe: Serialport write / read to fast for the device Pin
pxp9-Sep-05 4:57
pxp9-Sep-05 4:57 

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.