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

Software Development Network >> Koji Kato MSFT's Q&A profile

Koji Kato MSFT

Member List

Federico Silberberg
forummember
Lie
AlExtjAi
Qinyingying
rileytaylor
GiampaoloSanRemo
runfaster2000
DaedMajaz
dotnetwizkid
devstuff
Eburon
ArvindAg
Matthew_Zeng
Zeba
jamguitar
john mc
Tian
JedL
Aksi-
Only Title

Koji Kato MSFT's Q&A profile

  • Visual Studio Express Editions issue regarding registration for express edition in img format

    Hi I have downloaded the img format of all the express editions and registered them and got confermation email. I am facing the following issues 1) I didnt get any key in my email 2) I am not sure where to put that key once I get it. Thanks Regards Gaurav Verma Hi I too installed from the img.  I have a problem with the registration because I have 2 user accounts on the PC.  One user account (unfortuant ...Show All

  • Visual C++ Handling of System::String

    How I can turn a variable of the System::String type to char[ ] How I can put a System::String variable in a structure of data How I can define a System::String to that it only has a maximum length of 10 characters and make an array how can i convert a char array to a system: tring i'm using vs .net and can't find a good solution anywhere thanx ...Show All

  • .NET Development Listening to .NET events using COM interop.

    Hi all, I'm looking to embed a .NET component in a COM application (Delphi with VCL). To produce a proof of concept, I've created a new class library and exposed it to COM, created a class which is COM visible and allows COM clients to send a message (call a method) and register for events. This all works fine, the COM clients (I've done one test bed in VB6 and one in Delphi) can create my object, call a method on it and respond to the event. ...Show All

  • Windows Forms Datagridview Performance "Work around"

    I thought I'd share this with others that may have found a performance issue with displaying data in Datagridviews that have a lot of columns. (I have about 100). I was finding that initially displaying the form it would take 3 or so seconds to display 10 rows of data. What I have done now is to initially make all columns that are not initially displayed to invisible and then as soon as the user clicks the grid or the scroll bar to make the othe ...Show All

  • SQL Server Calling a stored procedure that inserts records and generates an output parameter

    I will be calling a stored procedure in SQL Server from SSIS. The stored procedure inserts records in a table by accepting input parameters. In the process, it also generates an output parameter that it passes as part of the parameters defined inside the stored procedure. The output parameter value acts as the primary key value for the record inserted using the stored procedure. How can I call this stored procedure in SSIS This is just one o ...Show All

  • Software Development for Windows Vista System.Transactions and ADO .NET 1.x IDbTransaction

    Has anyone done any work with mixing SysTx transactions when a legacy ADO .NET 1.x data access component is in play Has anyone done a resource manager for an IDbTransaction or connection What is your feeling on this appraoch -Scott The transaction adapter to enable "LTM" transactions with Microsoft SQL Server 2000 is doing just that: http://blogs.msdn.com/florinlazar/archive/2005/09/29/475546.aspx   ...Show All

  • Audio and Video Development How do I play samples?

    I am unable to play the samples (included in the HD Jumpstart download) with the emulator. I've tried using both open disc and open path to launch the DAT file. When I use open disc is says unable to parse/read the DAT file. When I use open path I get no message, but the emulator screen resizes slightly and stays blank. For Open Disc you probably need to select one level up ie the directory above ADV_OBJ. For the blank screen, run DXDi ...Show All

  • .NET Development Does XMLReader (VC# 2005 beta 2) validate key/keyref?

    Sorry for so many questions but I am new to this and have been tearing my hair out for days. I need a knight in shining armour who doesn't mind a bit of baldness!! :D It won't let me post the whole file and schema here, presumably it's too long,, but the gist is.. < xs:element name = " DrmImport " type = " DrmImportType " >             < xs:key name = " Fea ...Show All

  • Visual Basic MenuStrip shortcuts

    Hi, I have a normal form with a menustrip docked at the top and also a richtextbox. The problem is whenever the richtextbox is in focus, some of the menustrip shortcuts don't work (Ctrl+R for example). The richttextbox seems to be "stealing" certain key events so the menustrip doesn't process them. Could someone please tell me how to correct this. Thanks, Alex Alright, so if I override it in the form but ...Show All

  • .NET Development ByVal or ByRef

    Hi, I have a array of objects of a class (written by me) in my program. When i try to do some manupulation i make a function for that within the class and call the function with parameter as ByVal soemthing like private function NameofFunction(byval x as clsMyClass) as boolean ... End function Now, When I test my program it is giving error (logically)  as it changes teh object of my array inspite of that I am just refering to it ...Show All

  • Visual Studio newbie question,thank you for your attention

    i'm newbie,i want to experience dsl,i want use dsl to creat a simple web information system. question 1: which template should i use class diagrams question 2:can dsl create aspx question 3:one facet,can i think dsl can uset to realize a project of AD i eager someone who have dsl use experience in web applicaton can communicate with me. so thanks to you for your help if you know answer after your ...Show All

  • Visual C++ Reference to class library lost

    I have a simple VC++ (CLR Windows Forms Application) which simply displays a form with an Exit button. This compiles and works fine. I added a C++ (CLR Class Library) project with a simple class: // DummyLib.h #pragma once using namespace System; namespace DummyLib { public ref class DoNothing { public : int Value() { return 123 ; } }; } } In my Windows forms project I add a ref ...Show All

  • Windows Forms List<ListRow> + ICustomTypeDescriptor + Data Grid View Problem

    Ok, so I've been working on a problem that I think every developer faces when using business objects. You often need to create grid data of a specific set of fields (i.e. in the case of a combo box, the ID and the Name field) and bind controls to it.  In a pure 3 tier achetecture, you don't want to have any database code at all in the GUI tier.  And of course you don't want to have to make a special business object for every permutatio ...Show All

  • Software Development for Windows Vista Vista CTP Availability for Tablet

    Greetings, I'm looking on the developer download pages and only see that the Beta 1 release for Vista from back in June.  I know that MS has plans to post later versions of the beta as works in progress.  Where can I go to get these CTP builds or see a schedule when the new builds will be posted for developer download Thanks in advance for your assitance... George Hi George, Unfortunately there isn't a separate CTP right n ...Show All

  • Visual Studio Team System Unablke to connect to source control

    Hi We have another issue however this one relates to people not being able to access the source in the source control. We have created a solution which is used by multiple people. On the various user's machines I connected to the Team Foundation Server and downloaded the source, compiled the code, ran it and everything was fine. A couple of the guys started modifying the code. One of the guys started having problems with the source control ...Show All

©2008 Software Development Network

powered by phorum