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

C#

 
AnswerRe: TcpClient connects very slow Pin
leppie17-Sep-08 22:25
leppie17-Sep-08 22:25 
GeneralRe: TcpClient connects very slow Pin
Mark Snow17-Sep-08 22:38
Mark Snow17-Sep-08 22:38 
GeneralRe: TcpClient connects very slow Pin
leppie17-Sep-08 22:49
leppie17-Sep-08 22:49 
GeneralRe: TcpClient connects very slow Pin
Mark Snow17-Sep-08 23:12
Mark Snow17-Sep-08 23:12 
GeneralRe: TcpClient connects very slow Pin
leppie17-Sep-08 23:49
leppie17-Sep-08 23:49 
QuestionAlpha numeric sorting for dataview/datatable Pin
avtar11117-Sep-08 19:27
avtar11117-Sep-08 19:27 
AnswerRe: Alpha numeric sorting for dataview/datatable Pin
Mycroft Holmes17-Sep-08 22:25
professionalMycroft Holmes17-Sep-08 22:25 
QuestionHow to use adapter when returned by the following function Pin
CPK_201117-Sep-08 19:00
CPK_201117-Sep-08 19:00 
AnswerRe: How to use adapter when returned by the following function Pin
N a v a n e e t h17-Sep-08 20:33
N a v a n e e t h17-Sep-08 20:33 
QuestionWindows Form allows click events on disable buttons ? Pin
nvngyl17-Sep-08 18:57
nvngyl17-Sep-08 18:57 
AnswerRe: Windows Form allows click events on disable buttons ? Pin
Steve Echols17-Sep-08 19:29
Steve Echols17-Sep-08 19:29 
GeneralRe: Windows Form allows click events on disable buttons ? Pin
nvngyl17-Sep-08 19:55
nvngyl17-Sep-08 19:55 
AnswerRe: Windows Form allows click events on disable buttons ? Pin
N a v a n e e t h17-Sep-08 20:56
N a v a n e e t h17-Sep-08 20:56 
QuestionWin32 Shell Lightweight Utility API (shlwapi.dll) wrapper Pin
Paul Selormey17-Sep-08 18:48
Paul Selormey17-Sep-08 18:48 
AnswerRe: Win32 Shell Lightweight Utility API (shlwapi.dll) wrapper Pin
N a v a n e e t h17-Sep-08 20:58
N a v a n e e t h17-Sep-08 20:58 
GeneralRe: Win32 Shell Lightweight Utility API (shlwapi.dll) wrapper Pin
Paul Selormey17-Sep-08 21:33
Paul Selormey17-Sep-08 21:33 
QuestionNativeMethods is inaccesible due to its protection lavel Pin
amit_8317-Sep-08 18:44
amit_8317-Sep-08 18:44 
QuestionRe: NativeMethods is inaccesible due to its protection lavel Pin
Paul Selormey17-Sep-08 18:51
Paul Selormey17-Sep-08 18:51 
AnswerRe: NativeMethods is inaccesible due to its protection lavel Pin
Igor Velikorossov17-Sep-08 19:29
Igor Velikorossov17-Sep-08 19:29 
QuestionSystem.stackoverflowexception Pin
tauras8117-Sep-08 18:03
tauras8117-Sep-08 18:03 
AnswerRe: System.stackoverflowexception Pin
dybs17-Sep-08 18:13
dybs17-Sep-08 18:13 
GeneralRe: System.stackoverflowexception Pin
tauras8118-Sep-08 2:49
tauras8118-Sep-08 2:49 
QuestionBeginLoadData()????? Pin
Twyce17-Sep-08 17:33
Twyce17-Sep-08 17:33 
AnswerRe: BeginLoadData()????? Pin
Harvey Saayman17-Sep-08 21:03
Harvey Saayman17-Sep-08 21:03 
QuestionPowerPoint Automation Pin
Patrick Kilgore17-Sep-08 12:20
Patrick Kilgore17-Sep-08 12:20 
Hi,

I'm trying to build a dll that makes automated changes to powerpoint presentations. I want to go through each slide and change all instances of an automatically generated date/time to one that I will provide. I'm having trouble finding in in the object model, however. I've gotten all the way to the slide.shape.textframe how can I check to see if what is in the frame is an automatically generated date/time?

I was thinking maybe text fields store a collection of objects taht aren't necessarily text and I could test against a dateAndTime object or something, but it looks like this is not the case.

Any Suggestions?

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.