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

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

Ryofire_Net

Member List

Reymarx Gereda
jmst
LDJ
Kurt S
HarishLalwani
Jochen Z
AdamAeroGuy
Carolyn
Bharathi
ThomasJaeger
Dnyt
Mochiwala
Duck4565654
Alaa Serry
Dr. Mojo
40th Floor
Conrad Chan
mike hartnett
YGRao
LilMaster
Only Title

Ryofire_Net's Q&A profile

  • Windows Forms problem with fontdialog

    hello, I am working on .Net framework in c# lang. and this problem is related to Font Dialog class.The problem  i am facing is as below: steps: 1)start an application containing a font dialog . 2)Install a new font while the application is running. 3)On applying the new font installed to any component  say textbox,the application throws an exception with message:"Only true&nbs ...Show All

  • Windows Forms Mdi Parent with a navigation toolbar on it

    My Form1 is my MDI Parent that i have added a toolbar menu with a mainmenu to it as well. When pressing a button to any menu it show the MDI Child. so far no problem. But how do i with the child form call a object let say my Toolbar properties in the MDI PArent so when i close the child form it will make the button enable& ...Show All

  • Visual C++ <winreg.h>

    While working with an MFC application and the windows registry, I have noticed some odd behavior when writing keys and values. For example: After creating a key I added some REG_SZ entries. ret = RegSetValueEx( hkey_ver, (LPCTSTR)"License",NULL,REG_SZ,(BYTE*)value,sizeof(value); This routine is performed by a installation exe, and these entries are later read by a main application. Checking regedit, everything appears to be fine except for an elipsis at the end of the string value "mylicense..." I did not think much of it until I checked a RegQueryValueEx call.  The entries I knew were there were not found. I verifed the entry in ...Show All

  • SQL Server Iteration within Stored Procedure

    A Stored Procedure inserts a record in a base table. I want to add n records (n=1 to 5) into a related table. Another SP (tdAuthorityInsert) is already set up to insert one record into the related table. So, two questions 1. What is the form of an iterative loop in a Stored Procedure 2. How do you call a Stored Procedure from inside another Thanks, td Is this what you trying to do declare @ NumReviewers int -- Initialize the @ NumReviewers select @ NumReviewers = 1 WHILE @NumReviewers <= 5 BEGIN -- execute your SP and pass in the @ NumReviewers exec your_sp_name @ N ...Show All

  • Visual Studio Team System Developing on Same Server as Team Foundation Server

    can anyone just asnwer my question I have asked in two different posts versions of the same question and so far no answer.... can I put an asp.net web site and team server on the same server. for example: team.domain.com 192.168.1.10 port 80 newweb.domain.com 192.168.1.10 port 80 and then from a client pc with VS and Team client installed edit the web project and have a team project that publishes builds to that "newweb"  for example I normally have to put frontpage server ext. on a remote server to edit files and update the web site. can team system hold the code files and publish them to the iis web site how do I do that! that's ...Show All

  • Visual C# Visual Studtio 2005->File->New Project->Shows an empty box

    Hi All, I am new to .NET, and have just downloaded "Visual Web Developer 2005 Express Edition Beta 2". I want to start building C# applications but on Selecting File->New Project, gives an empty box with no "project types" and "templates". Do I have to install C# express edition separately OR is the installation incorrect. Thanx Varun   Varun Sood wrote: Hey Nicholas, Thanx again...just one more question...where can I download VS.net from Is it free online or do I have to purchase it Thanx Varun Varun,    You will have to purchase it, as it is not a free product.  If you have a subscription to M ...Show All

  • SQL Server MDQ Query Question: Passing sets into a function

    I've created a stored procedure that calculates the "Kendall's Tau" statistic when given a set as input. The result is a single Double value. I have an MDX query that works to return a single value for the set of data for a single sample site. What I want though is a query that will return the Kendall's Tau statistic for the samples from multiple sites. with set [data] as 'nonempty(crossjoin([Site Hierarchy].[Site Hierarchy].[Site ID].[0829DA0001] ,[Sample].[Sample Day].children,[ANALYSIS PARAMETER].[ANALYSIS PARAMETER].[pH] ,[Measures].[Parm value] ))' MEMBER [KT] as 'Statistics.Kendalls_Tau({[data]})' ...Show All

  • Visual Studio Team System DomainProjectPicker problems

    I have a simple application that uses the DomainProjectPicker control (to allow users to select a Team Foundation Server/Team Project for WorkItem submission). The servers I have set up are all on workgroups and on single machines (no Active Directory). I have not saved my passwords/credentials for any of these servers so each time the control is shown, I am prompted via the default 'log in' dialog provided by the Microsoft.TeamFoundation.Client.UICredentialsProvider (via the DomainProjectPickerInternal.SelectServer method). I am prompted because I have connected in the past to a server, so by default it is selected in the dropdown l ...Show All

  • .NET Development Dynamically assign Select Statement to SqlDataSource

    I would like to dynamically assign a Select Statment to a a SqlDataSource.  Problem is the SqlDataSource.Select() Command requires a "dataSourceSelectArgument" as one of its arguments.  1.  What if I don't have an argument to give to the Select Statement.  Or if the arguments are pre-assigned.  Take the following lines of code for example.  ---------------------------------------------------------         SqlDataSource.InsertCommand = "INSERT INTO cart (userID, SID, itemID, quantity) VALUES ('value1', '"             + ...Show All

  • Visual Studio Web App stuck in Debug Mode

    Can anyone please help. I have a web app, that I have created in visual studio 2005 and I cannot seem to change the Configuration in the Configuration Manager to Release. It does not give me any other option other than Debug. Help!!!! Its OK sorted it myself. It does not give you the option of release as all the debug mode is done from the web.config file. ...Show All

  • Microsoft ISV Community Center Forums Simple question on FrontPage / Internet Explorer

    I have just learning FrontPage 2003 using the Step by Step book. When I look at pages with ActiveX items in design view I see the item, if I switch to preview I dont see the item just the area it occupies. I suspect that I need to change a security setting in Explorer, but I don't know where to start looking. Can anyone tell me which setting needs to be changed and the likely consequences Per our support engineer: Could you please tell me whether you can see the activex control by browsed with IE IF not ,you should install it with the hint form infomation,then you can see it with IE. A ...Show All

  • Visual Studio Tools for Office Unable to rebuild my project

    Hi, I've produced a C# automation addin for Excel and all works well. However, I'd like to be able to recompile the addin without closing Excel and reloading the addin. I've tried unchecking the addin from the addin list in the tools>addin menu, but it doesn't work. Does anyone know how to rebuild & overwrite the existing file without having to close Excel Thanks !! Thanks for the reply. Soooo frustrating/disappointing. Lets say I'm an addin developer and I typically recompile my an addin 10 times a day - if it takes 30 seconds to close and reopen Excel, over the course of a year I would spend over o ...Show All

  • Windows Forms How to make a datagridview row "un-dirty"

    Hi All, I have a datagridview. When a new row is added (by user) and has data, I insert a new record into the database table. My question is how do I mard the row un-dirty so that it will not be update/insert into the table again when user leaving the datagridview Thanks in advance ...Show All

  • Visual Studio How to support Exception Assistant

    I want to support an exception assistant to COBOL Exceptions. How can it support It seems that it has realized by putting an XML file on the   ExceptionAssistantContent folder of an IDE folder about the standard exception for Visual Studio. Best Regards. Hi Shinya, it appears that ExceptionAssistant is supported for VB.NET, C#, and J#.  I do not see any extensibility points to add languages.  You are correct that the exception database is in the form of the DefaultContent.xml in the folder you mentioned above.  The Exception manager will also read additional *.xm ...Show All

  • SQL Server VS2005/SQL Server 2005 Mobile subscribing to SQL Server 2000 publication

    Hi. I have an upcoming PDA project, and I would like, if possible, to use VS2005 and SQL 2005 Mobile, rather than VS2003 and SQL CE 2.0. However, the back end will be a SQL 2000 publication. If SQL 2005 Mobile subscribes to such a publication, can anyone tell me which (if any) of the new features in SQL 2005 Mobile will be available (In particular, column-level tracking and sync progress status) Thanks. A SQL 2005 subscriber cannot subscribe to a SQL 2000 merge publication.  Please see topic "Using Multiple Versions of SQL Server in a Replication Topology" in Books Online for more information. ...Show All

©2008 Software Development Network