Click here to Skip to main content
15,920,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to extract text from a PDF file using c#? Pin
Super Lloyd6-Aug-09 3:24
Super Lloyd6-Aug-09 3:24 
GeneralRe: How to extract text from a PDF file using c#? Pin
Amangang6-Aug-09 5:13
Amangang6-Aug-09 5:13 
GeneralRe: How to extract text from a PDF file using c#? Pin
Super Lloyd6-Aug-09 5:19
Super Lloyd6-Aug-09 5:19 
QuestionSlow rendering when adding usercontrol to panel Pin
Fayu6-Aug-09 2:52
Fayu6-Aug-09 2:52 
AnswerRe: Slow rendering when adding usercontrol to panel Pin
Blubbo6-Aug-09 2:59
Blubbo6-Aug-09 2:59 
GeneralRe: Slow rendering when adding usercontrol to panel Pin
DaveyM696-Aug-09 3:48
professionalDaveyM696-Aug-09 3:48 
GeneralRe: Slow rendering when adding usercontrol to panel Pin
Blubbo6-Aug-09 6:14
Blubbo6-Aug-09 6:14 
GeneralRe: Slow rendering when adding usercontrol to panel Pin
DaveyM696-Aug-09 11:54
professionalDaveyM696-Aug-09 11:54 
I would create a control and draw the data in the OnPaint. If the data needs to be editable, handle the mouse events and display a textbox at the mouse coordinates on right click or whatever, invalidate and get rid of textbox when edit is completed.

This will be very quick (many times quicker than creating loads of text boxes) and you have total control over the way everything is drawn. It is possible to databind as well if you wish.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

AnswerRe: Slow rendering when adding usercontrol to panel Pin
Super Lloyd6-Aug-09 3:05
Super Lloyd6-Aug-09 3:05 
GeneralRe: Slow rendering when adding usercontrol to panel Pin
Fayu6-Aug-09 3:11
Fayu6-Aug-09 3:11 
Questionconversion of C into c# (i'm really stumped) Pin
Blubbo6-Aug-09 2:47
Blubbo6-Aug-09 2:47 
AnswerRe: conversion of C into c# (i'm really stumped) Pin
harold aptroot6-Aug-09 2:56
harold aptroot6-Aug-09 2:56 
GeneralRe: conversion of C into c# (i'm really stumped) Pin
Blubbo6-Aug-09 3:08
Blubbo6-Aug-09 3:08 
GeneralRe: conversion of C into c# (i'm really stumped) Pin
OriginalGriff6-Aug-09 3:19
mveOriginalGriff6-Aug-09 3:19 
GeneralRe: conversion of C into c# (i'm really stumped) Pin
Geoff Williams6-Aug-09 3:26
Geoff Williams6-Aug-09 3:26 
GeneralRe: conversion of C into c# (i'm really stumped) Pin
Blubbo6-Aug-09 3:36
Blubbo6-Aug-09 3:36 
GeneralRe: conversion of C into c# (i'm really stumped) Pin
OriginalGriff6-Aug-09 3:38
mveOriginalGriff6-Aug-09 3:38 
GeneralRe: conversion of C into c# (i'm really stumped) Pin
Blubbo6-Aug-09 7:21
Blubbo6-Aug-09 7:21 
QuestionInserting an image in word Pin
csetopper_bhanu6-Aug-09 2:42
csetopper_bhanu6-Aug-09 2:42 
AnswerRe: Inserting an image in word Pin
Cracked-Down6-Aug-09 2:50
Cracked-Down6-Aug-09 2:50 
AnswerRepeat Pin
Not Active6-Aug-09 2:52
mentorNot Active6-Aug-09 2:52 
QuestionCapturing keys [modified] Pin
Muammar©6-Aug-09 2:31
Muammar©6-Aug-09 2:31 
QuestionHide an execution of programme Pin
abbd6-Aug-09 2:07
abbd6-Aug-09 2:07 
AnswerRe: Hide an execution of programme Pin
Super Lloyd6-Aug-09 2:16
Super Lloyd6-Aug-09 2:16 
AnswerRe: Hide an execution of programme Pin
Henry Minute6-Aug-09 2:17
Henry Minute6-Aug-09 2:17 

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.