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

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

gallileo

Member List

allen5928
Bruno B.
Cat Z
Appa
Kory Adam.
Yolip
Intern Bob
Cutty
kayers
omer khan sahab
Miguel Angel Herrera Escobar
brentj12345
Fivekeepers
DaveMuc
shusen
Simon Scurrell
Arne
1on1to1
Deep Dreams
Niclas S
Only Title

gallileo's Q&A profile

  • Visual C++ Does someone know vc++ class diagram

    Dear all Does someone know any tools i can use for vc++ 6 to transfer class diagram Rational used to have some tools that supported Visual C++ 6.0 (and later versions) but since they were gobbled up by IBM I don't know what the status of these tools is. ...Show All

  • SQL Server shrink DB and create Backup thru VB.NET code

    Hi, Is it possible to shrink a DB thru .NET. Presently I have to go into the SQL server 2005 studio to shrink the DB. To shrik the DB I right click on the DB and select all tasks -> Shrink -> DB How would I do this thru SQL codse I would like to do it thru my VB.NET code as you would compact an ACCESS DB. The reason I want to set it thru my code is : The clients that use my program have no clue of SQL or for ...Show All

  • Visual Studio Team System How to customize things in an existing project?

    I have successfully created my own custom template based on NSF Agile, mainly in the work item area. It's working out great. There are a couple of projects created based on MSF Agile previously. Is it possible to customize certain things in them so they are consistent with the new projects created using my own template e.g. list items under Priority and State for work items. You can use witimport & witexpor ...Show All

  • .NET Development SQL Question??

    I want to set up my button control...so that if my data reader.HasRows then i want it to UPDATE the rows....If my datareader.HasRows is False then i want it to Insert the new information to its new ROW....here is what i came up with any help would be fantastic Private Sub btnSave_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click Dim sqlconn As SqlConnection Dim sqlcmd As SqlComm ...Show All

  • Visual Studio Team System Publish to TFS via VBA Macro in Project Pro 2003

    I need to write a macro to publish to Team Foundation Server (TFS) from Project Pro 2003. I have to code to publish to Project Server, but I want to create a macro that will publish to the TFS. I have attempted to record this using Project's Macro Recorder, but it fails to record the click event of the "Publish" button from either the Team tool bar or the Team menu bar Thanks in advance. Doug www.cooltimbers.com ...Show All

  • .NET Development .Net Oracle process error

    hi This is regarding a performance issue in my windows application... Maximum possible process in my oracle server is 150... Sometimes my users wont be able to log on to my application since it exceeds maximum processes.. so we have to restart my oracle server.... Can anyone suggest the best practise to avoid this...im using Visual studio 2003 and coding in VB.Net Thanks Raju, I don't have any Oracle knowledge, but a ...Show All

  • Visual C++ Stopping my NT service failed after TimeOut

    Hi, I've created a service in VC++ (unmanaged code) on Visual Studio 2005. Everything works fine. But I still have a problem to stop my service. During its termination, my service needs time to communicate with external components (about 5 minutes). When I stop my service from the "Control manager", my service enters in a STOP_PENDING state. I start a independant thread which refresh its status by calling regularly SetServiceStatus. Bu ...Show All

  • Windows Forms Forms controls hosted in IE with Application Settings

    I also posted this in the Click Once and Windows Forms in IE group. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=398948&SiteID=1 We're building an App that can be run either as a Windows App or as a control in a web page. We've got the whole hosting controls in IE thing down pat. What we are trying to do is to use the ApplicationSettingsBase architecture to persist user control settings. We wrote our own provider to store the ...Show All

  • Visual Studio Handling pop up window such as SaveAs in .Net 2003 AddIn

    Hi All, I am trapping SaveAs command in my AddIn,but before saving I want to know the new path and new file name in which my current file is going to save.In other way I want to handle Save As window and retrieve data from it,Is there any way around for I tried to find out in BeforeExecuteEventHandler for save as but the destination path is not there because it is called before executing the command Kindly provide some pointers.My adin is in C# ...Show All

  • Windows Forms Exit Application and auto login with previous user

    Hi all, Please help me, I want to logout and then auto re-login user with previous username/password session. Here is the structure of My Application: MyMain project: - MainForm.cs - Reference to: MyUtils project MyUtils project: - Login.cs (form) - ManageMenu.cs (form) - SystemProperty.cs (class) MainForm.cs using MyUtils; private static bool IsLogin = true ; private static void Main() {    MainForm frmMain = new Ma ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Camera Following Problem

    I have a simple mesh that when you press the up arrow, the velocity is increased and vice versa. To turn the mesh I have a double value that I use as the angle that the mesh is facing. When the left or right arrow is pressed this value is increased/decreased by 5 and I check to make sure it doesn't go below 0 or above 360. To calculate the x and y coords for the turn I use the following: mypos.Y += ( float )( Math .Sin((mydir* Math .PI/180) ...Show All

  • Visual Studio Team System What is a minimum install to get code coverage and profiler?

    I am a little confused about what I should install if I want to try code coverage and profiler tools on a single machine. AFAIK VS 2005 Standard that is available for download does not include these tools, they are part of VS Team. But do I need to install Team Foundation Server in order to run code coverage I would like to manage with minimum installation if possible. Thanks in advance Vagif, Mark my original post as an Answer to your que ...Show All

  • Smart Device Development problem in accessing the data

    hi all, coming rite to the question.. well i'm passing  arrays of string from my managed code to my native code .. TCHAR* a[20]; //globally declared int i=0; //global extern "C" _declspec(dllexport) int passstring(TCHAR* f) {       a = f;  / / other codes to process the data       i++; } extern "C" _declspec(dllexport) void shownum() {  &nb ...Show All

  • Visual FoxPro data from one table1 that isn't in table2

    Yallo, I know there is an easy fix, but I have spent to much time on it and can't figure it out. I have two tables that share some id numbers. I want to pull all the data from one table where the id isn't in the other table. Table1 id name 1 steve 2 clarith 3 dorthy 4 pudbo Table 2 id name 8 clem 2 clarith 6 fursmorth 4 pudbo two tables: they share records with ID 2 and 4. I need to pu ...Show All

  • Software Development for Windows Vista ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effor ...Show All

©2008 Software Development Network

powered by phorum