User Profile

Collapse

Profile Sidebar

Collapse
NehaDas
NehaDas
Last Activity: Aug 20 '09, 11:55 AM
Joined: Jan 21 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NehaDas
    started a topic Adding a new MIMEType
    in IIS

    Adding a new MIMEType

    Hello der !

    at my wits end and cant figure out what is the problem..
    my task is to programmaticall y configure IIS , part of which is to add MIMETypes...
    after googling for a like a million years , found very little help with regard to this topic..finally managed to write some code but there seems to be some strange error..
    following is the function..
    Code:
    long CWinWebAppController::CreateMimeType(/*[in]*/ const
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 8 '09, 03:39 PM. Reason: Added code tags. Please post code in [code] [/code] tags.

  • NehaDas
    NehaDas posted a Visitor Message for weaknessforcats
    having said that i wanted to know
    wht L stands for?
    BSTR bstrvar=L"Test" ;
    See more | Go to post

  • NehaDas
    NehaDas posted a Visitor Message for weaknessforcats
    Ok i just dont seem to find the link to post a new thread ? can u please tell me how to find that ?
    See more | Go to post

  • NehaDas
    started a topic Urgent : COM+ Administration using C++
    in C

    Urgent : COM+ Administration using C++

    Hello Folks .
    I have a very straightforward assignment of conevrting some VB code to C++ .
    The VB code deals with COM+ , creating n adding COM applications using COMAdmin , COMAdminCollect ion n COMAdminObject . Now MSDN has a very basic exmaple in VB . Cna anyoen please give me the same in C++ . How do i get the reference of the COMAdmin .dll in the C++ proj . Iam using VS 2005 .
    This is the vB code snippet :
    To use this...
    See more | Go to post

  • NehaDas
    replied to Chat Application Using .NET C# Remoting
    i understand wht he is saying ...n i have even tried it already , but still it hangs ..
    the thing is upon receiving an event , i need to get the value of the control on the main thread (using begin invoke) n display it ....now i cant display until i get the results back from teh asynch call....so any ways its same as invoke wherein i have to wait for the result to ven proceed further .
    I thik dis is one of the basic problems neone...
    See more | Go to post

    Leave a comment:


  • NehaDas
    replied to Chat Application Using .NET C# Remoting
    OK the latest i have in hand is this ,
    The evnt handler code is started on a different thread than the main UI thread , n when iam trying to access the UI controls on this thread , it hangs since UI controls can be accessed only on main thread .
    For this , i tried using invoke using a delegate which calls a method which in retun accesses the control value. BUt alas , now the code hangs at the invoke statement itself....
    //this...
    See more | Go to post

    Leave a comment:


  • NehaDas
    NehaDas posted a Visitor Message for vekipeki
    Hi VekiPeki ,
    Thanks for answering my prev posts. Could you please help with the latest as well?
    See more | Go to post

  • NehaDas
    replied to Chat Application Using .NET C# Remoting
    HI , thanks for the link ,
    but i took a slight detour from the orginal plan . Instead of goin for something as complex as a chat program , i wanted to try out something simple.
    To test remoting , i just created chat , server n remote object and tried accessing remote object methods from teh client which worked fine . Then i wanted to implement the same using events . For this , i created a delegate n an event in remote object , for...
    See more | Go to post

    Leave a comment:


  • NehaDas
    replied to Chat Application Using .NET C# Remoting
    Hi ,
    Hmm yes i did find one sample example . I went thru teh code as well .However i have one concern . Inremtoing they say there are 2 modes , SingleCall n SinglTon mode for handling the remote objects (whether different instance or same instance is used per client). Iam not too clear with this.
    In the Chat application that i mentioned , i have a server and client . Both are winforms . Upon starting server , the form is loaded which...
    See more | Go to post

    Leave a comment:


  • NehaDas
    started a topic Chat Application Using .NET C# Remoting

    Chat Application Using .NET C# Remoting

    Hi , Could someone let me know how to start with the building a chat client server application . I have tried the basic remoting sample wherein the client contacts the server n gets a response . I wanted to proceed towards building a chat application . I need help with what should the client do , example what would be the remote object here and how is it manipulated ? what would the client n server code deal with ?
    Thanking in advance ! :...
    See more | Go to post

  • NehaDas
    started a topic Getting scroll bars in RichTextBox

    Getting scroll bars in RichTextBox

    Hello Everyone !
    Iam relatively new to .NET C# and m still in the process of exploring various options. Any help with regard to this query will be highly appreciated ...
    Iam working on an application that somewhat is similar to outlook .
    It will have a list of messages received on top and a reading pane below displaying the message selected by user.
    The problem is as follows :
    The screen is structured in the form...
    See more | Go to post
No activity results to display
Show More
Working...