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

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

kdong

Member List

prenney
Silvercat
Marie C
Fotis Tsitsirigos
Hital
Dalebert
Chris Allison
SDahl
fowlerk
onesqlguy
Tomsi
DOHIT
whs45
tenchyz
Hemant1408
Monte Chan
ddee
lf3877
GR1206
dnyanesh
Only Title

kdong's Q&A profile

  • .NET Development SQL no connect

    I can look in server explorer and see my Server along with the database i am wanting to use but when i run the program it will not connect and tell me i do not have sql. I am trying to run one of the quick start samples. Public Class frmMain Inherits Form ' AssignsData will hold order information that is returned from ' SQL Server. Protected AssignsData As New DataSet ' Used to reference the table containing pro ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. about install XNA

    I use winxp and vs2003 and after i install xna, i can't find " XNA Build Project" from my vs2003' Project Types, so i can't follow the Tutorial 1: Creating a Basic XNA Build Project How can i do, or how to install xna corrently.. Thanks 3600s, This sounds like a known bug I have seen in the Community Technology Preview which is due to your Visual Studio profile settings. From within ...Show All

  • Visual C++ Upcasting/Downcasting name jargon

    Well I am a little confused with naming jargon of casting. My intended goal was: CBase* pBase = static_cast (derived); What is it called upcasting/downcasting I guess what we are doing is casting a pointer from Dervied Class to Base one so we are moving up in hierachy. Should It not be called upcasting . and There are many articles where it is called upcasting like for example: http://www.codeproject.com/managedcpp/castingbasics.asp ...Show All

  • Visual Studio Express Editions Thank You Microsoft

    I would like to say THANK YOU MICROSOFT. I stopped programming because of the cost associated with buying the most current development environments. Now with Microsoft releasing these Express Editions I can get my teeth back into the code and have some fun doing so. The Express Editions is what Novice and Hobby developers have been waiting a long time for. Microsoft not only gave full functioning apps, but also gives you the information you need ...Show All

  • Microsoft ISV Community Center Forums BSM Install Errors - PLEASE HELP IM DESPERATE

    Firstly, thanks for any help that you can provide guys.. I have a problem with NT AUTHORITY\NETWORK SERVICE not being added to the dataase permission on my sql 2005 server.. BACKGROUD: I have 2 machines, in 2 different domains, Machine 1: Win 2K, SQL 2005, Domain Controller, Domain A. Machine 2: Win 2003, reporting services, sharepoint, Domain B Im getting the following error when i install BSM.. I get past the requirements etc ...Show All

  • SQL Server calling a store procedure (with an INSERT statement) from ADO in results in closed recordset

    I have a stored procedure that contains an INSERT statement (I am inserting into temporary a table that forms part of the result of the stored proc). When calling this stored proc from C++/ADO, I get back a closed record set when running in VS2005/Windows XP x64 (this has previously worked on VS2003/WindowsXP). The stored proc below is a contrived example for demonstration of the problem.    CREATE PROCEDURE TestStoredProc @Param1 ...Show All

  • Visual C# I want to Find out duplicate in DataTable using the following code

    i have added an extra column, which is a key column, then i have sorted the DataTable using this key column, now i want to find out duplicate in this DataTable using this key column,  if some one help me i will be very happy.   private void cmdShow_Click( object sender, System. EventArgs e) { System.IO. StreamReader re = new System.IO. StreamReader ("c:/abc.txt"); string word; ArrayList theList = n ...Show All

  • .NET Development Listbox data binding tentalizing problem

    This is a question on listbox data binding using VB 2005. I used a listbox to bind an attribute of a table.  When the program runs, the data are displayed correctly in the listbox.  The puzzling problem is that when I try to click buttons that I have on the form, none of them responds.  For example, I have an endButton with "me.close" code.  It produces no response at all.  The only thing I can do with the form is to cli ...Show All

  • .NET Development VERY slow binary serialization of strings coming from SQL

    Please help! This is probably the weirdest issue I've ever encountered. I'm trying, in C#, to binary serialize an array of strings that come from a SQL Server 2000 database.  Problem is, this takes orders of magnitude longer than if the strings don't come from the database. The EXACT same 35000-length array of strings takes 0.1 seconds to serialize if the strings don't come from the database, and 40(!) seconds to serialize if they do. So ...Show All

  • Visual Studio Express Editions VC++ .exe file is not working on other machine

      Hi All,           I have created an .exe file using vc++ 2005 but when i copy this file to some other windows machine its not working. How can I make my exe of project portable on any windows machine   regards,      http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en This is a link ...Show All

  • Microsoft ISV Community Center Forums Is an Excel bug that set PivotItem.Visible to true will generate 1004 Macro Error?

    In a Excel PivotTable, I want to programically hide or show some PivotItems of a PivotField.  To hide, it works fine (just set mPivotField.PivotItems("xxx").visible = False).  However, to show, it does not work: mPivotField.PivotItems("xxx").visible = True.  Program breaks with an error 1004, macro error. When try to record a macro for setting a non-visible PivotItem to visible, macros recorded is to use ...PivotItem("xxx").visi ...Show All

  • Windows Forms few questions combining msi with clickonce

    Hi, I'm trying to install a clickonce app for all the users on a machine. I know you can't do it via clickonce, but you can via MSI. How could I install an application via MSI and have it look for updates via clickonce Is that possible Please, point me in the right direction. Thanks Hi, ClickOnce applications are per user applications. You cannot install a ClickOnce app for all user ...Show All

  • .NET Development Getting absolute URL from javascript functions without using any browser control

    Hi, I want to convert javascript functions Relative URL to absolute URL, this without using any browser control. I have all the javascript urls extracted from a web page this being done from the HTML DOM of web page and the page is being browsed in webbrowser control in my c# project. I want to get the absolute url of a javascript function. Present i am simulating the onclick event on the Javascript function and capturing the url against cli ...Show All

  • Windows Forms Tab control shortcut key

    How can you set a shortcut access key for each tab of a tab control Using the & sign like you do for labels and command buttons doesnt work,(it just puts the & in the text). Also Im using vs 2005 C#. Thanks, I just came across some code that Sets up shortcut keys for the .NET tab control   private void frmReceiptWare_KeyDown(object sender, KeyEventArgs e)   {  &nb ...Show All

  • Visual Studio Express Editions How to use an external script in IDE

    I have many different .vbs scipts that I can click on to do various tasks (such as map network drives, WOL computers, and Remote Shutdown computers). All I want to do is to be able to press a button and it will activate the scipt. What is the code that would call the .vbs file and execute it in the IDE I tried to use "Add Existing Item" and put the script into the Solution Exploerer, but it either didn't put it in the IDE or I don't ...Show All

©2008 Software Development Network

powered by phorum