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

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

DarkOmen

Member List

gopaltummala
Czeslaw
abdelwahed
NHJ
kceng123
Chris98765
TroyW
Ron Kaps
Iain Howie
Scott Francis McGrath
hebert
epilotusa
Poderdumal
ueo
javieruy
Frederic Aubry
Macerick
pretzelfisch
Vinod Shinde
Tobias Manthey
Only Title

DarkOmen's Q&A profile

  • SQL Server Distributed Transactions ?

    Hi There I realize this is probably a basic question or at least i hope so but i cannot get distributed transactions working. BOL is just driving me in circles. I am running SS2000, MSDTC is up and running on the server. I have added a trigger to a table where on insert or update the triggers fires and inserts a row to a remote server. When i execute the update or insert i get the error: Cannot start a distributed transaction. I have tried stating BEGIN DISTRIBUTED TRANSACTION before the update but i get the same error, i have also read up on SET REMOTE_PROC_TRANSACTIONS, but this is not a remote sp. Can anyone please reccomend a good link a ...Show All

  • Visual C++ Can I do this?

    Can I download Visual C# Express Beta 2 after I've downloaded Visual C++ Express Beta 2. I'm using C++ right now, I just don't know if it will work correctly with BOTH of them on my computer at the same time. Visual C# Express and Visual C++ Express can be installed both but only if they are the same version (both beta 2 or both final version). So if you have a beta 2 version installed you must uninstall it first then download the final version of this products (I don't think that you can still download a beta 2 version anymore since there is a final version available). ...Show All

  • Smart Device Development Close CameraCaptureDialog and ShowDialog

    Hi all, I need help because I'm developping an application in C# on a WM5.0 smartphone (C600). In this application, I use the cameraCaptureDialog to take picture. Here's the code : public partial class Form1 : Form { public Form1() { InitializeComponent(); CameraCaptureDialog cameraCapture = new CameraCaptureDialog (); cameraCapture.ShowDialog(); } private void menuItem1_Click( object sender, EventArgs e) { Application .Exit(); } } So, as you can see, when i launch the application, there is the camera capture dialog and i can take picture with it. And when I have ...Show All

  • SQL Server I'd like to get a good book of SQL...

    Would all of you give me a suggestion of valuable book in terms of SQL I confused what kind of SQL book is going to be good for me to study since I begin to jump into MS-SQL... Furthermore, I'd know that various level of book as begginer, intermediate , advance... Thanks for your help in advance.. In my opinion the best T-SQL book is The Guru's Guide to Transact-SQL by Ken Henderson http://www.amazon.com/exec/obidos/tg/detail/-/0201615762/ref=ase_sql08-20/102-4703055-5891314 v=glance&s=books Although Ken's book doesn't deal with SQL Server 2005 you should definitely get it You can also get Pro SQL serve ...Show All

  • .NET Development Help with detecting a barcode scanner event

    Hi, I am a .NET programming newbie. It is my first time posting here so i apologize in advance if i got the wrong forum. If it is the wrong forum, maybe you could point me in the right direction :) I am developing a desktop Windows inventory application using the .NET framework. The user will be scanning barcodes into a TextBox on a Windows form. The barcode scanners that are used in the company are not programmed to automatically send a carriage return at the end of the scan. (I checked this in Word/Notepad and there does not seem to be an end of line character in there). Is there any way to detect when the user has finishe ...Show All

  • Windows Forms Automating input to GUI screens in Custom Actions

    I created a Deployment project in VS 2005 that has a custom action. The custom action creates a windows form that has a couple of text boxes in it. The user fills some values (e.g., a database connection string, username) in these text boxes (which already have some default values), clicks OK, and the installation continues. Now, I want to install this application from the command line (using msiexec) without any input from the user. Effectively, I want the installtion process to "click the OK button by itself" when my custom action pops up the form. How can I achieve this without creating my installer again Thanks, Adrigo ...Show All

  • Visual C# Cast string to variable?

    Is there a way to cast a string to a variable name In my code I need to instance classes on the fly. In psuedocode I want to do this: Variable KeyValue<x>; With <x> being replaced by an incrementing number on every call (so you might end up with KeyValue0, KeyValue1, KeyValue2, etc.). Is there any way to do this in C#  I recall a way in Pascal, but that was many years ago... It's OK, I've worked it out now. Got a few minor problems, but nothing I won't solve eventually. Thanks for all the help everyone! ...Show All

  • Visual Basic Detecting installation Complete

    Hi Friends,              I am using the "ShellExecute API" to run a batch file that in turn installs MSDE.I need to determine when the installation that was initiated by the "ShellExecute" API has finished.Can anyone help me with this.Any help will be appreciated. Thanks in advance. SK. Have you considered using the VS Bootstrapper instead to deploy MSDE The bootstrapper is a generic, extensible installation engine that can be configured to deploy an arbitrary sequence of components and applications. You can configure the bootstrapper for MSDE by authoring a fairly straightforw ...Show All

  • Windows Forms Composite Control Child Docking

    Hi! I have a composite control which inherits from System.Windows.Forms.UserControl and uses ParentControlDesigner so I can use it as a container.  At the top of my control I have a panel which acts as a "header" of sorts.  Below the header is just client area to hold the child controls.   It seems to work just fine with one exception.&n ...Show All

  • Windows Forms 5 errors that I dont really get why they there...

    Hey, in my spell check code I got 5 error and I dont get them, I downloaded a "DLL" and I added the stuff in just like it said to, and then I added in the code, so here is the code that has errors in it, I am gunna say the line and then next to it will be the code, the errors are underlined and bold: CODE: LINE 140: Private Me .SpellChecker.MisspelledWord += New NetSpell.SpellChecker.Spelling.MisspelledWordEventHandler(Me.SpellChecker_MisspelledWord) LINE 141: Private Me .SpellChecker.EndOfText += New NetSpell.SpellChecker.Spelling.EndOfTextEventHandler(Me.SpellChecker_EndOfText) LINE 141: Private Me .SpellC ...Show All

  • .NET Development FIX: "The ASP.NET process identity does not have read permissions to the global assembly cache."

    I'm uncertain what the best forum is for this - I also posted this in the ASP forum. I am developing a distributed application with a client-side java calling a webservice serving a static binary database. The application works well with the VS2005 Development server on XP Pro SP2. However when I publish it to an IIS v5 environment, it fails with these errors.   3.)    .aspnet_wp.exe (PID: 3988) stopped unexpectedly 2.)  Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902 1.) Failed to initialize the AppDoma ...Show All

  • Visual Studio Express Editions PDA

    Will a program written in Vis Bas Express run on a PDA (specifically toshiba e740) Thanks Typing in VISUAL BASIC PDA on MSDN, returned: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnroad/html/road10242001.asp Hope this helps, Matt P.S. - SJWhiteley is right. :) ...Show All

  • Visual Studio Team System Base type information

    Hi, 1)I am having an object of type collection. Can you help me in finding it out wether it is suffixed by list or not 2)Suffix Exception to the end of the exceptionclass. 3)Suffix Attribute to the end of the Attribute class. 4)Suffix List to the end of the Collection class. Can any one help me in achieving this. Thanks, Phani Hi, some more information is also needed I need to know the base class of the object also precisely i would like to know the class from which the object is made and its base class and so on....till root ...Show All

  • Visual Basic Datagridview bound to empty table, esc edit fails on first row?

    Trying to understand how the Datagridview control works, I have bounded it to an empty table. If I begin edit of any field in the top row and "esc" the edit on this fisrt row I get an unhandled exception message "Current cell cannot be set to an invisible cell". My guess is, the control is trying to move to the row above the top row which, obviously, it should not. This occurs even if I do not have any code wathsoever in the events of that grid. Where do I handle this error Is this something that is happening on my box only or can this error be reproduced easily by others Of course, in many occasions, the tab ...Show All

  • Smart Device Development Will more processor types be supported in the VS 05 release

    Hi - A question to somenoe 'on the inside': On the 'Platforms' panel we get: Instruction sets:    ARMV4  When the 'real deal' gets here, will there be some other goodies like     Mips and SH3... Thanks - John Yes, it's true for 2002, 2003, 2003SE and WM 05. This it NOT true for PPC 2000 (and older), but it's long gone. Custom CE can run on various processors as well. WM 05 is ARMV4I flavor, others are ARMV4. ARMV4I can run ARMV4 code directly. It is a common knowledge (though I work for Microsoft and know that first hand). See this for example: http://msdn.microsoft.com/library/ ...Show All

©2008 Software Development Network