Click here to Skip to main content
15,918,976 members
Home / Discussions / C#
   

C#

 
GeneralRe: debugging managed code and native code together Pin
Abhijit Jana18-Jan-09 1:39
professionalAbhijit Jana18-Jan-09 1:39 
GeneralRe: debugging managed code and native code together Pin
George_George18-Jan-09 1:58
George_George18-Jan-09 1:58 
AnswerRe: debugging managed code and native code together Pin
Alan Balkany19-Jan-09 3:52
Alan Balkany19-Jan-09 3:52 
GeneralRe: debugging managed code and native code together Pin
George_George19-Jan-09 19:14
George_George19-Jan-09 19:14 
GeneralRe: debugging managed code and native code together Pin
Alan Balkany20-Jan-09 3:29
Alan Balkany20-Jan-09 3:29 
GeneralRe: debugging managed code and native code together Pin
George_George4-Feb-09 22:40
George_George4-Feb-09 22:40 
AnswerRe: debugging managed code and native code together Pin
Hamid_RT22-Jan-09 23:27
Hamid_RT22-Jan-09 23:27 
GeneralRe: debugging managed code and native code together Pin
George_George4-Feb-09 22:41
George_George4-Feb-09 22:41 
QuestionPrevent un-authorised access to files. Pin
Karmendra Suthar17-Jan-09 21:50
Karmendra Suthar17-Jan-09 21:50 
AnswerRe: Prevent un-authorised access to files. Pin
«_Superman_»17-Jan-09 21:58
professional«_Superman_»17-Jan-09 21:58 
GeneralRe: Prevent un-authorised access to files. Pin
Karmendra Suthar17-Jan-09 22:17
Karmendra Suthar17-Jan-09 22:17 
AnswerRe: Prevent un-authorised access to files. Pin
Wendelius17-Jan-09 22:01
mentorWendelius17-Jan-09 22:01 
GeneralRe: Prevent un-authorised access to files. Pin
Karmendra Suthar17-Jan-09 22:37
Karmendra Suthar17-Jan-09 22:37 
GeneralRe: Prevent un-authorised access to files. Pin
Wendelius17-Jan-09 22:50
mentorWendelius17-Jan-09 22:50 
I think that the problem is that your web browser shows the document based on URL. So in my understanding you must point the url to a valid location where the html is located. Now where ever you store the html, I think it needs to be in a file, in clear format the moment the browser accesses it.

If you embed it, you could write a temporary file and get the contents using GetFile method in Assembly class. After the help is closed, you would remove the remporarty file. The file itself is included in the project using Add Existing item in Project Explorer.

The need to optimize rises from a bad design.My articles[^]

AnswerRe: Prevent un-authorised access to files. Pin
WritinCode18-Jan-09 0:06
WritinCode18-Jan-09 0:06 
AnswerRe: Prevent un-authorised access to files. Pin
DaveyM6918-Jan-09 1:20
professionalDaveyM6918-Jan-09 1:20 
GeneralRe: Prevent un-authorised access to files. Pin
Karmendra Suthar18-Jan-09 22:08
Karmendra Suthar18-Jan-09 22:08 
AnswerRe: Prevent un-authorised access to files. [modified] Pin
Luc Pattyn18-Jan-09 7:24
sitebuilderLuc Pattyn18-Jan-09 7:24 
GeneralRe: Prevent un-authorised access to files. Pin
Karmendra Suthar18-Jan-09 22:04
Karmendra Suthar18-Jan-09 22:04 
AnswerRe: Prevent un-authorised access to files. [modified] Pin
Luc Pattyn18-Jan-09 22:10
sitebuilderLuc Pattyn18-Jan-09 22:10 
Questionproviding sql database with you're application install for customer side Pin
spiritboy17-Jan-09 21:14
spiritboy17-Jan-09 21:14 
AnswerRe: providing sql database with you're application install for customer side Pin
Wendelius17-Jan-09 21:55
mentorWendelius17-Jan-09 21:55 
GeneralRe: providing sql database with you're application install for customer side Pin
spiritboy17-Jan-09 22:07
spiritboy17-Jan-09 22:07 
GeneralRe: providing sql database with you're application install for customer side Pin
Wendelius17-Jan-09 22:16
mentorWendelius17-Jan-09 22:16 
AnswerRe: providing sql database with you're application install for customer side Pin
WritinCode18-Jan-09 0:14
WritinCode18-Jan-09 0:14 

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.