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

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

Phil1234567

Member List

alex roidis
Dieter D
Sarang Baheti
Sergio_CL
Galin Iliev
Tom Archer
Manuelgo
PJagger
Paris
rugsbyrob
rdcharm
Yuhong Li - MSFT
K-DUB C
Slav
Hugocpp
joe123
jtw2006
Thomas_
debug13
Lavonda
Only Title

Phil1234567's Q&A profile

  • Visual Studio Express Editions Visual C++ 2005 Express Edition with OpenGL -- Can't get started

    I'd like to get started using OpenGL with Visual C++ 2005 Express Edition. I've installed VC++ and the PSDK. I've tried to start a new Win32 application, and here's the exent of my code: // OpenGL Stuff 2.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <GL/gl.h> int _tmain( int argc, _TCHAR* argv[]) { return 0; } The error returned when I try to "Build -> Build OpenGL Stuff 2" is as follows: c:\documents and settings\mfunke\my documents\visual studio 2005\projects\opengl stuff 2\opengl stuff 2\opengl stuff 2.cpp(5) : fatal error C1 ...Show All

  • SQL Server Where to begin?

    Hi, I'm totally new to sqlexpress and I'm trying to create a database to store websites that my desktop application will manipulate; however, I don't know where to start, I've read many articles on msdn but they all are either non-existent or wasn't very helpful. All I want to do is create a table. Do I use vb.net express 2k5 or sql server express manager I figure MS have to have created some kind of GUI for designing databases, if not I guess I'll just start hand writting the tables. Thanks for any help. -novice vs.net'er Also there is a command line only tool that comes with SQL Express: sqlcmd. It is useful for batch processin ...Show All

  • .NET Development [2.0] InvalidOperationException: The Undo operation encountered a context that is different from what was applied in the...

    Hi, I have a Windows.Form application that call a method in a remote object when the user press a button. That application works fine in .Net 1.1 but in 2.0 returns the following error: "System.InvalidOperationException: The Undo operation encountered a context that is different from what was applied in the corresponding Set operation. The possible cause is that a context was Set on the thread and not reverted(undone)." And there's no stack trace (VS2005 shows only "External Code"). The latest thing I'v tried was calling a method in the remote object using Invoke and Delegate: delegate string Delegat ...Show All

  • Visual Basic Protecting Class Library DLL's?

    I originally posted this on VBForums.com, but haven't received any replies yet, so I thought I'd try here. Anyway, the project I'm currently working on is getting quite large and we are looking at breaking a few components of the software off into manageable class libraries (i.e. DLL's). I've been experimenting with it over the past few days and the problem I'm finding is that the DDL's are insecure. What I mean by this, is that when we distribute our software to the public, anyone with Visual Studio 2005 will be able to create a VB application, then add our DDL's as references and viola, they now have access to the internal functionality a ...Show All

  • Visual Studio Team System Test Architecture Question

    Good Day, I am working at an org that is looking at VS Team Foundation. Windows and non-Windows platforms are utilized for varient solutions in the business model. Test results are ported to SQL 2005 for reporting. I would like to move the reporting to VSTF but have the following questions/concerns: 1. Can you create the .vsmdi and .trx files programmatically (or is there a tool that will create these files - xml input) (thus allowing tests that cannot be run from MSTest.exe to be published) 2. Can you add MetaData for test results where the existing MetaData is not robust enough in some capacity 3. What is the MS story ...Show All

  • Windows Forms ShowDialog() modal to the MDI container

    One of the my forms in my MDI container has a custom control which displays a custom dialog on the click of a button. if(myDialog.ShowDialog(this) == DialogResult.OK) { ... } The only problem is that the dialog is now modal to the entire MDI container, not just the MDI child.  How can I display my custom dialog and have it modal to just the MDI ch ...Show All

  • Visual Studio Do all custom properties have GUIDs?

    Do all elements in a domain model including custom properties have by default a GUID assigned I can query If not how could I do that Two thoughts: 1) Calculating a custom property value ( http://forums.microsoft.com/msdn/ShowPost.aspx PostID=15445 ) If yes, where exactly do I have to implement method "GetValueForCustomStoredAttribute" 2) Creating a custom property of type GUID and assign the actual GUID at runtime as asked in http://forums.microsoft.com/msdn/ShowPost.aspx PostID=68141 Cheers, Alex Hi Harry, I think that decision is probably lost in the mists of time to be quite honest with you.  The ma ...Show All

  • Windows Forms Resize button !?

    how i can resize button or any object in my form in run time not in Design time thanx You are vietnamese me too. Could you email me full source code of this example to dohoangtung@gmail.com thanks in advance ...Show All

  • Visual C# Windowsform : hideframe with transparency

    Hi, I've made a form with a label which is transparent. I've also got a contextmenustrip with an item that makes it possible to hide the formframe : this .FormBorderStyle = System.Windows.Forms. FormBorderStyle .None; When I execute this code, the frame hides, but the complete forms moves up the height of the frame (I can live with this), but also the background (which is transparent) moves up (without repainting). I don't know if this explains the problem enough, so I will give an example. Let's say you move the form to a place where the top of the transparent area is the beginnen of a color area in the background ...Show All

  • Software Development for Windows Vista Inheriting from StateMachineWorkflowActivity

    Hi all, I'm wanting to supply all child state workflows with common props + methods. I'm looking into inheriting from StateMachineWorkflowActivity. All goes well except....(there's always a 'but') 1) when creating the 'parent activity' - e.g. class CoreWorkflow : StateMachineWorkflowActivity That project wont compile as it needs an initial starting state. I've tried a few fudges that 'sort of' work - but nothing I feel confident with. 2) when inheriting, the child workflow complains that there should be only one initial state. (the designers take over and have a mind of their own - thought about creating my own designers, dont ...Show All

  • Visual Studio Team System HTML Traffic seen as [Binary Data]

    In my Web test, I am calling urls that look like this https://systestonline/WCBSecAuthMember.Authenticate.AuthenticateMember.mts In this case the http status is 302 (redirect), but I also have similar calls to other urls that have the same format (the mts extension). Recording is fine, the recorder also detects that the hidden fields need to be correlated. However, when I play back, these hidden fields cannot be found because the data is deemed to be [Binary Data] and not containing HTML. When I look in the response tag, I see the following: 0x00000000  3C  21  44  4F  43  54  59  50  ...Show All

  • Visual Basic Questions?

       HELLO! I AM NITESH MENON AND I HAVE SOME QUESTIONS. I HAVE BEEN USING VB FOR 3 DAYS AND NEED HELP. QUESTION 1- When using a web browser is there a way to go back to the previous page in VB (like back in internet explorer) QUESTION 2- When using a web browser is there a way to go back to the next page in VB (like forward in internet explorer) QUESTION 3- How can I display another form other than the main one. QUESTION 4- How do I save a configuration so when a user uses the program again he has the same settings. QUESTION 5- How do I make a web browser the default one QUESTION 6- How do I make an option menu. QUESTION 7- How ...Show All

  • SQL Server Interactive Sort and Hidden Groups

    I have some reports with grouping that have all but the group heading hidden by default, using the group heading as a toggle item. Within the details of the group there are some columns that have interactive sorting. When I open one of the groups and click on the sort icon the report refreshes on the screen with the group that I expanded closed again. If I open the group I can see that it has sorted that column properly. Is there anyway to prevent the group(s) from showing up as closed when a sort is done I see this behavior using the Report Manager or the webform control. ...Show All

  • Visual Basic Adding a new DataRow to a DataGrid?

    Hi again, Is there a simple way to do this I have figured out the first half of a "cut and paste" operation.  Now I need to be able to add the copied row back into the datagrid as a new row. Clues MRW You're going to want to access your Database information through your DataSet.  The DataSet is basically a class converted version of your DataSet. You would do something like... MessageBox.Show("Row Data" & DataSet.TableName.FieldName)   -Chad ...Show All

  • Visual C++ Using windows.h in C++/CLI project

    Hi jedediah! What do I have to do to include windows.h in a CLI project and be able to make Win32 API calls If I simply include windows.h, I get a lot of errors like these: 1>C:\Program Files\Microsoft Platform SDK for Windows XP SP2\Include\WinNT.h(636) : error C3641: 'Int64ShllMod32' : invalid calling convention '__stdcall ' for function compiled with /clr:pure or /clr:safe 1>C:\Program Files\Microsoft Platform SDK for Windows XP SP2\Include\WinNT.h(637) : warning C4793: '__asm' : causes native code generation for function 'ULONGLONG Int64ShllMod32(ULONGLONG,DWORD)' This only happens if you swi ...Show All

©2008 Software Development Network