Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
QuestionIs there any API for powerpoint file programming in .net? Pin
ting66811-Oct-05 2:18
ting66811-Oct-05 2:18 
AnswerRe: Is there any API for powerpoint file programming in .net? Pin
David Stone11-Oct-05 7:26
sitebuilderDavid Stone11-Oct-05 7:26 
GeneralRe: Is there any API for powerpoint file programming in .net? Pin
ting66812-Oct-05 1:50
ting66812-Oct-05 1:50 
QuestionStarter KIT Problem Pin
Micu Radu11-Oct-05 1:59
Micu Radu11-Oct-05 1:59 
QuestionOffice Development BIG PROBLEM Pin
Micu Radu11-Oct-05 1:59
Micu Radu11-Oct-05 1:59 
AnswerRe: Office Development BIG PROBLEM Pin
David Stone11-Oct-05 7:23
sitebuilderDavid Stone11-Oct-05 7:23 
Questionhide data grid columns Pin
theStorminMormon11-Oct-05 1:53
theStorminMormon11-Oct-05 1:53 
AnswerRe: hide data grid columns Pin
Wjousts11-Oct-05 2:36
Wjousts11-Oct-05 2:36 
DataGrid indeed does not contain a columns collection.
There are a couple of ways you can handle this, one way is to remove the DataGridColumnStyle for the column you want to hide from DataGrid.TableStyles. The tricky part is that if you want to put it back in it will move to the end of the list and you'll have to rearrange all the other columns (by removing them from the list and then adding them back in the right order).
Another way is to set the width of the column (through the DataGridColumnStyle) to zero, but I think the user can still resize it and I think it they can still tab to the column.
GeneralRe: hide data grid columns Pin
theStorminMormon11-Oct-05 3:07
theStorminMormon11-Oct-05 3:07 
GeneralRe: hide data grid columns Pin
Wjousts11-Oct-05 4:29
Wjousts11-Oct-05 4:29 
QuestionXML Serialization Pin
Arshad_Ebrahim11-Oct-05 1:45
Arshad_Ebrahim11-Oct-05 1:45 
AnswerRe: XML Serialization Pin
XRaheemX11-Oct-05 3:37
XRaheemX11-Oct-05 3:37 
GeneralRe: XML Serialization Pin
Arshad_Ebrahim11-Oct-05 3:53
Arshad_Ebrahim11-Oct-05 3:53 
GeneralRe: XML Serialization Pin
XRaheemX11-Oct-05 3:59
XRaheemX11-Oct-05 3:59 
GeneralRe: XML Serialization Pin
Arshad_Ebrahim11-Oct-05 4:09
Arshad_Ebrahim11-Oct-05 4:09 
GeneralRe: XML Serialization Pin
XRaheemX11-Oct-05 4:19
XRaheemX11-Oct-05 4:19 
GeneralRe: XML Serialization Pin
Arshad_Ebrahim11-Oct-05 4:23
Arshad_Ebrahim11-Oct-05 4:23 
GeneralRe: XML Serialization Pin
XRaheemX11-Oct-05 4:45
XRaheemX11-Oct-05 4:45 
GeneralRe: XML Serialization Pin
Arshad_Ebrahim11-Oct-05 20:25
Arshad_Ebrahim11-Oct-05 20:25 
GeneralRe: XML Serialization Pin
XRaheemX12-Oct-05 3:17
XRaheemX12-Oct-05 3:17 
QuestionConnecting Sqlserver 2000 from Visual Studio 2005 C# editor Pin
Zapss11-Oct-05 1:37
Zapss11-Oct-05 1:37 
QuestionA good C# book recomendation Pin
ddmcr11-Oct-05 1:29
ddmcr11-Oct-05 1:29 
AnswerRe: A good C# book recomendation Pin
Dave Doknjas11-Oct-05 15:58
Dave Doknjas11-Oct-05 15:58 
GeneralRe: A good C# book recomendation Pin
ddmcr11-Oct-05 23:17
ddmcr11-Oct-05 23:17 
QuestionHow to find IP Address Pin
A.Grover10-Oct-05 22:45
A.Grover10-Oct-05 22:45 

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.