Click here to Skip to main content
15,913,166 members
Home / Discussions / C#
   

C#

 
GeneralRe: Big Problem with WebService Pin
Iftekhar Naim1-Jul-07 14:00
Iftekhar Naim1-Jul-07 14:00 
QuestionGeneric Pin
Jeeva Jose1-Jul-07 4:34
Jeeva Jose1-Jul-07 4:34 
AnswerRe: Generic Pin
DavidNohejl1-Jul-07 7:40
DavidNohejl1-Jul-07 7:40 
GeneralRe: Generic Pin
Not Active1-Jul-07 11:52
mentorNot Active1-Jul-07 11:52 
GeneralRe: Generic Pin
DavidNohejl1-Jul-07 13:19
DavidNohejl1-Jul-07 13:19 
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 

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.