troy123's Q&A profile
Windows Forms Hide certain standard control's properties from designer
Hi, I created a custom control which inherited from Forms.Button. There's no problems to create & expose custom properties but... I cant find anyway to hide the standard Button's properties... Note that I'm using J# Thanks override the property, apply the Browsable(false) attribute. . . call the base property to access it. this is c#, but the approach should be the same: public partial class ...Show All
Visual C++ About:『Multimedia Timer』 Problem
I know a function ,SetTimer() ,can do the same job with Multimedia Timer. But SetTimer() is low prioioty and not accurate enough that I want. So, i choose Multimedia Timer . I readed the usage of Multimedia Timer in the MSDN. And then i use it in my code. No double,some error occur,and i don not know how to resolve it. Problem is on : UINT TimerID = timeSetEvent(100, 0, (LPTIMECALLBACK)TimerProc, 0,TIME_PERIODIC | TIME_CALLBACK_FUNCTION); ...Show All
Windows Live Developer Forums Add emoticons from a weblink
Hi experts, I am trying to use the Activity feature to show an emoticons panel using the MSGRP2P.xml file to point to a local HTML file containing the emoticons gallery. My question is ... is it possible to create a link for each image on the HTML page so when clicked the GIF is added as emoticon in the chat window I'm thinking about something like ... <a href=BLOCKED SCRIPT[CODEHERE]><img src=emoticon1.gif></img>&l ...Show All
Visual Studio Team System Team build - 'enlistment is empty'
I have two team projects defined, and I've previously created a team build for one of them. Now, when I try to create a new team build in either team project I get a diaglog that says "Enlistment is empty. The workspace " server " does not have any working folder mappings (where server is replaced with the name of my TFS server). One oddity that I note - in the source controll explorer, the "workspace" is named the same as the client machi ...Show All
Visual Studio 2008 (Pre-release) soap security negotiation failed
I have a service with no security, atleast i didn't configure any. When I try to call it from another machine it throws an exception saying thta soap security negotiation failed. It works fine when the client is on my development machine but not when it is on other machines. Any ideas Steve All the pre-defined bindings except for basicHttp default to enabling security. So you you didn't make any changes, you're problably using security ...Show All
Smart Device Development CToolbar images not visible, but the toolbar is working
I'm migrating my PPC2003 to Visual Studio 2005, and I have a problem with CCommandBar. My old code used CCeCommandBar.InsertToolBar() and CCeCommandBar.InsertMenuBar() to initialize the commanbar, and then later I would change the menubar and toolbar by calling InsertToolBar() and InsertMenuBar with other resourses. After migrating my application, the toolbars gets loaded, but the bitmaps on it are not visible. Can anyone tell me what is wrong, ...Show All
SQL Server Error in Registering Instance using Management Studio
Hi, When I register instance --StockBroker, there is an error in the second step: installing Windows Service. The error message is: Required information could not be retrieved from the registry. This usually indicates a problem with setup, configuration, or security. (Microsoft.SqlServer.NotificationServices) My setup testing was successful, and I used a domain account(admin) with the domain name. What could be the problem please ...Show All
Visual Studio Team System How can I test info between tags?
Hi, when I do web testing with it. there are some problems I faced. 1, if I test one string: i.e. "MSN Space". in page title, but there are same keywords in page content. How can I specify the strings I want exactly 2. Also, how can I check the strings between tags like: <TITLE id="titMain">Test one day</TITLE> I can use 'ADD Validation Rule --> Find attribute value', which can verify the ...Show All
Visual C++ Owner Draw Listbox problem
Hi All, I have an owner drawn list box. i have disabled its scrollbars and im drawing a custom one. since there is no scrollbar, when im calling GetScrollPos(), it is returning 0 always. how i can solve this issue regards, sarath Usually the system sends SBM_GETPOS windows with standard scrollbar when GetScrollPos is called. So you can overwrite the behaviour by handling this message. ...Show All
Visual Studio 2008 (Pre-release) ListView
Hi, I would like to know how to get different views with the ListView control. I know to get the a details view you set the ListView.View = GridView. How do I get the small/large icons view How many views are by default available Thank you, Jaco I don't know what default views are available. But you can use DataTemplates to make what ever kind you would want. Best regards, Thomas S. Andersen ...Show All
Windows Forms How do you use HIDDEN HTML INPUT in WinForms?
Hi, I want to make a link to a site of mine that takes hidden input parameters. Does anyone know if this can be done Thanks for any help! :) Oh sure! Yeah that's what I used, the only problem is I couldn't find ou ...Show All
Windows Forms C# question
What's the equivalent of the below in C#: Private WithEvents MDIControl As MdiClient Thanks Hopefully nobody would write that line of code in .Net... they'd add a reference to ADODB and use: Dim abc As New ADODB.Recordset or Dim abc As ADODB.Rec ...Show All
Visual Studio Express Editions Add-in for IDE
Hello! Visual C++ Express Edition supports Add-in for IDE Thank you. No: http://msdn.microsoft.com/vstudio/products/compare/default.aspx Extensibility: Add external tools to the menu only. Use 3rd party controls. ...Show All
Visual Studio My own task won't work.
I've made a task but when I try and use it I get the following errors: warning MSB4062: The "MWH.Common.MSBuild.Tasks.SourceSafe.Get" task could not be loaded from the assembly MWH.Common.MSBuild.Tasks, Version 1.0.0.0, Culture=neutral, PublicKeyToken=02d410f519fd6098. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) Confirm that the <UsingTask> declaration is correct, and that the assembly and all its ...Show All
.NET Development Problems with Resource
Hello, I want to test the new resource-feature, so I created a resx-file with some values. Now I compile it with resgen and get following .dll: Visual Studio 2005\Projects\Ressource\Ressource\bin\Debug\de-DE\Ressource.resources.dll I want to read a value to a console with following code: System.Threading.Thread.CurrentThread.CurrentUICulture = New System.Globalization.CultureInfo( "de-DE" ) Dim rm As New Resources.Resource ...Show All
