blah blah blah is here! blah blah » Close

0
votes
1 answers

Programatically add user controls to toolbox(VS2008)

Hi, I want to create a setup project such that I can programatically install my user controls to the toolbox. I tried the following code: System.Type t = System.Type.GetTypeFromProgID("VisualStudio.DTE.9.0"); ...

0
votes
1 answers

RSS feed-Smart device applications

Hi, I want to develop a windows mobile application wherein I need to subscribe to the RSS URL and then download the feeds.I am able to do this...further the requirement is that the user needs to be notified incase if new feed is available ...

0
votes
1 answers

Dynqmically load the dll and get them added to the References in Solution Explorer

Hi , I am in a need to load the dll's dynamically and get them added to the References of Solution Explorer in the application(VS 2008,c#) based on user's selection.How can I proceed with this requirement. Any pointers to this would be of ...

0
votes
1 answers

Error:HRESULT E_FAIL has been returned from a call to a COM component

Hi All, I am facing an error in VS2008 application.Basically I am trying to install a plugin in my system. Error:HRESULT E_FAIL has been returned from a call to a COM component Scenario goes like this: I have Custom project template whic ...

0
votes
1 answers

Custom map creation

Hi I am working on device application wherein i need to create maps for my organisation displaying the food courts. Can i do these using shape files (i.e can i write shape fiels,if so how?) which can be then loaded in mobile devices using ...

Feedback