Hi all,
I am having problem setting the focus on a rcihTextBox.
The CanFocus returned false.
Any idea/suggestion to make the SetFocus work would be
greatly appreciated.
Thank you in advance.
regards,
Sean...
more >>
Since I spent a few hours figuring this out, I figured
I'd post it for the record.
To add a composite (multiple column) primary key to an Access
database using ADOX and C#:
Table filesTable = new Table();
filesTable.Name = FILES_TABLE;
filesTable.Columns.Append(HOST_ID_COL, DataTypeEnum.ad...
more >>
Hi,
Are there, apart from the PictureBox other controls to view images (JPEG) ?
Actually, apart from just viewing them would I like to rotate them as well.
How do I manage that ?
thnx
Chris
...
more >>
I created a custom context menu strip with the hopes that I could override
the Show method. So I wrote a Show for each of the 5 that ContextMenuStrip
stupports ... put a breakpoint in them, and added the control to the form.
But alas, none of my breakpoints are being hit!
How is the dang thi...
more >>