Click here to Skip to main content
15,900,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to use mouse on focus events Pin
enjoycrack23-Sep-05 18:30
enjoycrack23-Sep-05 18:30 
QuestionOwner-Drawn TabControl Pin
Darryl Borden23-Sep-05 17:36
Darryl Borden23-Sep-05 17:36 
AnswerRe: Owner-Drawn TabControl Pin
Darryl Borden26-Sep-05 3:06
Darryl Borden26-Sep-05 3:06 
Questioncalender help Pin
visiontec23-Sep-05 17:22
visiontec23-Sep-05 17:22 
AnswerRe: calender help Pin
Alex Korchemniy23-Sep-05 19:51
Alex Korchemniy23-Sep-05 19:51 
AnswerRe: calender help Pin
mav.northwind23-Sep-05 21:25
mav.northwind23-Sep-05 21:25 
Questionupdate from dataset to database Pin
cauvang23-Sep-05 17:01
cauvang23-Sep-05 17:01 
AnswerRe: update from dataset to database Pin
Alex Korchemniy23-Sep-05 19:48
Alex Korchemniy23-Sep-05 19:48 
GeneralRe: update from dataset to database Pin
cauvang24-Sep-05 14:35
cauvang24-Sep-05 14:35 
Questiondatabase Pin
Tran Ngoc Minh23-Sep-05 16:54
Tran Ngoc Minh23-Sep-05 16:54 
AnswerRe: database Pin
enjoycrack23-Sep-05 18:24
enjoycrack23-Sep-05 18:24 
QuestionHow to reach an object that dont have name Pin
mego_z2023-Sep-05 15:53
mego_z2023-Sep-05 15:53 
AnswerRe: How to reach an object that dont have name Pin
Wjousts23-Sep-05 16:03
Wjousts23-Sep-05 16:03 
AnswerRe: How to reach an object that dont have name Pin
Mohamad Al Husseiny23-Sep-05 16:41
Mohamad Al Husseiny23-Sep-05 16:41 
AnswerRe: How to reach an object that dont have name Pin
mego_z2024-Sep-05 5:21
mego_z2024-Sep-05 5:21 
QuestionTime out exception? Pin
dgap23-Sep-05 13:37
dgap23-Sep-05 13:37 
QuestionTablet Ink and GDI+ Pin
HahnTech23-Sep-05 13:16
HahnTech23-Sep-05 13:16 
Hello,
This week I was given something cool to do. Take a Tablet and Ink enable our Tiff viewing app. Sounded easy. This is what I have:

1 Microsoft.Ink.InkPicture inkPic, that I’m loading with inkPic.image = SomeTiffFromFile
I’m not bothered by scaling problems yet.
This control captures Ink and saves it as Strokes and it works wonderfully. I’m trying to save the Ink into the Tiff.
This is what I have tried:
First I bring the Tiff into Drawing.Bitmap bmp = Image.FromFile(“filename”) (this is the same file I use as the inkPic.Image) Then I make a new Graphic from the Bitmap. Since Ink is made of Points (Ink.Strokes[Foreach].GetPoints(Foreach)) I figured I could do this

Graphics g = Graphics.FromImage(bmp);
for (int i=0; i
Questiondraw inside an abject Pin
Sasuko23-Sep-05 12:45
Sasuko23-Sep-05 12:45 
AnswerRe: draw inside an abject Pin
Mohamad Al Husseiny23-Sep-05 15:38
Mohamad Al Husseiny23-Sep-05 15:38 
Questioncrystal reports parameter Pin
Naveed Kamboh23-Sep-05 12:18
Naveed Kamboh23-Sep-05 12:18 
AnswerRe: crystal reports parameter Pin
Alex Korchemniy23-Sep-05 19:44
Alex Korchemniy23-Sep-05 19:44 
QuestionUse of java script in asp.net pages Pin
meanu23-Sep-05 12:10
meanu23-Sep-05 12:10 
AnswerRe: Use of java script in asp.net pages Pin
Mohamad Al Husseiny23-Sep-05 15:29
Mohamad Al Husseiny23-Sep-05 15:29 
QuestionC# Sucks! Pin
Stober23-Sep-05 11:26
Stober23-Sep-05 11:26 
AnswerRe: C# Sucks! Pin
Anonymous23-Sep-05 11:39
Anonymous23-Sep-05 11:39 

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.