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

Software Development Network >> RyanE - Windows SDK Docs's Q&A profile

RyanE - Windows SDK Docs

Member List

Vasco Veiga - MSFT
jessj
Rolf0324
Nathani
Arnar Vilhjalmsson
Riki0410
mmtbb
Tom Nunamaker
SubratGaur
Javicho_
J. Zhang
ProNovice
VIJAYMODI_81
Lovelina
RyanBay
Oliver
Dev2808
Pedro Coelho
Hyresse
Vikas Maderna
Only Title

RyanE - Windows SDK Docs's Q&A profile

  • Visual C++ In my program I have #include <GL/glut.h> like this,but when compiling my program,it have error "can not open file GL/glut.h

    In my program I have #include <GL/glut.h> like this,but when compiling my program,it have error "can not open file GL/glut.h" Thank you for your answer. Seams that you have a code that uses the glut library (what ever this is). I just used google and found this link. http://www.xmission.com/~nate/glut.html ...Show All

  • Visual Studio Can Visual Studio DSL Designers be hosted?

    I would like to write a DSL designer that is hosted within my application. My application needs to: 1) Allow the user to manipulate a graphical model that is similar in spirit to a class diagram. 2) Persist the model in some form so that my application can then act upon the model. I have no need for further integration into the Visual Studio environment (e.g. code spit, project integration, etc). Ideally I would place the DSL designer in an ...Show All

  • Visual Studio Express Editions Visual C# Express 2005 - Activation Key - Page cannot be displayed

    Hello, I've got a problem. I downloaded the visual c# express edition and tried to register for an activation key, but it tells me that the page cannot be displayed . So what can I do to get an activation key, since I want to use this product a bit longer than 30 days (27 - still counting).... The reason that this happend was a strong configured firewall - so the solution is to lower the security level of your fi ...Show All

  • Visual Studio Team System Which version for Business Analysts and Project Managers?

    I'm leading an effort at my company to review VSTS to determine if it is a right fit. We are using the Beta 3 evaluation and so far it is a great product. The thing I can not figure out is which version do people in the role of Business Analysts and Project Managers use Their main usage would be to interact with reports and work items. Any suggestions The best fit for them is probably to use no version of VSTS ...Show All

  • Visual C# IDE Deletes my code

    Hi, While using the Visual C# IDE to build a somewhat complex form (about 60-65 controls), I added a SplitContainer control to manage the layout of some of my controls.  After a couple of minutes of playing around with the properties of the SplitContainer, the IDE deleted all of my code from the form - ALL of it !  Fortunately, I was able to pull a copy off a backup drive.  I restarted the IDE and started making some ...Show All

  • .NET Development Show/Hide Placeholder in JavaScript

    Hi, I have a Placeholder with a calender control in it. When you click on a button im calling som javascript: (In the button property OnClientClick is advancedSearch_Click()) function advancedSearch_Click(){ var theElement = document.getElementById( "myPlaceholder" ); alert("HI"); if (theElement.visible == false) { theElement.visible = true; } else { theElement.visible = true; } alert(& ...Show All

  • .NET Development Enabling my disable menuItems

    I have an Mdi parent form called home which has other child forms.  My parent form on form_load disables all the menuItems on it except the file menuItem. The file menuItem has login as one of the items. When you click login submenuItem it shows a new login child form t.  The login form has a button called login.  The click of the login button  should fire an event that will enable all the disabled menuItems on the paren ...Show All

  • .NET Development List of pointers to XML nodes

    Hi,   I have an XML file which its content can't be altered as a source. My solution should be able to produce some kind of pointers (in a seperate file) to specific nodes (or even attributes\values) in the source XML file.   The source file contains many different namespaces (along with defaults).   The output file later will need to be processed and rewrite sections of the XML source file by using the pointers ...   ...Show All

  • Windows Forms Hide a window of an external application

    I want my WinForm to be able to hide an external window of another application using the Title of the window to identify it. For example, how do I hide the window of Internet Explorer through my WinForm ... Not close but hide it! Solutions  ...Show All

  • Visual FoxPro memo field

    I am new to foxpro and have a few questions so i will post them seperatly. I have a grid in a form that has a memo field.  Since i have hidden the main foxpro window in my program i cannot view the memo field.  what do i need to do so that i can view this field again   Will that be taken care of when i create my own window   I have posted another about creating a window with frames. thanks ...Show All

  • Visual Studio Team System How to check acronyms in FxCop

    Hi, How to check acronyms in FxCop Rule Regards, Kailash I'm not sure what you're looking for here. The literal answer to your question is that you should be examining the Name property of members, if you'd like to examine them for possible acronyms. FxCop itself has an acronym check, in that it will flag any tokens within a compound word that it can't verify via a spell-checker. This rule will onl ...Show All

  • Visual C++ How to call a Dialog Box?

    Hi! I'm new to VS and I need some help! I've made a main form and another (i'll use it as a dialog box). I have a Main Menu on the main form and I want to call dialog box (form 2) when I press menu item. I know where tu insert the call code but I dont know what code to use. Help!!! Another question: As for the cpp files included in the project....which one is the main one (is it the one with WinMain function ) Does this mean that I can't have ...Show All

  • Visual Studio Express Editions Missing Visible property on forms

    I'm new to VB. Why is the visible property missing on the forms property list It shouldnt be missing. Have you got the form selected. Are you looking in the right place - show the properties in alphabetical order and you'll find it easily, ...Show All

  • .NET Development When method returns Com Invisible type?

    Hello, What exactly is the behaviour here Marking BarNotForCOM [ComVisible(false)] will result in the ReturnBar() function to be exported as the quivalent of object ReturnBar(). QI on the unknown object will only succeed on IUnknown as thats the only interface you know on that object. Unless you have type information for the object you cant do much with it. If you implement an interface (even through another type lib/assembly) on BarNot ...Show All

  • Visual Studio 2008 (Pre-release) Invalid Operation Exception in simple method in httpbasicBinding

    Hi I have a simple method defined in the following interface: [ ServiceContract (Namespace = "http://www.tid.es/ACS/Server/" )] public interface IAcsService { [ OperationContract ( /*IsOneWay=true*/ )] void ConfigurationPostBack( string url, string username, string password, string protocol); } exposed in the IIS with this simple web.config: < system.serviceModel > < services > ...Show All

©2008 Software Development Network

powered by phorum