dagma20's Q&A profile
Visual C++ COledbrecord
Hi. how can i create a database using COledbrecord and the create the tables and querys mido1971 wrote: Hi. how can i create a database using COledbrecord and the create the tables and querys This is not the right forum for this sort of question. try the Microsoft Newsgroups : http://www.microsoft.com/communities/newsgroups/default.mspx or try the ADO/ADO.NET forum on Code Project : http://www.codeproject. ...Show All
SQL Server EXEC statement
Hi everyone, What is EXEC statement What is the usage and purpose of it It is really difficult to find ant resource about this keywords that's why I would like you to help me. Thanks EXEC is short for EXECUTE. If you look in BOL (Books On Line) for the topic EXECUTE, you will find the info you're looking for. /Kenneth ...Show All
Windows Forms Insert command ADO.net
Hi, I have to insert 10-15 rows in the database. Should I insert them one by one or there is a ADO.net function that mass inserts values or a function that I can use to run multiple queries Thanks, Oops...Sorry! I didnt know that you were using .net 1.1. Anyways, below is the link which can help you in batch updates for .net 1.1. Link: http://msdn.microsoft.com/data/dataaccess/adonet/default.aspx ...Show All
Visual Studio Associating a solution with an SCC provider
I am putting together a Source Code Control package in C# with the Beta 2 SDK. I am having some difficult getting a solution associated with my SCC package so that when the solution is opened VS will load my SCC package. I have followed, as best I can, the documentation in the "Registering a Source Control Package" topic in the VSIP help. However, it says "Source control packages must implement the IVsSolutionPersisten ...Show All
Visual Studio A blank grey window that won't disappear
Hi, I've recently uninstalled vs 2005 beta 2 and installed vs 2005 rtm (team version). I've also installed sql server 2005 and the tfs client (refresh 3). Every time I open the VS IDE a floating grey window appears. Even when I close the window and reopen the IDE the window shows up again. The window also shows up every time I end a debug session (either by clicking on the stop button or ending the debug normally). No matter what ...Show All
Visual Studio Express Editions Free VB 2005 Express Edition Tutorials?
Firstly let me give a big "Wassup!" to all the VB programmers out there! I have recently moved over from the Delphi platform to the VB platform and joined the ranks of a far better programming language... (Sorry to all those Delphi PPL) I have taken the www.learnvisualstudio.net tutorials and found them to be very informative and extremely helpful but I was wondering if there isn't an online community of VB 2005 Express developers where I c ...Show All
Visual Studio Visual Studio 2005 Install Error - DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed
Hi! I'm trying to install the VS 2005 Standard edition RTM, just fresh off msdn. I used the cleanup tull to cleanse my machine of the Beta2, and I wanted to install the new VS. *however* the install fails. The framework installs and is working correctly, just on installing VS I get an error "DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed" and the party is over. I have included the copy of my install ...Show All
Windows Forms Is it possible to create a desktop icon using ClickOnce
I found only one article about creating desktop icons, but that article (MSDN) ruled out creating desktop icons. Is this possible with ClickOnce or not I know windows installer will, but we have a Smart Client and want to provide a way to create a shortcut to the app on the desktop so people could get to it quickly. Any suggestions Thanks It is not a feature of the deployment.&n ...Show All
Visual J# java.net.Socket buffer sizes in J#
Hi, New to J# (and java) so please bear with me! I've converted some Sun java code into a J# project, to allow me to use the logic from within existing C# code. The converted code is a rather complex API for sending / recieving data via a Socket (as a client). The conversion has gone extremly smoothly, I've only had to change (comment out) 2 lines of code, which relate to setting the send/recieve buffer sizes on the java.net.Socket. My ...Show All
Smart Device Development how to automatically insert text at caret position
how can I automatically insert some text at the caret position in the TextBox (rephrased: why doesn't textBox.Text.Insert(textBox.SelectionStart,some string) work -- what's wrong with the declaration ) ...Show All
Game Technologies: DirectX, XNA, XACT, etc. "Ensure that DirectX SDK is correctly installed"
I just downloaded C# Express, and then installed the DirectX SDK from February 2006, from Microsofts homepage Then I loaded the Simple2D_2005 sample (running it from the sample viewer), and it worked as it should. Then I installed the samples source code, opened it in C# Express, but when I run it, I get the following msg: "Could not find required media. Ensure that DirectX SDK is correctly installed" I have tried to uninstall DirectX ...Show All
Visual C++ Finding file handle count
Hi all, I m working on a file security project in which I have to track the handle count for any secured file at any time. There will obviously be a way to find the handle count for any opened file but I dont know how to find it. Plz let me know how to find the handle count. Thanx in advance Regards, Thanx for replying Perhaps I was not clear or use wrong word. It is handle referenec count-number of processes that ar ...Show All
Microsoft ISV Community Center Forums Publishing Scorecard in BSM
Hi all, I installed business scorecard server and builder in the same sharepoint server and installation went well. I did a sample scorecard and published it. I clicked "Publish All" and it went through. Where do I see the published scorecard I'm sorry but I'm really new to BSM. Please help. Thanks in advance. Regards, Kenny Extra info from the support engineer... I also have a series of screen shots ...Show All
Visual C++ My Visual Studio does not load stdafx.h & stdafx.cpp in my project file
Whenever I create project file it won't work because stdafx.h and stdafx.cpp files are not preloaded into the project file, how do I fix this problem You can set the use of precompiled headers in your project properties. You can make it automatic, not happen at all, or happen only on files which have the #incude set ( so only some files use precompiled headers ). ...Show All
Software Development for Windows Vista using a DelayActivity
How can I use a Delay Activity in Listen Branche without interupt the others Handler Event driven in the rest of branches(i.e let them in listenning mode) the sweety sootion, is to use a asychron mode, but how thanks. The way the listen works is that once the delay occurs or one of the events is received all other branches are canceled. Do you always want the delay branch to be processed even if it is ...Show All
