Software Development Network Logo
  • Visual C#
  • Visual C++
  • Architecture
  • Microsoft ISV
  • Windows Vista
  • Visual Studio
  • Windows Forms
  • SQL Server
  • .NET Development
  • Visual Basic
  • Game Technologies
  • VS Express Editions
  • Visual FoxPro
  • VS Team System
  • Windows Live

Software Development Network >> optyler's Q&A profile

optyler

Member List

iloveny
mbackxp
Carlos Tortajada
Thomas2054
JasonD
Hoqenishy
AlexanderGross
ramsarvan
burrowsUW
Dheerendra
beezleinc
Andris Ažēns
grossi
carbo
Jeff.aspx
jchan
tamzyn
etaylor
ajay4074
Brett G
Only Title

optyler's Q&A profile

  • Visual C# Problem starting applications based on Skype Starter Kit for C#

    Hi All, I downloaded the Skype Starter Kit, I added the reference to the SharpLogic.Skype library and when the application starts I got this exception: "Could not load file or assembly 'SharpLogic.Skype, Version=1.0.2299.29912, Culture=neutral, PublicKeyToken=null' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)" I'm using VS2005 and Skype 2.0 Can anyone help me please Regards Paolo Hi Ed Thanks for the tip, I had the same problem and after ...Show All

  • Windows Forms Create property Datasource,DisplayMember,ValueMember same Combobox Control

    Please help me create property Datasource,DisplayMember,ValueMember same ComboBox form my control. Please help me! If I understand you right... you’ve got a User Control that contains a ComboBox and you want to be able to set the DataSource, DisplayMember and ValueMember properties on the UserControl and have them affect the ComboBox... is that correct If so... you can simply use the following, just make sure to rename the ComboBox name in this code to match the one in yours:         public object DataSource         {      &nbs ...Show All

  • Windows Forms ListView Dialog

    I have a dialog form with a single listview box on it. When an item is selected, I want to return the result to the parent form that called it. Then, I want to close the dialog form. Can someone give me a VB hint on this one Why I was trying to set the property in the child form, I just dunno!  :}   ...Show All

  • .NET Development embedding a windows form control into a web page

    Hi guys, I am not sure if this is the right newsgroup to post this in, please direct me if not :-) <snip> I am embedding a windows form control into a web page using the following html tag: <object id="myControl1" name="myControl1" classid=" http://localhost/bin/ActiveXDotNet.dll#ActiveXDotNet.myControl "> The control loads correctly in the webpage and exposed methods are accessible via javascript. The problem comes with drag and drop functionality. When the control is in a normal windows form dragging works to and from the control. However, when it is in a web page data may be dragged onto the con ...Show All

  • Windows Forms ClickOnce - Internet zone

    I have developed an application which requires full trust but I am also interested to make a stripped-down version of it which will run in Internet zone (without elevating the permissions or adding the site to Trusted sites). From what I have read, the UIPermission for this zone is SafeSubWindows - this means I am restricted to design the application as a control embbeded in a HTML page  If yes, how is it possible to run the application in offline mode (how can be launched from the start menu without network connectivity if the application is displayed in the browser ) Or is the Internet zone is restricted to online mode ...Show All

  • .NET Development How to call a web service without adding a web reference...

    Hi Guys, Hopefully this is a fairly simple one... I need to call a web service from a c# class without actually added a web reference to the project. Obviously I need to handcraft some HttpRequests and interpret the responses manually, just want to know the best way to achieve this. Is there any base class in the framework that'll have a URL property and a method such as CallWebMethod(methodName, param object[] parameters) Did do a search, but couldn't find anything that was quite what I wanted to achieve. Thanks in advance, Simon. Ok, I've got the base class I was talking about! I have this ...Show All

  • Visual Studio Team System Unable to call a target from overidden CoreCompile

    Hi, I would like to perform a specific target just before each solution is compiled. Unfortunatly, team build performs a build including all solution in an atomic MSBuild call. To correct this behavior, I tought I could overide the default CoreCompile with my own version, in order to call a private target just before each solution is built. However, I can't get CoreCompile to call my target. Wondering what is wrong, I tried overloading CoreClean... and it worked beautifully! Questions: 1. Is there anything special about CoreCompile 2. What is the purpose of the constant _TEAM_BUILD_ defined just before CoreCompile 3. Is the ...Show All

  • Windows Forms Disable the X

    Is there anyway that i can disable the X close button but i still want to have maximize and minimize. I just want X to be either gone or X to be grayed out so it can't be used. hi, I tried out this coding. but i am getting this error. 'User.CreateParams': no suitable method found to override Can u suggest some solution for this. Thanks.. ...Show All

  • Visual C# MS VISUAL STUDIO .NET 2005

    Hi, I would like to know if i could create a piece of software like "Who wants to be a millionaire", dvd game of my own with visual studio .net 2005   Thanks James No, you can't.  "Who wants to be a millionaire" is a trademarked brand.  To create any game which resembles that TV concept, you need to negotiate for a license from the show production company. ...Show All

  • Visual C++ How do I get font width and height in pixels ?

    Hi ,             I want to draw text inside a bounding rect.Therefore I want to change the font size to fit the rect. I am trying to find a way to calculate the text width and height, knowing it's font.               Why do different fonts with the same size have different height   Thanks, Udi Raz Hi Harold, Thanks for your help, I may still don't understand. Please allow me to explain myself. At first, I need to know the font heigh ...Show All

  • Visual Studio Team System Differente with load agente and load tests?

    Hello on MSDN downloads there appears another product as standalone WHat does it do what are the differences wit th teahm system for testers Tks The Team Test Load Agent SKU is used for executing a test on distributed set of machines. This sku contains 2 installs: a Controller and Agent. The controller will control one to many different agents. This allows you to submit your tests to the controller and the controller can send to the test to any one of the agents. If you are submitting a load test to the controller the load for the load test will be distributed across each of the agents connected to the controller. So if you have a ...Show All

  • Visual Studio Express Editions beta2, new personal web starter

    downloaded latest team system beta 2 today, created new personal web starter project, when i attempt to create an administrator account here: http://localhost:1689/asp.netwebadminfiles/security/users/addUser.aspx no mater what i type, it continues to say "please enter a different password".  you are instructed to create an admin account for your personal web site by the new starter project.  ideas I found this blog about changing the password complexity settings. Havn't tried it yet though. http://weblogs.asp.net/owscott/archive/2005/05/11/406550.aspx ...Show All

  • SQL Server Collapsible columns

    Hi Guys, I created a report with collapsible columns with toggles on the column names. When I preview the report, the toggles work fine but when I export the report to excel, the toggles are not exported. Is there a way for the toggles to be included in excel Thanks, Destry ...Show All

  • Visual Studio Team System Any possibility to create project from a DB, and then commit changes to Schema Objects

    Hello everybody, perhaps a silly question, but there's a way to create a Database Project from an existing DB (e.g. Northwind :)), adding Schema Objects, and then "commit" them to the DB If so, IMHO it should be added to creation wizard. If not, there's a "quick" way to create a Schema Object (e.g. a stored procedure), and insert it in a target DB OK, as not said.... :) http://blogs.msdn.com/camerons/ ...Show All

  • Software Development for Windows Vista Form Features

    XPS sounds like a great alternative to "other products" like PDF. Does anyone know if XPS will have any form capabilities. For instance, would I be able to print a form (like a contract) to XPS and then add fields on it to gather data The advantage over an "application" or web page is that the XPS document would like exactly like the paper version. There are no forms features planned for V1 of XPS. Regards, -Jesse McGatha XPS Program Manager ...Show All

©2008 Software Development Network