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

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

Syri

Member List

Beski
Daikoku
Juan Carlos Ruiz Pacheco
Lightknight240
Predator14567
Colin Bowern
Chyna440156
Igor L. Kravchenko
GoingGreyFast
quinet
Kevin Hoffman
Newt.Net
NET PR
Barry333
Corky12190
jake williamson
Sarath.
Brian Foley
Jo-Jo
qpsk
Only Title

Syri's Q&A profile

  • Windows Forms List information..

    Hey guys, I am creating my windows appilcation and would like to have something like a log to capture each move of the user. In vb6.0 i normally use a listbox, can someone tell me how is it done here in VB.NET 2003 The ListBox control is still around. .NET also supports the System.Diagnostics.Trace class. ...Show All

  • SQL Server Error Message: Setup Failed because MSSQL$SQLExpress is disabled for the current hardware profile

    When installing SQLEXPRESS I am getting this message: Setup failed because service MSSQL$SQLExpress is disabled for the current hardware profile. Services must be set with the current Hardware Profile logon property enabled. Anybody knows how to fix this problem Eitan You might want to try the following guidance on cleaning up the machine before reinstalling. http://support.microsoft.com/kb/909967 Michelle ...Show All

  • Visual Studio Questions about DSL Integration Powertoy

    Hi All, I have some questions about this new power toy that is just released. I'm a little bit confused with the functionality and the real "power" of this toy. It is about accessing a model of DSL from another DSL. Does this really mean I can access my Language1 from my Language2 Can I reference them wherever I want as long as I have the DIS How about if they are in different company namespace (just curious) Because in the sample that came with the installation, I saw nothing like communicating with other DSL (please correct me if I'm wrong). And about the application of this integration, can I put two different DSL designers in one time debugging Yes, later on with this ability I want to deploy "one" package of two D ...Show All

  • Visual Studio Editing the contents of a file

    I have a number of files that i need to update in a visual sutiod solution. Can anyone provide me with an idea of hos to accomplish this. I can load the item easily but an not sure how to edit the content and then save it. You need to use EnvDTE.Document to save and EnvDTE.TextDocument and EnvDTE.EditPoint to edit. There are lots of resources at my web site to get started: http://www.mztools.com/resources_vsnet_addins.htm I would recommend to download the book "Working with Visual Studio 2005" (see the link above, the Books section) and read chapter 10 "Text Editing Objects and Events". ...Show All

  • Visual Studio Team System TFS Email notification not working

    hi I am working with TFS build notifications.I am trying to automate the process of sending email notifications when a build completes.The project alerts have been setup.I tried using the bissubscribe tool to subscribe to TFS events,but I am getting the following error in TFSEvent log file.Please help me resolve this. Event Type:     Error Event Source:  TFS Services Event Category:          None Event ID:          3032 Date:               11/28/2006 Time:           & ...Show All

  • .NET Development Sending a Video Feed using a loopback connection "ExternalException Was Unhandled"

    Hi, I'm trying to send a video feed, which I am receiving from my webcam, to another application. The former application is a server and the second is a client. The feed has to be displayed on the server side window aswell. Now when i fireup the server (which keeps waiting for the client to connect), and then the client side application, the server gets stuck and the client side application throws an "ExternalException was unhandled" , A Generic Erros Occured in the GDI, Error. When I close the client Application, the server application starts working and showing the webcam feed, (This feed isnt running from the part of the code in the server application where i'd like it to run from; it runs from outside the sending+displaying p ...Show All

  • Smart Device Development Discovering OS version / device model number programatically.

    Hello. We are developing the same app for 2 different devices. They are running WM 5.0 and WM 2003. The proxy string which one uses does not work for the other and vice versa. One likes "192.168.10.3" and the other likes "http://192.168.10.3". So I need to discover at run-time either the OS version or device model number. I've not been able to find this info anywhere. Does anyone know of a way to do this Thanks in advance Lee. if ( System. Environment .OSVersion.Version.Major < 5) { // Must be PPC 03 } else { // Must be WM 5.0 } ...Show All

  • Visual J# Converting Java Application to visual j#

    Hi, I got my existing Application in java(j++ 6.0), which will generatre applet a nd im hosting this in my existing asp web page. As a part of .Net conversion, i rewrited my asp application in asp.net. but main problem i got is with java(j++ 6.0) application. i want to port this application in to visual j#. but visual j# won't support Applet. so can any one tell how to replace my existing java Applet(j++ 6.0) with visual j#. my final goal is to host visual j# application(which will replace the java applet) in my asp.net web page. Regards Baji Prasad.B Asian CERC Information Technology Bangalore. India Hi, You can recompile your applet code into a J# browser control(JB ...Show All

  • Windows Forms Registry Condition

    Hi, In the registry editor for my setup project, I want to specify that the values I have provided for some keys, should only be applied upon install, not on update. So for instance say I have version 1.1 of my package. If the user installs the application for the 1st time from the resulting msi, the registry values should be set. If the user is upgrading from version 1.0 to 1.1, the msi should not touch the registry values. Is there a condition I can set on the values to make this happen Or any other way I tried the condition NOT UPGRADINGPRODUCTCODE and this did not work as it only applies to the uninstall phase of an update. Thanks, David. DeleteAtUninstall doesn't explain its ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. problems creating a triangle strip for a terrain section

    Hi I am having a few problems creating an index buffer for a triangle strip for a terrain section. I have a section similar to the following. 0 - 1 - 2 | / | / | 3 - 4 - 5 | / | / | 6 - 7 - 8 I define my triangle strip using the following indices also with one degenerate triangle, I have bolded it so it stands out better. 0, 3, 1, 4, 2, 5, 5, 3 , 3, 6, 4, 7, 5, 8 My first question is, is this degenerate correct it seems to be correct, but my next problem is what confuses matters as it really affects wether my terrain tile renders correctly without gaps. When it comes round to making my DrawIndexedPrimitives call, I have to specify the number of vertices, and the total number of primitives. I would have thought t ...Show All

  • Visual C# Delete XML elements

    < RadioBar >   < Genre_Genre_Country > Genre_Country </ Genre_Genre_Country > - < Genre_Genre_Country >   < Title > KPIG presents Cowboy Cultural Society Radio - an American tradition since 2002 </ Title >   < url > http://205.188.215.232:8028 </ url >   </ Genre_Genre_Country > - < Genre_Genre_Country >   < Title > Classic Heartland - Classic Country, Western, Bluegrass, Alternative Country [Dial-up] </ Title >   < url > http://130.166.72.1:8008 </ url >   </ Genre_Genre_Country &g ...Show All

  • Windows Forms problem with vscrollbar

    Hi all, I have a Form with 2 two Tabcontrols and some other components. I want to add a vscrollbar only to these tabcontrols but not to the entire form. I tried to add the vscollbar to the tabcontrols like this.tabcontrol.controls.add(this.vscrollbar1), but it giving erros saying only tabpages can be added. Can anyone answer this plz Thanx thanx for ur reply.. I added this.tabcontrol1.tabpage1.add(this->vscrollbar1); this.tabcontrol1.tabpage2.add(this->vscrollbar1); this.tabcontrol2.tabpage1.add(this->vscrollbar1); this.tabcontrol2.tabpage2.add(this->vscrollbar1); ya..it ddidnt give any errors..but what if i add another tabcontrol with 2 tabpages dynamically next after t ...Show All

  • SQL Server Permissions needed to run SSIS Package

    If one of our SSIS packages fails because of a communication problem with the backend, and the DBA is not available, my boss wants another individual (probably a senior programmer but not an "sa" type) to be able to re-run the job. What is the "right" way to do this under SSIS\ sql 2005 TIA, barkingdog ...Show All

  • Visual Studio Error while trying to run project.Unable to start debugging

    All: Suddenly I am not able to start my application in debug mode by pressing f5. It gives the error "Error while trying to run project.Unable to start debugging". In addition it says the specified module could not be found. Any help is appreciated. thanks vm ...Show All

  • Commerce Server Getting the Tracking Number From Commerce in the basket

    Hello, Is it possible to get a TrackingNumber from commerce before I create an order I want to avoid to create my own Tracking Number system. The API doesn't seem to expose methods to grab the next Tracking Number and I couldn't find a stored procedure. I traced the calls to the DB and it seems to be calling the IdentityCounter table from internally. Thanks, Patrick Hi Colin, You should be able to do the above in one upate statement CREATE PROCEDURE [dbo].[RetrieveNextTrackingNumber] AS BEGIN Declare @CurrentId int UPDATE IdentityCounter SET @CurrentId = CurrentId = CurrentId + 1 WHERE CounterName = 'PuchaseOrder.TrackingNumber' Select @CurrentId END ...Show All

©2008 Software Development Network