EJUNLIU's Q&A profile
Windows Forms Regasm Generated tlb file without listing exposed functions.
Hi All, I need a help… I am trying to use interop to access .Net component in my C++ application. I am trying to create a TLB file from an assembly that was created with VisualStudio 2005. I have used [ClassInterface(ClassInterfaceType.AutoDual)] to expose the interface. When I run "Regasm" on this assembly I get a tlb file but Interface is empty and none of the public methods gets exposed. I don’t know what I am doing wrong here or there is ...Show All
Visual Studio Express Editions Can I Safely Install Visual C# Express if I have ...
Hi, I was wondering if I can I Safely Install Visual C# Express if I currently already have an important application that uses dotnet 1.1 My priority is to not interfere with the stability of this application that I use daily. Thanks, Steve Yes you can. When you start a .NET application the system tries to run it with the version of the framework it was built for, so if you still have 1.1 installed then it wil ...Show All
SQL Server SQL server 2005 reportmanager not accessable, reportserver is working fine ??
SQL server 2005 reportmanager not accessable, reportserver is working fine does anabody kwows the solution, to fix this More information please: What URL are you typing in to access Report Manager Is Report Manager hosted on your local computer or another computer Are you being patient The first time you load a page it takes a while. ...Show All
Smart Device Development capture event key when a webBrowser is on a form
Hello, I develop on vb.net with compact framework 2.0. I set the KeyPreview of the form to true and capture all key events, UNTIL I put a webbrowser on the form ! Then i can't capture the event of the key, in particular action key .... Thank's for your help, stephan We are looking into this issue as a bug in the .NET Compact Framework David Wrighton .NET Compact Framework ...Show All
Windows Live Developer Forums Check out the Windows Live Messenger Application Gadget
Be one of the first to try out the new Windows Live Messenger gadget on Live.com! The gadget is so new, it's not in the application catalog yet. But you can load it using this URL. http://www.live.com/gadgets/MSNAppCatalog/MSNAppCatalog.xml The gadget puts an auto-updating window on your Live.com page that constantly updates to show a list of all the Bots and Activities available for Windows Live and MSN Messenger. You must be runnin ...Show All
Windows Forms Guest user
Hey all, I am getting exceptions when using a Guest user about temporary profile. Is it possible to use Guest user with ClickOnce Thanks. Hey, I have written a form application and I am writing to write to a registry key under HKLM\Software. The question is that if I am running in full trust does it give me the privilege to write to HKLM, even if I am running as Guest or Normal user Thanks. ...Show All
Windows Forms controlling color of datagrid cells at run time
Hi, I have a datagrid that is bound to a dataset which contains excel sheet data. I have got 8 columns in my datagrid and all of them except one has strings values, one column has numeric value in it. I want create coloring scheme, such&n ...Show All
Visual Studio Team System code coverage "off road"
I've tried using the sample from http://blogs.msdn.com/ms_joc/articles/406608.aspx to get the off-road experience of code coverage. However, when I run the tests on my instrumented binary, I'm getting the coverage results for the test project instead of my instrumented binary. Am I missing something here! Can you send me information about TS-ing into your machine via email to munjald@microsoft.com I am pretty sure the problem is ver ...Show All
Visual Basic Server Explorer - SQL Servers VS 2005 Beta 2
In VS2003 Pro in the Server Explorer I have: Servers Computername Crystal Services Event Logs Management Classes Management Events Message Queues Performance Counters Services &nb ...Show All
Windows Forms using datasets...
Hi, I'm trying to create a program, in c#, to handle (insert, update, delete...) a BIG access database, for which the structure I do not know in advance. What is the best way to do this I thought of datasets, but how do I load the&nb ...Show All
Visual Studio Express Editions Problem with searching XmlDocument
Hallo! I have a XmlDocument "neuesXMLdok". With the following command I select one single Node: XmlNode nodeOWN = neuesXMLdok.SelectSingleNode("/GAEB/Award/OWN"); This results in the following XML: <OWN> <Address> <Name1>XY</Name1> <Name2>ZZ</Name2> </Address> </OWN> Now, I want to select node "Name1" and put the value into a variable. So, I did the following: Xm ...Show All
Windows Forms Easily disable tabs in TabControl
ie. tabControl.TabPages[1].Enabled = false; Easily done like this: private void tabControl1_SelectedIndexChanged(object sender, System.EventArgs e) { switch ((sender as TabControl).SelectedIndex) { case 0: { if (((sender ...Show All
.NET Development An economical way of filling a listbox?
An economical way of filling a listbox I fill an authors listbox using the table adapter. It's one thing with a lookup table with 30 or so rows, but I have hundreds of authors. Above the listbox the user has a choice of adding another author(s). When that form closes the AddAuthors button refills the table adapter. Is there a more economical way of doing this I don't need to move among the authors or delete them. I have ...Show All
Visual Studio VSS Internet option issue
OS: Winodws 2003 SP1 VSS: RC 1 I've tried to enable internet access to a VSS database on two machines. The configuration appears successful, I don't get any errors but and in bothe cases I get the following error when I visit: http://localhost/sourcesafe/VssService.asmx Any one has any idea what the issue is Thanks! Server Error in '/SourceSafe' Application. Hey Gary, Try Alin's suggestion here: http://forums.microsoft.com/msdn/Show ...Show All
Visual Studio Create a DB Connect for a crystal report data fields
Hi everybody, I never tried to create a db connection to a sql located other than local pc, how can you create a connection to a remote sql database to be used in creating a Crystal report data fields (*.rpt) Say, the remote location name is Ms-server(192.1.1.50). The database name say is "Emit". In Ole Db provider dialog, Select: Microsoft OLE DB Provider for SQL Server In Ole Db (ADO): Connection Information, enter Server: Ms-server\Emit Use ...Show All
