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

Software Development Network >> Mark Sh's Q&A profile

Mark Sh

Member List

battleofhalfwits
John3144123
eguo
Clint67
Laurence Melloul - MSFT
Tayfun Kocak
vbjunkie
Tony Ba
JDanon
AjayG
George Birbilis
M_Taha
SteveWitz
johnny wisconsin
MadDawg2020
Daemon5577
Bob Tabor
Ashok kumar Amara
Gabriel Giggs
Tarantini
Only Title

Mark Sh's Q&A profile

  • Visual FoxPro Old Fox Pro Code Please Help

    I have the following code from an older version of Fox Pro.  I typed it into VFP 8 and I can't get it to work. Does anyone have any suggestions SET BELL OFF SET TALK OFF SET DEVICE TO SCREEN CLEAR ****** NUM1 = "   " NUM2 = "   " NUM3 = "   " NUM4 = "   " NUM5 = "   " NUM6 = "   " @ 10, 5 SAY "ENTER LOTTERY NUMBERS" @ 10, 50 SAY NUM1 PICTURE "XXX" @ 10, 50 GET NUM1 PICTURE "XXX" @ ...Show All

  • Visual C++ Getting started with Visual C++ and the IDE ...

    Hi,    first of all, i should explain why i chose to come here and write this post. I've been searching the web for tutorials in this aspect, and i don't seem to find any.    A couple of years ago, i did a bit of C++ programing at University. It was a simple language introduction to C++, which was a management for prison cells using a console application. It didn't had any visual components in it, or for that f ...Show All

  • Visual Studio Team System problem in migrating the code

    We are facing problem in migrating the code. The error we are getting is: “Initializing... TF60099: Given folder mappings do not match with last migrated mappings. Following was the original mapping please use this only for incremental migration.\n<From>$/MODULES/Reserves/Source</From><To>$/Destination.Folder/Modules/Source</To>” The XML file used during the migration is as below. < ...Show All

  • SQL Server How do i Create DataBase in SQL Server Express Edition

    I have installed SQL Server Express Edition - ( Down Loaded ) There I found only three entries such as SQL Server Configuration Manager SQL Server Error and Usage Reporting SQL Server Surface Area Configuration Express Managment tool also i down loaded and installed seperatly.. Exp.Management on start asking  ServerInstance Name and Authentication I tried with (Local) and Windows Authentication - I triend with alternative ways suc ...Show All

  • Visual Studio 2008 (Pre-release) Offline binding

    Is there any means to initialize "offline" binding for elements I've created in code through .baml/xaml parsing or imperative What if I've <ViewBox/> with some resources+binded elements-all self contained but I created it from "sratch" and it's not displayed on screen.Now I want to simulate "complete" cycle of rendering to get RenderTargetBitmap of my ViewBox...well you get idea All work nice except {Binding} ...Show All

  • Architecture Designing Databases for SOA

    My question relates to best practices in database design for SOA. Specifically I am looking for a guideline that will help me maximize performance and guarantee uniqueness in and SOA environment. Is it generally advisable to use surrogate keys in your tables if you are designing the data store for an entity service If so, what datatype should you use, integer, GUID I would expect that if I use surrogate keys, that they will then be used b ...Show All

  • Windows Forms Radiobutton event handler

    Does anyone know why my radiobutton click event handler is running when I start my program Hi I think you need to set Checked to false in the radiobutton properties window. Hope this helps ...Show All

  • Visual C++ VC2005 %50 Slower then VC2003

    I just migrated a graphics application from VC2003 to VC2005.  After building it, I ran a small benchmark & found that VC2005 code was about %50 slower. The Application does a great deal of floating point and integer calculations.  It also converts doubles to int quite a bit (the VC2003 version used SSE to handle this). The VC2003 version used /G7 and /Ow (which are not available in VC2005) Compiler Switches Used: (vc2003)/arch ...Show All

  • SQL Server Concatenation of integer data into text

    I am a TSQL Newbie trying to concatenate two columns (DocumentNo & SequenceNo) that were created with a “smallint” data type constraint in a full-text search database. I want to end up with a column containing varchar data such as “5-2” where this row of data contains information about the 2nd document in a series for a person or group designated as 5. If I could change the data type for the columns to varchar I think I could que ...Show All

  • Software Development for Windows Vista 5270 installation really weird issues...HELLLPPP, i am getting unheard errors

    i am trying to install 5270 ..it is common to have sata problems but i have a 20gb empty ide drive...the installation doesnt see ( sata seagate 120gb )my drives and also doesnt install on the ide either... and it says "WINDOWS SETUP IS UNABLE TO FIND A SYSTEM VOLUME THAT MEETS ITS CRITERIA FOR INSTALLATION..." and when i try to install from xp it says stup couldnt get any info about your disks. Any help if ...Show All

  • Visual Studio Team System Project Creation Failure

    Hi, I installed the team server again today on an other server. Both server and client are member of different domain. Username on both domains is the same, but they use different password ... The account has been added to the namespace administrators. Now i'm able to connect to the team server from in visual studio but cannot create a new team project. After the wizard i get the following error: No user identity info returned from GSS Log deta ...Show All

  • Windows Forms ClickOnce overwriting user settings on update

    I'm working on a VB app using ClickOnce deployment. When I deploy a new version to my update location, the clients will install the update and migrate user settings (My.Settings stuff) and data files correctly. However, if I change the update location to a different path on the server, the new update will not migrate the user settings or data files and uses the defaults included in the deployed package. Step by step: 1) user installes app from \ ...Show All

  • Visual Studio Team System Web tests resulting in Internal Server error due to Invalid ViewState

    I am seeing an odd problem when testing our web site.  I have no problems navigating through our website manually from a web browser and experience no problems when creating a web test that navigates through our web site. But, when I run the web test I created, then I keep getting an "Internal Server Error" on the first server page transfer.  When I look at our server logs it indicates that the problem is caused by an invalid ViewStat ...Show All

  • Software Development for Windows Vista SETUP.EXE throwing unhandled exception while installing Vista

    Hi world, I am trying to install Windows Vista Beta 1 on a XP box and planning to make it a dual boot. XP is on C: drive (20 GB) and I want Vista on E: drive (20 GB). I uninstalled the Anti-virus on the machine for this installation. I downloaded en_longhorn_beta1_dvd.iso from MSDN and burnt it on a DVD. After inserting the DVD and starting SETUP.EXE I click the 'Install Windows' icon. After entering the license information, i click next. Now, W ...Show All

  • Windows Forms Access key. button is invoked without pressing Alt

    I ve added two buttons on a window form. Button Text is &New and &Close respectively. The click event just displays the dummy message. I run the form and i press N. I do not press the Alt key but the click of &New button is invoked. Same is the case if i press C. The default behaviour shoul be Alt+ N and Alt+C. How can I get the default behaviour. -------------------------------- From: Gurpreet Kaur ...Show All

©2008 Software Development Network

powered by phorum