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

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

Pluto1951

Member List

sudkot
BeaPreethi
Debbie112
Gregory P
ado79229
rf7_15
dude68
Doug Gerlach
Dennis Pilarinos
Rafael Altungy
C-J Berg
nageswara rao v
vls
Rob_ICS
Alazel Acheson
kqjf
Scott518
Netwrkr
BigTre
Tejas_Kishanwala
Only Title

Pluto1951's Q&A profile

  • Windows Forms Problem of circular reference.

    I have two simple WinForms each packed in an assembly(.dll). In each form, I has a button that will open and show the other form when clicked(simply produce a new instance).  However, I am not allowed to add reference of the forms to  ...Show All

  • SQL Server SQL Server Mobile Bug?

    We've migrated a .NET CF 1.0 App with SQL CE 2.0 to .NET CF 2.0 and SQL Server Mobile and we were wondering about the new behavior. A sample to reproduce: create table persons ( id int identity primary key,     firstname nvarchar(100),     lastname nvarchar(100)); create table logins ( id int identity primary key,     personid int not null,     password nvarchar(100)); insert into pe ...Show All

  • Visual Basic adding .net permissions

    I'm trying to create a web-deployed control that people install, but I'm not sure how to add the correct rights to the .NET framework at the machine level so it can run for everyone. I'm pretty sure XML is involved, but I'm not sure beyond that. I want to base it off who the publisher is. Can anyone help ...Show All

  • Software Development for Windows Vista How to Mute the system audio, not AP only for Vista?

    Audio mixer functions can't be used for Vista.Is any way to mute the system I try to use "MMDevice API" and "DeviceTopology API", but it's no use. Could anyone tell me how to do it Thank you! ...Show All

  • SQL Server Installing SQL Server 2005

    Dear All, I want to Install Visual Studio Team Foundation Server Beta 3 Refresh. It requires Windows 2003 Server SQL 2005 Server (Database Services) SQL 2005 Server (Analysis Services) SQL 2005 Server (Reporting Services) Shareportal Server I installed Windows 2003 and Shareportal Server. When installing Windows 2003 Server, It also installed Sql Server 2000 (Microsoft SQL Server 2000 - 8.00.2039) Named instance as W2K3\S ...Show All

  • Software Development for Windows Vista Rule Condition Editor doesn't resolve correctly

    Hello, I have the Feb CTP. I am building a basic sample where I have a custom activity (Activity1) dropped into the Sequential Workflow. Then I drop an IfElse activity after my custom activity and I create a new RuleConditionReference condition. When the Rule Condition Editor appear and I type "this." I don't see my activity listed. Do I miss something Thanks, Pierre pierreg wrote: Hello Steve, no, I have the pro ...Show All

  • Visual C# memory address

    hello, im trying to simulate the memory management so i want first to allocate x bytes and then working inside that space only..  how can i know the address of my object in the memory thanks Hi, Objects created in C# (Assuming you are not using Unsafe Code) are placed in the Managed Heap, It has no permanent memory address coz it is constantly being moved by the GC(Garbage Collector)... cheers, Paul ...Show All

  • .NET Development Using FtpWebRequest to check if a directory exists.

    I'd like to know if there is anyway i can use the FtpWebRequest class to check if a directory exists before creating it on the server. The reason i ask is because if you try to create a directory that already exists it throws a WebException and disconnects from the server. This gives a performance hit if we are trying to create alot of directories on the server that already exists due to the disconnects/reconnects. TIA, lushd ...Show All

  • Visual Studio Express Editions registration key!!!

    hey. how can i get a registration key for Visual C++ 2005 Express Edition Keep in mind that you will not get a registration key if you installed from the CD image. Just ignore the naging and it will go away. Otherwise you will find the registration key on the webpage you get to after registrating, it will not be in the mail. If you missed it you can just reregister. ...Show All

  • Visual Studio There is no source code available for the current location

    Hello together I have a small C++ .net application written in Visual Studio 2003, Version 7.1.3088. .Net Framework installed 1.1.4322 OS: Windows XP professional, updated automatically The program also includes an unmanaged classes for communication using winsock. The Receiver routine (onDataReceived) operates in a thread . The program works very fine but if  I set a break point to the receiver methode the Error: "There is no source code av ...Show All

  • Visual Studio Team System Location of Source Control files

    How can I change the physical location of the source control files. We don't want to keep our files on the same drive as VSTS. There don't seem to be tools for managing the Foundation Server. John Kane On the client, you can change the location of the files by changing the mappings for your workspace.  After connecting to the Team Project, select File->Source Control->Workspaces....  Edit the Workspace you're interested in a ...Show All

  • Visual C++ unable to edit command line for a project

    Trying to compile and execute a C++ project in VS2005 I ran into a linker problem. After some investigation it turned out that the calling convention was not what it was supposed to be for the functions used in the program. I changed the option for the calling convention from /Gd to /Gz. I needed __stdcall to be made. After that I got this error message: Error 1 Command line error D8016 : '/clr:pure' and '/Gz' command-line options are ...Show All

  • Visual C++ Sorting of msflexgrid control in VC++

    I want to sort data that is being displayed in my msflexgrid control. All data of a column needs to be sorted on the selection of the column header. Just like we can sort the items in our inbox in outlook by clicking on the tab headings "From", "Date", "Subject", etc. This is a very simple task in VB. But I am unable to find the method to implement it using VC++. Can somebody please help Thank you Ronald. That was exactly wh ...Show All

  • .NET Development JIT Debugging VS2005 beta 2 on Windows Server 2003 X64

    I installed the VS2005 Beta 2 on a fresh installation of Windows Server 2003 X64 and all is OK apart from JIT debugging. Even DebugBreak()  just kills the application. Native JIT is enabled in VS 2005 debugger options. Any ideas Thanks Yes, that works for me as well. I can only assume that there is some kind of security setting that is preventing my app tripping the JIT Debugger. It is running as a child o ...Show All

  • Microsoft ISV Community Center Forums Programmatically inserted inline image is dithered in Word 2003

    I am inserting a .tif as an inline image into a Word document. In Word 2003 the image is dithered. Word 2000 Word 2003 (difference in size is due to monitor resolution in Virtual PC) This is how the image is diplayed and printed. Code: 'Logo Dimensions (in inches) Global Const LOGO_HEIGHT As Single = 2 Global Const LOGO_WIDTH As Single = 2 '************************************************************************************** ...Show All

©2008 Software Development Network

powered by phorum