Software Development Network Logo
  • Visual Studio
  • Game Technologies
  • Windows Forms
  • Windows Vista
  • Visual Basic
  • Visual FoxPro
  • VS Team System
  • SharePoint Products
  • .NET Development
  • SQL Server
  • Visual C++
  • Smart Devicet
  • Audio and Video
  • Visual C#
  • Microsoft ISV

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

EnigMa_AnGeL

Member List

JTechOnlineGuy
fwojdag
Alvin Kuiper
shruthi04
Jo_
guitarplayer
TPeacock
Tryin2Bgood
I am Mats
dnetmgr
flarebol
Liam404
nkojuharov
noiseunion
Sreecharan
tmk7
FM_AX
Residual Logic Games
Tao Lin
neogir
Only Title

EnigMa_AnGeL's Q&A profile

  • Windows Forms System.Windows.Forms.AxHost.InvalidActiveXStateException was unhandled

    hello all i got this error with windows media player control as i am assigning  url of media control to media clip in temp folder can any body please help me early thanks I figured it out, and posted the answer to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2129763&SiteID=1&mode=1 ...Show All

  • Audio and Video Development XPath Declaration Returning 0 Elements

    I'm trying to end when any button in the div (id 'TRY') is actioned.  BUt my syntax must be wrong because 0 elements are returned. end="//div[@id='TRY']//button[state:actioned()]" <div id="TRY" style="BUTTON_TRAY"> <div> <button id="BTN_TRY_LF_ARW" style="BUTTON_LF_ARROW" /> </div> <div id="SCN_SLDR" style="SCENE_SLIDER"> <button id="BTN_POS_01" style="BUTTON_SCENE_POSITION1" /> <button id="BTN_POS_02" style="BUTTON_SCENE_POSITION2" /> <button id="BTN_POS_03" style="BUTTON_SCENE_POSITION3" /> <button id="BTN_POS_04" style="BUTTON_SCENE_POSITION4" /> <button id="BTN_POS_05" style="BUTTON_SCENE_POSITION5" /> <button id="BTN_POS_06" style="BUTTON_SCENE_PO ...Show All

  • SQL Server Reason to back up Database master Key?

    I can backup this key using something like: BACKUP MASTER KEY TO FILE = 'c:\TestEncryptionMasterKey.key' ENCRYPTION BY PASSWORD = '23' but why would I need to do it as the DBMK is stored in the databases itself ( in sys.symmetric_keys) and we dump all databases nightly. Just "in case" TIA, barkingdog Yes, we recommend you do this as a recovery measure. If you have a backup of the database anyway, this is less important because the DBMK is also backed up anyway, but this is still good as a precaution. Especially since restoring a DBMK file is a lot less expensive (in terms of server downtime) than restoring a full database backup. Sung ...Show All

  • Windows Forms Well if this isn't What is? Directions Please.

    Since this is not a Windows forum, do you have any idea where I would go to find out where my misconfig went to Who would I ask about this ~~Beauty ...Show All

  • .NET Development Clustered SQL Server 2005 and ADO.NET

    We are considering setting up a SQL Server 2005 cluster. Is there a developers guide to writting applications for this environment What can we expect out of the box(s) Should we be writting additional code in our dataccess components to detect and handle when failover occurs Any advice most welcome. Thanks. BenW IMO there is no need to check for failover as a failover event should be very rare. Second what are the odds a single user will be accessing the server and running a transaction at the exact second of failover Slim. You could notify the user of the error and ask them to try it again, but again errors should be rare and if the user has to call the helpdesk because of the error, that ...Show All

  • SQL Server sql express connect to user instance

    Hello: I have a requirement to connect to a user instance of sql express from a visual basic 6.0 project. I'm having trouble with my connection string. I'm able to connect with my connection string to sql express: Set cn = New ADODB.Connection cn.ConnectionString = "Provider= SQLOLEDB; Data Source=.\SQLEXPRESS; Integrated Security=SSPI;Connect Timeout=30" and the get user instance name: 'Get the user instance name strSQL = "SELECT owning_principal_name, instance_pipe_name From sys.dm_os_child_instances" but don't know how to query the instance name. Currently, I am returning the user instance name in a function. My questions are: 1. Is there any parameter for the user instance name in the connection string 2 ...Show All

  • Windows Forms How to change the Text Size of the WebBrowser control?

    I would like to change the Text Size of the WebBrowser control (.NET 2.0). The control doesn't provide the function itself. I have found information that it has to be done like this: ((UnsafeNativeMethods.IWebBrowser2)webBrowser.ActiveXInstance).ExecWB(19, 2, 0); The problem is that UnsafeNativeMethods is a static class of the Windows.Forms.dll assembly. Thus I am not able to cast the object to the correct Interface. How can I extend the WebBrowser control to support the changing of the browser text size Hi, Please have a look at this article: http://support.microsoft.com/default.aspx/kb/304103 Hope this can help you. ...Show All

  • Visual Studio Team System Build Error - Failed to retrieve data from the server.

    Hi, I have successfully created a Build Type, but when we execute the team build, a progress bar popup and run for a while, then display the error message: Failed to retrieve data from the server. Please verify the network connection and try again. Our current setup is like this: Server 1: TFS, SharePoint, Report Service Server 2: TFS's DB Developer Machine 1: VS Team Edition, Build Service Already added the user account, which running the bulid service on the developer machine 1, to the Build Service security group of the target project, and created required build and drop directories (everyone R+W permission) on the developer machine 1. And the machine user is able to connect to the TFS server to do other things e.g. chec ...Show All

  • Visual Studio 2008 (Pre-release) The tag 'Canvas' does not exist in XML namespace 'http://schemas.microsoft.com/client/2007'. Line '1' Position '2'.

    Hi, I am trying to use the following XAML in XamlPadX v2 <Canvas xmlns=" http://schemas.microsoft.com/client/2007 " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml "> <!-- The object to reflect. --> <Image Source="gear_large.png" Canvas.Left="75" Canvas.Top="20"> </Image> </Canvas> it gives me an error "The tag 'Canvas' does not exist in XML namespace 'http://schemas.microsoft.com/client/2007'. Line '1' Position '2'." Any help on this would be greatly appreciated Thanks Ponnu Hi Ponnu, The problem is the xmlns values you are using.  Try using the following: ...Show All

  • Visual Studio Express Editions Graphics Manipulation

    Hi All, care to share if it is possible to zoom in and out on bitmaps/JPEG images just like when we are using other software like photoshop or Adobe PDF under the Form environment Pls advice. Thanks in advance. Add a panel and a picturebox to the panel. Set the picturebox SizeMode to autosize. Set the panel autoscroll to true. Now if the picture gets larger than the panel then scrollbars will appear. ...Show All

  • Visual Studio Team System TeamSuite including Database Professional

    Hello! You write that Database Professional will be available as MSDN Download around 7th or 8th December. What about the TeamSuite Version including Database Professional When will this be available And to make it more difficult: I like to know also about the German version :) Regards CSharpNewbie22 Alle - Well, I was not trying to put you on the spot, but rather trying to find out what we can do about it. It is always easier for me to drive changes on this end when I have concrete examples :). Our writing team is only responsible for Visual Studio documentation, so I am not sure that there is much I can do about the Office docs. If Office provides a feedback mechanism, I'd suggest leaving them ...Show All

  • Visual C# Position of selected cell

    How do i find the position ( not the index of row and cloumn)of selected cell in a dataviewgrid I need it to place a control over the grid. Thanks. Regards Alu According to whether you want the display area or the client area you use one of the following: 1. For the display area of the currently selected cell: Rectangle rec = grd.GetCellDisplayRectangle(grd.CurrentCell.ColumnIndex, grd.CurrentCell.RowIndex, false); the last argument, when true, returns only the displayed portion of the cell, when false, returns the whole cell. 2. For content (client) area of the cell: Rectangle rec = grd.CurrentCell.ContentBounds; In boh cases, you have a rectangle with the position and size of the area you want! ...Show All

  • .NET Development Dictionary versus SortedDictionary (Generics)

    Is it true that the Generic SortedDictionary does not use hashing (like Generic Dictionary does), but instead uses vanilla comparisons of keys (i.e. binary search, logn time complexity) I ask, because a compatriot insists that both generic containers (Dictionary, SortedDictionary) use hashing.  I think he is mistaken. hi, Both are implemented in the System.Collections.Generic . Details follows :  Dictionary Generic Class and SortedDictionary Generic Class . ...Show All

  • .NET Development Using DataTable.Select()

    I would like to activate this sql query- "SELECT FileName from Files WHERE FileName LIKE '%AA%'" 'FileName' and 'Files' are DataColumn and Table. How can i do that with Table.Select() method. Thank you in advance. The Select Statement would look like this: DataRow[] filesWithAA = files.Select("FileName LIKE '%AA%'"); Here is an example showing it in action: DataTable files = new DataTable("Files"); files.Columns.Add("FileName", typeof(string)); files.Rows.Add(new object[] { "File_AA_001.txt"}); files.Rows.Add(new object[] { "File_AA_002.txt" }); files.Rows.Add(new object[] { "File_BB_001.txt" }); files.Rows.Add(new object[] { "File_CC_099.txt" }); // Here is the Filter ...Show All

  • Visual C# DLL and Namespace question

    I am trying to publish a (my very first) dll for one of my C# applications and am a bit confused about the need for my customers to include MY namespace in their applications. Specifically, when I developed my dll (project output = class library) I generated a namespace called "mynamespace". So, when one of my customers uses my dll, would the customer need to rename his namespace "mynamespace" to access the methods in the dll I ask this because I have tried creating a test project that includes my.dll in its references folder. However, unless I change my test.cs program's namepace to "mynamespace" I cannot access the methods inside the dll. I have also tried "using mynamespace" but cannot access the dll. Can someone enlig ...Show All

©2008 Software Development Network