Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
QuestionHow To Convert IHTMLElement to IHTMLElementRender Pin
prochf4-Oct-05 22:04
prochf4-Oct-05 22:04 
QuestionNeed a recursive logic Pin
Chetan Ranpariya4-Oct-05 21:34
Chetan Ranpariya4-Oct-05 21:34 
QuestionProcess terminating event Pin
Prashant Gadhave4-Oct-05 21:31
Prashant Gadhave4-Oct-05 21:31 
AnswerRe: Process terminating event Pin
Stefan Troschuetz4-Oct-05 21:55
Stefan Troschuetz4-Oct-05 21:55 
QuestionAsynchronous Callback Pin
Member 22045224-Oct-05 20:53
Member 22045224-Oct-05 20:53 
AnswerRe: Asynchronous Callback Pin
Stefan Troschuetz4-Oct-05 22:14
Stefan Troschuetz4-Oct-05 22:14 
AnswerRe: Asynchronous Callback Pin
S. Senthil Kumar5-Oct-05 1:25
S. Senthil Kumar5-Oct-05 1:25 
QuestionSome problem regarding access permission Pin
akshayswaroop4-Oct-05 19:32
akshayswaroop4-Oct-05 19:32 
Hi!
I am having a typical problem ,I am using management classes to get the path for shared folders and files of the system.The code is working fine for console and winforms,but it is not working for web applications.I have tried giving admin rights to aspnet account,but the problem remains there.Please help

ManagementObjectSearcher searcher1=null;
searcher1=new ManagementObjectSearcher("SELECT * FROM Win32_Share");
try
{
foreach(ManagementObject share in searcher1.Get())
{
s=share["Path"].ToString();//for asp.net pages giving null obj ref exception

}
QuestionPlaying dat files through C# code Pin
Prashant Gadhave4-Oct-05 18:56
Prashant Gadhave4-Oct-05 18:56 
AnswerRe: Playing dat files through C# code Pin
leppie4-Oct-05 20:47
leppie4-Oct-05 20:47 
QuestionCreating a xaml project with visual c# Pin
TssPrasad4-Oct-05 18:53
sussTssPrasad4-Oct-05 18:53 
QuestionRe: Creating a xaml project with visual c# Pin
David Stone4-Oct-05 20:51
sitebuilderDavid Stone4-Oct-05 20:51 
QuestionCellChangedDataEvent Pin
RoboIchi4-Oct-05 18:32
RoboIchi4-Oct-05 18:32 
Question2 server Pin
aarontan4-Oct-05 18:27
aarontan4-Oct-05 18:27 
AnswerRe: 2 server Pin
ehuysamer4-Oct-05 22:36
ehuysamer4-Oct-05 22:36 
GeneralRe: 2 server Pin
Anonymous4-Oct-05 23:39
Anonymous4-Oct-05 23:39 
GeneralRe: 2 server Pin
ehuysamer5-Oct-05 9:24
ehuysamer5-Oct-05 9:24 
GeneralRe: 2 server Pin
aarontan5-Oct-05 17:26
aarontan5-Oct-05 17:26 
Questionsystem tray Pin
shashank veerkar4-Oct-05 18:21
shashank veerkar4-Oct-05 18:21 
AnswerRe: system tray Pin
Member 23314964-Oct-05 22:12
Member 23314964-Oct-05 22:12 
AnswerRe: system tray Pin
enjoycrack5-Oct-05 14:41
enjoycrack5-Oct-05 14:41 
QuestionDraw Pin
Tran Ngoc Minh4-Oct-05 17:52
Tran Ngoc Minh4-Oct-05 17:52 
AnswerRe: Draw Pin
enjoycrack5-Oct-05 14:35
enjoycrack5-Oct-05 14:35 
QuestionUsing OLE Object Pin
Sarat Gollapudi4-Oct-05 17:44
Sarat Gollapudi4-Oct-05 17:44 
QuestionOpen Excel Project Pin
azusakt4-Oct-05 17:14
azusakt4-Oct-05 17: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.