Click here to Skip to main content
15,893,622 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Converting Between Types Pin
AndrewVos7-May-06 1:21
AndrewVos7-May-06 1:21 
QuestionFREE Material on the .NET Framework Pin
dotnetguide4-May-06 5:04
dotnetguide4-May-06 5:04 
AnswerRe: FREE Material on the .NET Framework Pin
Ravi Bhavnani4-May-06 5:38
professionalRavi Bhavnani4-May-06 5:38 
AnswerRe: FREE Material on the .NET Framework Pin
Dave Kreskowiak4-May-06 6:11
mveDave Kreskowiak4-May-06 6:11 
GeneralRe: FREE Material on the .NET Framework Pin
J4amieC8-May-06 5:26
J4amieC8-May-06 5:26 
GeneralRe: FREE Material on the .NET Framework Pin
D11126-May-06 10:45
D11126-May-06 10:45 
QuestionRead from a file and display as a report Pin
krishna194-May-06 2:18
krishna194-May-06 2:18 
AnswerRe: Read from a file and display as a report Pin
Tim McCurdy5-May-06 2:45
Tim McCurdy5-May-06 2:45 
No, you cannot. However, I have developer a Viewer control which views any file type that the OS can view. This was mostly done by using a webbrowser control and hooking into different events. Now, it IS possible to handle specific events and get the type of object that is being loaded into the browser. Using this, you could write another layer to your code that can handle the multiple versions of MS Office which could stop a user from modifying a Document. For PDFs it doesn't really matter, only about 5% - 10% of employees actually have a full version of Acrobat where they could actually manipulate a PDF.

I cannot go into futher details because my code belongs to my company and I cannot distribute it. But the webbrowser will be your best bet. In .NET 2005, the webbrowser has been fully overhauled to be .NET friendly.
Questiongetting system information Pin
RimiAsh3-May-06 23:41
RimiAsh3-May-06 23:41 
AnswerRe: getting system information Pin
sathish s4-May-06 2:35
sathish s4-May-06 2:35 
AnswerRe: getting system information Pin
A.Gharighi4-May-06 8:46
A.Gharighi4-May-06 8:46 
QuestionCompositeUI -VS- SmartInstitute CodeProject Article? Pin
kennster3-May-06 9:00
kennster3-May-06 9:00 
AnswerRe: CompositeUI -VS- SmartInstitute CodeProject Article? Pin
Tim McCurdy5-May-06 2:51
Tim McCurdy5-May-06 2:51 
QuestionAsynchronous Callbacks Pin
Tim McCurdy3-May-06 7:29
Tim McCurdy3-May-06 7:29 
AnswerRe: Asynchronous Callbacks Pin
Josh Smith4-May-06 8:21
Josh Smith4-May-06 8:21 
QuestionKernel32 error in opening oledb connection Pin
projectcode13-May-06 6:29
projectcode13-May-06 6:29 
AnswerRe: Kernel32 error in opening oledb connection Pin
mr_123453-May-06 6:37
mr_123453-May-06 6:37 
GeneralRe: Kernel32 error in opening oledb connection Pin
projectcode13-May-06 7:05
projectcode13-May-06 7:05 
QuestionRe: Kernel32 error in opening oledb connection Pin
mr_123453-May-06 9:23
mr_123453-May-06 9:23 
AnswerRe: Kernel32 error in opening oledb connection Pin
projectcode13-May-06 10:05
projectcode13-May-06 10:05 
Question.Net 2.0 Security Pin
mlauahi2-May-06 5:15
mlauahi2-May-06 5:15 
AnswerRe: .Net 2.0 Security Pin
DotNetDominator3-May-06 5:29
DotNetDominator3-May-06 5:29 
GeneralRe: .Net 2.0 Security Pin
mlauahi4-May-06 10:39
mlauahi4-May-06 10:39 
GeneralRe: .Net 2.0 Security Pin
DotNetDominator4-May-06 20:30
DotNetDominator4-May-06 20:30 
QuestionSQL Reporting Services Pin
ckruger2-May-06 0:08
ckruger2-May-06 0:08 

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.