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

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

priya1

Member List

wtrn
Ram Chenna
CorneVR
Marcio Martins
Jason Prickett-MSFT
YMW
Darren.Sim
Rui Umbelino
sontek
akeyes
*itguy*
erso
Mercedestime
chrisbarber1
Gary Davis
DPP
PaulYuk_MS
Shadowflip
AntonS55
Nitell
Only Title

priya1's Q&A profile

  • Smart Device Development Transfer files between PC and PPC.

    I've searched for this no doubt frequently asked question to no avail. I want to copy files programmatically from a PC to the PPC, and back again, usually to the storage card. I'm using VS2005 VB.NET, but can convert from C# or C++. ---Mike Sriram Krishnan MSFT wrote: How are you connecting to the PC Is it over ActiveSync or is it over the internet Also, do you have some server ...Show All

  • Visual Studio Express Editions how to prevent multiple instances of my program?

    how to prevent multiple instances of my program please can someone give me a small example if is posible in C not C++ thanks! Thank YOU ...Show All

  • Visual C++ problems running zoo tycoon

    this may be the wrong place to post this but whilst trying to play zoo tycoon i keep getting this message when i try to start the game-ive been sent here to see if you can help this is the exact message please help microsoft visual c++ runtime library program c:/programfiles/microsoft this application has requested the runtime to terminate in an unusual way please contact the applications support team for more information im running windows ME ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Rotation matrix: absolute rotation instead of relative?

    Hi, When multiplying rotation matrices for rotating around x, y and z-axes R = Rx * Ry * Rz ( http://en.wikipedia.org/wiki/Rotation_matrix ), I get a relative rotation matrix, meaning that rotation around Y is not the original Y-axis, but the new axis that has "occured" after rotating around X. What I want to do, is to have absolute rotation, so that the Y-rotation is performed around the original Y-axis, and not the new one (abs ...Show All

  • Smart Device Development Device Emulator and connection to internet

      Environment     vs2005     windows mobile 5.0     ActiveSync 4.0       Question:    how   Device Emulator  connection to internet    thanks      Hi! I have installed the MS VS 2005, and  active Sync 3.7.1, but i cannot connect to the emultator. It says " cannot conenct to dev ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. October 2005 DirectX SDK is available!

    The DirectXR Team is pleased to announce the release of the DirectX 9.0 SDK October 2005 Update! The October Update includes the first public release of the XInput SDK.  This SDK will allow game developers to fully support Xbox 360 Controller for Windows.  To download or learn more about this release please visit http://msdn.com/directx/sdk .   Features added in the October 2005 DirectX SDK update - XInput XInput is an API that ...Show All

  • Visual Studio Express Editions Error when installing VWD Express

    I have tried installing VWD on my Windows XP and i get the error "Service pack 2 for XP is needed" I installed SP2 for XP and still getting the error.. Any ideas Thanks I would first go through a complete Microsoft update and make sure that you machine is up to date... You might have to make sure that the sp2 did go in... Check in the system application in the control panel just to make sure. If a ...Show All

  • Windows Forms How will I center a text box and a button on a form at runtime?

      I have a form 'Form1' with a textbox and a button control on it. These controls are aligned vertically, one under the other. How will I make sure, that no matter what the size of the form Form1 is (either maximized or less), the text box and button remain always centered on the form By 'centered' I mean, centered horizontally and vertically. Assuming your TextBox is named textbox1 and your Button is named button1, handle your ...Show All

  • Visual Basic Resizing of screen

    Hi, I am having trouble with my forms fitting into the mdiparent child window. The child forms have buttons at the bottom that are hidden, unless I expand the main application to full screen, but full screen also, resizes the right-hand menu leaving more space at the bottom then I want. What is the approach, do I need to lock all controls on the child forms I am using 1024 x 768 as the default screen resolution, since 17" monitors ar ...Show All

  • Windows Forms how can i close the main form without closing the application ?

    Hi guys, I have application with 2 forms. in the begining the user select one of the forms and the other one is not needed any more. one of the form is the "start up", thus if the other form is choosen i cant close it (or r i can ) becouse closing the main form = close the application . how can i close the main form ( i know that i can hide it or somthing like that . but i want to close it ) Thnaks . Hi, When ...Show All

  • SQL Server Bug: "ALTER TABLE *** WITH NOCHECK" does not work for SQL Server 2005

    I wanted to turn off 'Enforce Foreign Key Constrain' using SQL. However, it did not work on the SQL Server 2005 database. For example, running following SQL in Management Studio, and the result showed that 'Enforce Foreign Key Constrain' property for the newly created constraint was still enabled. ALTER TABLE [dbo] . [Tags] WITH NO CHECK ADD CONSTRAINT [FK_Tags_C hannelID] FOREIGN KEY ( [ChannelID] ) REFERENCES [dbo] . ...Show All

  • .NET Development ? How to share strong name key files ?

    With Visual Studio 2003, we could share a single key file among all our assemblies, simply by referencing it in AssemblyInfo.cs. Now we have to reference it from the project settings "Signing" page, and when you select an existing ".snk" file, it always makes a copy of it to the project folder, and uses that copy instead. Is there any way to make it use the shared ".snk" file Hmm...  Adding a link to an ...Show All

  • Visual Basic Process.Start not returning process info

    This little piece of code has me baffled. IE starts fine but all of the Process properties are blank. Unless I stick at breakpoint at the MsgBox line then all of the properties show up fine. I guess I'm outrunning Process.Start but what to do instead VS 2005: Dim MyProcess As New Process Dim startInfo As New ProcessStartInfo( "IExplore.exe" ) MyProcess = Process.Start(startInfo) MsgBox(MyProcess.MainWin ...Show All

  • Windows Forms C# howto call a "case" of a switch statement from a form....

    .....that dont have this statement :D I know, my explanation is truly bad so.... I've a form with a checked ListView with months of year: Form1 January February...etcetera... And i've another form where is the "switch" Form2 switch (x) {        case 1:                //do somethings        break;     ...Show All

  • Windows Forms Argument Exception

    Why would this not work Any help would be appreciated. Platform is Windows CE buildComboBox(_patientDs ,"--Select Patient or Create New--",cboPatient, "SelectedItem", "intEpisodeID"); Fails here cb.Items.Add(new CValue(strInitialValue, -1)); private void buildComboBox(DataSet ds, string strInitialValue, ComboBox cb, string SelectedItem, string ValueMember) { try { cb.DataSour ...Show All

©2008 Software Development Network

powered by phorum