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

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

gracestoney

Member List

Bineon
benlung
CoreStar2000
sos1107
ThomasD
gdfgdf
Paul Stovell
kerberos.dll
Bill Rose
Kris Selden
RandyFriend
Stephen.
Jamie-Home
AlexLeonG
XiNO
Grand Edgemaster
richdenis
Luke Van Diest
Dopey Coder
davilafon
Only Title

gracestoney's Q&A profile

  • SQL Server 2005 SP1 Install to client?

    Do I correctly assume that sp1 for sql 2005 should be installed (x86 version) to all clients Will any problems result from not having clients at same release (sp1) level as the servers Is there any shred of information anywhere about how sp1 might affect/repair/modify the client tools Thanks, Mark Blackburn Sacramento, CA I'm moving this thread to the data access forum, where you're mor ...Show All

  • Visual Studio Express Editions Making DLLs with Visual C++ 2005 Express Edition

    Hello, I've been coding in C++ for long using other compilers. But I have recently installed Visual C++ 2005 Express Edition and I would like to know how to compile a DLL using multiple CPP and H files with this program. Hello Maikel H and welcome to Visual C++ 2005 Express. I assume you're already quite proficient with making DLLs, and just need to know what extra steps are required for VC++2005. Before con ...Show All

  • Visual Studio 2008 (Pre-release) HeaderedContentControl template

    Hi! I am trying to create a control template for a TabControl and its TabItems <Style TargetType="{x:Type TabItem}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate> <Grid> <Rectangle Fill="{StaticResource BackgroundGradientBrush}"/> <ContentPresenter Content="{TemplateBinding Property=ContentControl.Content}"/> < ...Show All

  • Visual Studio Express Editions Weird bug

    I've found what seems to be a bug in the C# Express Edition. Whenever I open up my solution, it displays a screen that states that C# Express Edition has to close, and it closes everything. I tried opening it up file by file, and that worked - each file loaded successfully. Yet I can never open up the solution without it unexpectedly closing. hi, i don't have this problem, may be there is something wrong in y ...Show All

  • Visual Studio Tools for Office Office 2003 and Office XP.

    I have built a program, on a computer that have Office 2003, that works with Word and Excel, and when I try to run it on a computer that has Office XP, it doesn't work, and shows a lot of errors. I tried to replace the DLLs in the program's folder to XP's, And to install them, and it still doesn't work. I even tried to re-make the program with references of XP's PIAs, and then it even doesn't install. What should I do Thanks, ...Show All

  • Windows Forms Data grid to dataset to xml question

    I hope you'll be able to follow what I am going to desribe: I have to forms a Process and Maintenance form. on the Process form I load default settings using an xml file holding the defaults.  When some one needs to update an account numbe ...Show All

  • .NET Development Setting the debug symbol path to an internet source

    How would I go about setting the debug symbol path for a .NET application to an internet location e.g. http://www.merrioncomputing.com/Download When I set this in the Solution options -> debug files location dialog box it says the location is invalid. I'm not quite sure what you're asking. If you're using Visual Studio 2005 as your debugger, the symbol server feature can use an http url for the symbol path. To do this, use Tools/ ...Show All

  • Visual C# How to get the display information from a website?

    How to get the display information from a website For example, when i click a button, the system will get the fixed deposit rate from a certain bank website. How can i get the value that display on the website Can anyone help to solve my problem Hi You wanna to access the information that resides on a diffrent web server. Try to search a web service if the Bank have, and acces the information to display ...Show All

  • SQL Server FMTONLY, LONG Running ?

    Hi There I have been running a trace for long running queries. I know what FMTONLY is, simply returns the metadata of the query. I have found something odd. SQLBatchComplete:SET FMTONLY ON SELECT SETID,FFIG_FIGURE_XX,(CONVERT(CHAR(10),EFFDT_XX,121)),EFF_STATUS_XX,FFIG_TYP_XX,PRCSR_CLASS_XX,SQL_SEL_TXT_XX,RUN_SEQ_AVAIL_XX,DESCR_XX,FFG_COLUMN_XX,FFG_VAL_COL_XX,LASTUPDOPRID_XX,LASTUPDDTTM_XX FROM PS_FFGDFN_XX_VW SET FMTONLY OFF. This performs 0 rea ...Show All

  • SQL Server SQL Server and RMS Data Access

    I have heard that SQL Server 2005 has built in access to Legacy data.  I was wondering if this was true and if it applied to all CRUD operations for RMS data files running under the OpenVMS operating system. In my current project we are going to be using SQL Server (2000 or 2005 we haven't decided yet) as our datastore.  The purpose of this project is to replace an existing system that currently runs under OpenVMS using RMS data files. ...Show All

  • .NET Development Bluetooth support

    hi, i'm searching for information on bluetooth support on the pocket pc for the .NET CF 2.0 , searching the MSDN library i haven't found almost anything, is the only way to handle a bluetooth communication with a PPC using P-Invoke , or are there classes in the CF for handling this communication could anyone point me to the right information Simon Garcia http://32feet.net/ This suite of library provides a .NET ...Show All

  • SQL Server Connection between 2 databases in local sql server

    Hi, I have two different applications based on SQL server database. In one of the applications I need to use the information stored in the second database, only for read purpose. As I understand I need how some to make a link between the databases in order to share tables. Can anybody advise me how to do that, if it is possible at all Thanks Just use a fully qualified name i.e. Server.Datab ...Show All

  • Windows Forms How to detect the mouse event in form

    I have 2 usercontrols.The first is the usercontrol containt a picturebox, and the second usercontrol contain a pulldown panel (look like a panel in ControlPanel in WinXP). when user move the usercontrol contain a picturebox (like drag )to the pulldown-menu the pulldown-menu auto expand and put the picturebox-control into it. Please help me solve this problem. I use visual studio 2003 Please explain your problem ...Show All

  • SQL Server Any way to force collation/sort-order as part of the ODBC connection?

    In the situation where the ODBC client app assumes a specific collation or, more specifically, a specific sort-order (case-sensitive vs. case-insensitive) but the collation/sort-order of the SQL Server Database and/or Table is unknown, is there a way to coerce the ODBC connection to always use a case-sensitive/case-insensitive sort order I believe case-sensitivity is a characteristic of the database you're c ...Show All

  • Smart Device Development what

    i downloaded what the link said would be the device emulator but got bpvault.asp, what do i do with that am i not getting the right link or something or do i have to get the program off of the bpvault is it like an image or something Can you post the link you tried to use You should not be seeing a redirect to bpvault. Barry ...Show All

©2008 Software Development Network

powered by phorum