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

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

crixxxx87

Member List

purplehaze
Peter Hancock
fredx21
Fernando Azpeitia
Ahmad Pirani
Batool
Michael Kenney
MahendraB
deadlock07
scornful
YunXu
ZezeLazo
Jeremy Grand
hiwiller
Eric Liang
PankajGautam
MattJones
Chuck Leonard
bigbrains
Srikanth.US
Only Title

crixxxx87's Q&A profile

  • Windows Forms VS 2005 Treeview - Selected node font color, how do I change....

    I setup a treeview and when I build the project and select a node in the treeview, the font color is transparent instead of white. How do you change the selected node font color in the designer of VS2005 I looked in the properties and could not find where to adjust it. I figured it out. I had my window forms transparency key set to "White", which made the white font transparent in the treeview. ...Show All

  • Visual C++ branch hints

    Hello, In gcc I can send the compiler a hint about the expected flow of a branch #define NOT_LIKELY(expr) __builtin_expect((expr),(1==0)) #define LIKELY(expr) __builtin_expect((expr),(1==1)) I know the intel compilers do this, too. Is there a way to do this with the Visual Studio 2005 compiler Thanks. I was just looking at that right now. I think that may be very useful to me. Thanks! ...Show All

  • Visual C# Add Security Feactures

    Hello, I have created users, computers and some other suffs in Active Directory and I wanted to add some security feactures to them...can anyone help me out with this I need C# code... regards, Thaya After i add a machine name in the active directory, when i check the security property...it should include the new machine name account into their groups and user also the new machine's mail address....i need to write the C# code for that...ca ...Show All

  • SQL Server SQL Server 2005 Remote Connection Problem... Big Time.

    Hi, I installed SQL server 2005 express edition on my windows server and I had no problem with connecting it remotely through Management Studio, then I removed it and installed a full edition SQL server 2005. That's when it's gone all wrong. Now I can't remotely connect the server through Management Studio. The error I get is the same as some of the people in this forum has which is: "An error has occurred while establishing a conn ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Stencil Buffer write to color buffer...

    I made my mirror work, so the stencil buffer work, the reflection works, but the mirror is drawn to the color buffer When I only want to draw in the Stencil buffer... I produce a mirror, a plane reflection in it, and...another mirror (the one that should only draw in the stencil also appear in the Color Buffer...) Here is the code I don't understand...why would this not write in the color buffer and why if I use this it's not working... ...Show All

  • Visual C# Communiacting with DLL in c#

    I am working on a project which communiactes with a Radio Device (WR G303e Radio Receiver)connected to PC via USB. I comes with an API WRG3API.DLL implemented as a 32-bit driver. In the SDK it has examples for Delphi and C/C++. My Question is..... How can i import/communicate (with) this dll to work in C#. I am looking for some1 2 reply... please help me if any1 out there has any info about this issue... Kind Regards t4urean I think you ...Show All

  • Visual C++ Manifest file when using both /MD and /MDd DLLs

    I have an application that can be built in debug (/MDd) or release mode (/MD). This application uses third-party DLLs that are built with /MD; for example the Microsoft PDH.DLL. There is no memory-mismatch issue since these third-party DLLs handle properly all memory allocations/deallocations. When I build my application in release mode (/MD), everything works. When I build it in debug mode (/MDd) and run it, I get the&n ...Show All

  • Visual C++ Need Help

    I wanna program a simple game with VC++ but I don't know how to load an Image and how to manipulate these Image. Please show me some URL or tips about this (I searched with Google but document that Google find out is confusing to me)... Hello - This web forum is for questions and feedback on the Visual Studio 2005 product prereleases.  You should be able to find quick help for this issue over in our public newsgroups ( http://msd ...Show All

  • Visual Studio 2008 (Pre-release) Determining Channel

    Looking through the Intermediary Router sample, I was trying to figure out how the SoapRouter was called correctly. Specifically, there are 4 different ProcessMessages (e.g. 1 for simplex, duplex, request/reply, etc). Where is the logic that determines which one is actually called. It must be in the pipeline somwhere that I am not seeing. Thanks for any help, -Mathew Nolton Good that you figured it out. I ...Show All

  • SQL Server Microsoft SQL Server 2005 Enterprise Evaluation Edition

    Hi! I download Microsoft SQL Server 2005 Enterprise Evaluation Edition ( Self-extracting executables: X86 Executable ) from Microsoft site but when I try to unpack it the unpack program says it is corrupt. I have downloaded this file more than 5 times and still the same problem occurs. Is it only me or other has same problem Any suggestsion Regards Hi, Even Iam getting the same error. Did u find any ...Show All

  • Windows Forms GotFocus Event Doesn't Fire

    I was facing a problem getting a Form to fire its GotFocus event so I started a fresh project just to test it. private void Form1_Load( object sender, System.EventArgs e) { this .GotFocus += new EventHandler(Form1_GotFocus); } private void Form1_GotFocus( object sender, EventArgs e) { System.Diagnostics.Debug.WriteLine("Form1 got focus!"); } And the GotFocus event doesn't get fired no matter what I did to ge ...Show All

  • Visual Studio Detect when a macro is loaded the first time

      I want my macro module to register to the CSharpProjectItemsEvents and VBProjectItemsEvents ProjectItemsEvents when it is loaded. This is to detect that files are added/renamed/deleted from the project structure. I already use the DTEEvents.OnStartupComplete to do that and it is working well. However, is there a way within my macro project to detect that it is being loaded when the programmer first adds the macro project to the I ...Show All

  • Windows Forms Nullable types in PropertyGrid

    How do you allow nullable types to display their values in propertygrids For example: private MyEnum test ; [ DescriptionAttribute ( "Test" ), CategoryAttribute ( "Options" ), DefaultValueAttribute ( "" )] public   MyEnum Enums { get { return test; } set { test = value ; } }   I then would like it attached to a propertygrid and show me the enumerated values. Thanks. Than ...Show All

  • SQL Server Report Model from multiple data source

    Creating a Data Source View from multiple Data Sources is no problem but what happens when you try to create the actuall Report Model. Using the primary Data Source doesn't give access to other databases, since each table name starts with dbo. Is there a option/flag to set to include database name Report Model DSVs only support one database, to pull in data from other databases you'll need to create a Named Que ...Show All

  • .NET Development TCP Sockets checking aliveness

    Hi, I have an app where it is critical that any connection interruption between the server and the client is immediately noticed. Right now I'm using a "ping packet" that I send to the server and the server sends it back. If it's not returned within time x and the server hasn't received a new one within time x the client assumes it's disconnected or the server disconnects the client. However, since I'm sometimes sending large objects o ...Show All

©2008 Software Development Network

powered by phorum