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

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

GaryGary

Member List

perku
Kevin Vogler
Aris Extra
ZeR_o
bhanoji
gman108362
Mike Yamashita
chrisfewtrell
jbmeeh
BABU_NEO
DaveTrout
Gsundi
Marcos Rodrigues Pinto
Ovidiu Cucu
SarasMax
TonyMan - MSFT
WilfRosenbaum
Gary Chang
DB2Question
Prophit User
Only Title

GaryGary's Q&A profile

  • Visual C# import file from a remote machine to local machine

    Can we import a csv file from a remote machine to our local machine and after import delete the file from the remote machine in C# Kiran Hi Yes, you have to copy the csv file to your local machine and when you finished then delete the file. If I may ask, is the network drive mapped to the local machine of the remote machine if the above answer is true this snippet can be used ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to Debug Shaders in C#/VS2005

    I was wondering if you were able to successfully debug the HLSL code using C# I have tried everything including setting the hardware type of the device to Reference, setting the debug flag on the effect to Debug, setting the DirectX options to use the Debug version and Enable Shader Debugging. I click the Debub/Direct3D/Start debuggin with ... but nothing seems to happen. If I set a break point in the HLSL code, when I run (yes, in debug mode) it shows a little warning that says "This break point will not currently be hit. No symbols have been loaded for this document." Do you know how to solve this Thanks ...Show All

  • .NET Development Could not find file Microsoft.Windows.CommonLanguageRuntime....

    Error 3 Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0'. MyProject why is this error showing up i cannot find any help on this issue anywhere, not even in MSDN. At what point does this error show up   Among a list of errors   When you try to open Visual Studio   When you try to run your application   The more context you can provide, the better we can help, Josh Lindenmuth ...Show All

  • Visual Studio Update to errors that may have been caused by incomplete file extractions using WinRAR

    I have installed a RC version of VS Team Suite along with full MSDN installation. After completing installation, I'v got " Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid " error when I have tried to access it by doing "Start" -> "All Programs" -> "Microsoft Developer Network" -> "MSDN Library for Visual Studio 2005" When I accessed it from VS 2005, it only have SQL help available. I have tried to reinstall it several time but no luck. Any help would be appreciated. Eric I have the same results as Pieter, n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mouse Hit Testing when primatives used not meshes

    I did search the existing threads and have read them - those that I can understand - but they do not seem to apply - at least with my limited understanding. I have a "2D" card game started in DirectX3D using managed C#. I read Tom Miller's book as the basis and starting point. I have several "playing" cards rendered as CustomVertex.PositionedNormalTextured that I add to a VertexBuffer. I draw them with the DrawPrimatives call. The are all "flat" (have the same Z axis) so that should help, and there is nothing "behind" them. Simply non-overlapping cards arrange on the screen. Everything works g ...Show All

  • Visual Studio 2008 (Pre-release) OperationContextFlow

    Hi, I am passing some additional data for a call using MessageHeaders: Client side: Guid g = Guid .NewGuid(); MessageHeader < Guid > mhg = new MessageHeader < Guid >(g); MessageHeader untyped = mhg.GetUntypedHeader( "session" , "ns" ); using ( OperationContextScope scope = new OperationContextScope (...)) { OperationContext .Current.OutgoingMessageHeaders.Add(untyped); call the service method } Service side: Guid g = OperationContext .Current.IncomingMessageHeaders.GetHeader< Guid >( "session" , "ns" ); It works fine. My question is: Is OperationContext is created f ...Show All

  • Visual C++ Problem In MFC AppWizard(exe)

    How can i change the fonts of edit control Either simply select a different font in the dialog template you are using. Or create a CFont object inside your window object, that contains the edit control. Call SetFont for the edit control to assign this font to the edit control. Note that the CFont object must still be existant for the lifetime of the control. ...Show All

  • Windows Forms how to create and manipulate an object in the design side using only the code side?

    hi I am new to web forums, and i need to know one thing and that is on how to create and manipulate an object in the design side using only the code side, is it possble please answer me... There is a web site much like this one, except it is dedicated to ASP.NET instead of Windows Forms.  You may have more luck the ...Show All

  • Software Development for Windows Vista Events not reaching Workflow...

    Very likely I am not doing it right but cant see the obvious. I used the "Communicating with the host application" lab exercise document as the base with some changes, I have host app (implemented as windows service) that, based on config, loads a couple of assemblies implementing certain local services. The app first registers an instance of ExternalDataExchangeService with the WF runtime which it then passes to the assemblies implementing local services. The assemblies then register instances of their respective local services with the external data exchange service. These satelite assemblies also expose remoting i/f w ...Show All

  • Visual Basic Type conversion errors.

    Hiya, I made a program in Visual studio 2005.  Compiles and works OK at home. At work, i have JUST VB 2005 Express Beta 2 installed. The code itself ported OK, no errors. However, during runtime, i get a type conversion error. It's not that i'm converting anything though either. I can't convert string to single.  For example... Dim sngSingle as Single sngSingle = "0.5"  ' Doesn't work sngSingle = cSng("0.5") Doesn't work. sngSingle = CType("0.5",Single) Doesn't work. sngSingle = Single.Parse("0.5")  Doesn't work. Even if i make a new project, and try to do any of the above conversions (Which should work), i get a type con ...Show All

  • Software Development for Windows Vista How to make a custom composite activity unexpandable in the designer? (another question)

    I created a custom designer for my activity, inherited from SequentialActivityDesigner. By setting its Expanded property to false, I can initially hide the content of my activity. However, users can still click on the Expand/Collapse Rectangle to expand/collapse my activity. Is there a way to disable this The CanExpandCollapse property is read-only so I cannot set it to false. Thanks. ...Show All

  • SQL Server random variables modeling in MS SQL

    Good day. i'm a new person here and not that familiar with T-SQL... the question is: is there any buil-in functions or special libraries in T-SQL that can help to generate correlated random variables with non-normal distribution function It would be also good if someone could advice if there is any application (statistical programm or non-microsoft developed library) that can deal with MS SQL and has modeling and forecasting capabilities... thanks in advance ...Show All

  • SQL Server Licensing question, and other report building tools

    When you buy CALs for Sql 2005, are you getting license to use developer tools with each CAL In other words, is SSBIDS part of the package. Not everyone in our organization would use it, but I don't want to buy Visual Studio 2005 licenses just because we want to have a few more developing reports. Report Builder is fine for adhoc but we want a team of designers working with BIDS. Is anyone using other builders like Cizer Does not seem to be a very big selection out there. tia Also, keep in mind, unlike RS 2000 you do not have to purchase VS. If you have VS 2005 then the designer will integrate with it ...Show All

  • SQL Server query

    hi,  im new in this, .  i want to know how  to do query to search to an especify rows in the table, . if some one know a tutorial about query in  sql 2005 express please send me, or explain me here thanks  to all. luis tirado ...Show All

  • Windows Forms Custom Control With SelectedValue Property - How to determine correct "default" data type to return?

    I have a custom control that has a SelectedValue property.  It is basically a ComboBox control, if that helps.  Anyway, I have a business object that I'm binding to this control.  In some cases, the business object property that I'm binding to the control is a System.GUID, in other cases, it is a System.Int32 or System.String.  My delimea is that if the custom control's internal _selectedValue member is Nothing, because the user never selected a value or the selection was cleared, I want to return a valid data type to my custom business object. So if I'm binding to a property on my business object that is a System.GUID an ...Show All

©2008 Software Development Network