Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
GeneralRe: Generic Pin
Jeeva Jose2-Jul-07 19:15
Jeeva Jose2-Jul-07 19:15 
GeneralRe: Generic Pin
DavidNohejl3-Jul-07 1:57
DavidNohejl3-Jul-07 1:57 
Questionsaving image from screen Pin
HexaDeveloper1-Jul-07 3:29
HexaDeveloper1-Jul-07 3:29 
AnswerRe: saving image from screen Pin
Guffa1-Jul-07 6:47
Guffa1-Jul-07 6:47 
GeneralRe: saving image from screen Pin
HexaDeveloper1-Jul-07 8:29
HexaDeveloper1-Jul-07 8:29 
AnswerRe: saving image from screen Pin
Guffa1-Jul-07 8:56
Guffa1-Jul-07 8:56 
GeneralRe: saving image from screen Pin
HexaDeveloper1-Jul-07 9:12
HexaDeveloper1-Jul-07 9:12 
GeneralRe: saving image from screen Pin
HexaDeveloper1-Jul-07 9:21
HexaDeveloper1-Jul-07 9:21 
hi

Bitmap workSpaceBitmap = new Bitmap(tabctrlMain.SelectedTab.Width, tabctrlMain.SelectedTab.Height);<br />
           tabctrlMain.SelectedTab.DrawToBitmap(workSpaceBitmap, tabctrlMain.SelectedTab.Bounds);<br />
           workSpaceBitmap.Save("c:\\image.jpeg", ImageFormat.Jpeg);


i write this code and thanx very much for ur help(DrawToBitmap u told me about it) thanx alot

but one question if there is a scroll bar is this code will draw disappeared parts of screen to image or not

Generator
Questionhow to display parent and child records in a datagridview + C#.net in windows forms Pin
Need help on datagrid view1-Jul-07 3:09
Need help on datagrid view1-Jul-07 3:09 
Question"Danger meter" control? Pin
Domenic Denicola1-Jul-07 3:01
Domenic Denicola1-Jul-07 3:01 
AnswerRe: "Danger meter" control? Pin
Mark Greenwood1-Jul-07 3:09
Mark Greenwood1-Jul-07 3:09 
AnswerRe: "Danger meter" control? Pin
Tamimi - Code1-Jul-07 3:09
Tamimi - Code1-Jul-07 3:09 
AnswerRe: validation of a formula Pin
Mark Greenwood1-Jul-07 3:20
Mark Greenwood1-Jul-07 3:20 
GeneralRe: validation of a formula Pin
Mark Greenwood1-Jul-07 3:23
Mark Greenwood1-Jul-07 3:23 
GeneralRe: validation of a formula Pin
Bojja Lakshmi1-Jul-07 17:22
Bojja Lakshmi1-Jul-07 17:22 
QuestionUDP Multicast woes Pin
mav.northwind30-Jun-07 23:31
mav.northwind30-Jun-07 23:31 
QuestionGet file size - while inuse by another process Pin
liqnit30-Jun-07 22:54
liqnit30-Jun-07 22:54 
AnswerRe: Get file size - while inuse by another process Pin
mav.northwind30-Jun-07 23:37
mav.northwind30-Jun-07 23:37 
GeneralRe: Get file size - while inuse by another process Pin
liqnit30-Jun-07 23:46
liqnit30-Jun-07 23:46 
GeneralRe: Get file size - while inuse by another process Pin
mav.northwind1-Jul-07 2:00
mav.northwind1-Jul-07 2:00 
AnswerRe: Get file size - while inuse by another process Pin
Nissim Salomon1-Jul-07 0:04
Nissim Salomon1-Jul-07 0:04 
GeneralRe: Get file size - while inuse by another process Pin
liqnit1-Jul-07 3:20
liqnit1-Jul-07 3:20 
QuestionStreaming desktop over internet Pin
jbmoens30-Jun-07 22:26
jbmoens30-Jun-07 22:26 
AnswerRe: Streaming desktop over internet Pin
.jpg1-Jul-07 6:56
.jpg1-Jul-07 6:56 
QuestionFormula validation Pin
Bojja Lakshmi30-Jun-07 21:40
Bojja Lakshmi30-Jun-07 21:40 

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.