Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
QuestionSQLite DB Experience Anyone? Pin
redfish3419-Mar-06 5:44
redfish3419-Mar-06 5:44 
AnswerRe: SQLite DB Experience Anyone? Pin
Michael P Butler19-Mar-06 6:39
Michael P Butler19-Mar-06 6:39 
QuestionHelp Required in Steganography Project In C# Pin
nwr_mn19-Mar-06 5:43
nwr_mn19-Mar-06 5:43 
AnswerRe: Help Required in Steganography Project In C# Pin
Dave Kreskowiak19-Mar-06 7:06
mveDave Kreskowiak19-Mar-06 7:06 
GeneralRe: Help Required in Steganography Project In C# Pin
nwr_mn19-Mar-06 8:15
nwr_mn19-Mar-06 8:15 
GeneralRe: Help Required in Steganography Project In C# Pin
Dave Kreskowiak19-Mar-06 12:42
mveDave Kreskowiak19-Mar-06 12:42 
AnswerRe: WinForms painting issue Pin
chloh19-Mar-06 5:13
chloh19-Mar-06 5:13 
Questionreflexon Pin
vatzcar19-Mar-06 2:48
vatzcar19-Mar-06 2:48 
hi,
i'm having error "Member not found." from the following code(in time of invoking member)..

<br />
foreach (MemberInfo mi in type.GetMember("test_mdi_Init"))<br />
{<br />
  type.InvokeMember (mi.Name.ToString(), <br />
  BindingFlags.Default | BindingFlags.InvokeMethod,<br />
  null,<br />
  ibaseObject,<br />
  arguments);<br />
}<br />


what could be the problem? thanx for help Smile | :)
AnswerRe: reflexon Pin
Guffa19-Mar-06 3:01
Guffa19-Mar-06 3:01 
GeneralRe: reflexon Pin
vatzcar19-Mar-06 5:20
vatzcar19-Mar-06 5:20 
AnswerRe: reflexon Pin
[Marc]19-Mar-06 6:38
[Marc]19-Mar-06 6:38 
GeneralRe: reflexon Pin
vatzcar19-Mar-06 17:46
vatzcar19-Mar-06 17:46 
GeneralRe: reflexon Pin
vatzcar19-Mar-06 17:47
vatzcar19-Mar-06 17:47 
QuestionPausing voice on the click of a button Pin
Annie Fernando19-Mar-06 2:03
Annie Fernando19-Mar-06 2:03 
AnswerRe: Pausing voice on the click of a button Pin
CWIZO19-Mar-06 5:39
CWIZO19-Mar-06 5:39 
QuestionRe: Pausing voice on the click of a button Pin
Annie Fernando19-Mar-06 7:15
Annie Fernando19-Mar-06 7:15 
AnswerRe: Pausing voice on the click of a button Pin
Annie Fernando19-Mar-06 9:17
Annie Fernando19-Mar-06 9:17 
QuestionHow to refresh a DataView ? Pin
chloh19-Mar-06 1:33
chloh19-Mar-06 1:33 
QuestionPropertyGrid: Problem viewing arrays Pin
mitul198319-Mar-06 0:22
mitul198319-Mar-06 0:22 
AnswerRe: PropertyGrid: Problem viewing arrays Pin
mitul198319-Mar-06 2:10
mitul198319-Mar-06 2:10 
QuestionFloating panes Pin
deepscyberpulse18-Mar-06 21:48
deepscyberpulse18-Mar-06 21:48 
AnswerRe: Floating panes Pin
Shiby19-Mar-06 1:57
Shiby19-Mar-06 1:57 
QuestionPath of current project. Pin
deepscyberpulse18-Mar-06 21:45
deepscyberpulse18-Mar-06 21:45 
AnswerRe: Path of current project. Pin
cbhkenshin18-Mar-06 22:17
cbhkenshin18-Mar-06 22:17 
AnswerRe: Path of current project. Pin
Ed.Poore18-Mar-06 22:32
Ed.Poore18-Mar-06 22:32 

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.