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

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

yaasiva

Member List

Kiron Bondale
Kennon2005
Michael Hansen
cgpl
Russ McDaniel
hazz
Jym
jk67
Bruce Baker
HirenBarbhaya
JohnCP
dobauer
rternier
GunaChinna
bstoker
Luis Miguel Abreu
madenci
Tejas34
Angry Coder
Jerry West
Only Title

yaasiva's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Utter newbie wanting to run code

    I've written the basic "first app" as per the instructions given. I'm trying to get it to run but for the life of me I can't find the way to build and run it. The only option available is to build it, which doesn't actually run it. I've tried to publish it but it presents me with an error when I set it up. How do I actually run the app Also: Can you import a ".x" mesh with textures Is there the facility to use a "virtual camera" as a point of view Any help appreciated thx! [moved to GSE forum] The way to run it is either Debug/Start debugging, press f5 or press the 'play' button on the tool bar (little green triangle). Now I think about it not having the ...Show All

  • Visual C++ Status bar update

    Ok, I've got a MDI doc/view program and I was followed the example at it is outlined in this artical http://msdn2.microsoft.com/en-gb/library/a9ys3wsb%28VS.80%29.aspx, but nothing gets updated. Actually, the only time it updates is when I close the document in the child window. Let me know if you need more infomation than that. Thank you so much. Please use this forum for C++ language issues only. MFC doc/view questions can be asked here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vc.mfc.docview&lang=en&cr=US Thanks, Brian OTP ...Show All

  • Visual Studio attaching Biztalk process Visual Studio is crashing

    Hello Bruce, When I am attaching Biztalk process Visual Studio is crashing. I really appreciate if you know any fix for this. Please reply to seshu.x.vutukuri@jpmchase.com Thanks & Regards, Seshu. Hi, apologise if i shouldn't write it here but i'm with a similar problem in similar enviorenment (VS2005, BTS 2k6). Each time i try to build any BTS project within any solution the process takes 100% of CPU processing. Although i expected for a long (the whole night) it didn't take any advance and the process seems hanged up. The BTS project within the solution has a folder and within the process i made a very simple process of requesting and sending files. I hadn't continue creating my orchestration due to the ...Show All

  • Visual Studio Problems with VS2005 ans VSS 6.0d

    Hi all, I am having some problems to source control my project using VS2005 over a VSS6.0 database. I have been working with VS2003 and VSS6 and I didn't have any integration problems. However, when I installed VS2005 didn't find the Source Control option on my File menu. I have reinstalled the Integration component on VSS, I also uninstall and reinstall VSS but didn't work. Does anyone have any idea on what is the problem here Thanks in advance, -Vicky I have a similar setup to OP. I have vss6 and have been using it successfully in vs2003 for some time. I have installed vs2005 standard. I created a project and added it to source control. I have a Source Control ...Show All

  • Visual C# Creating CAB Files programmatically

    Hi, I want to create cab files programmatically and that also multiple files at same time using muliple threads. I am creating my program using C# so I need some .net api or com api to create cab files. Is there anything available like that Thanks. Visual Studio 2005 has the CabArc.exe utility in the Common7\Tools\Bin folder. It is also available in the Platform SDK's Bin folder. Run it with System.Diagnostics.Process.Start(), the command line is briefly described here . ...Show All

  • Visual Basic Enter Button for a Field

    I read in another thread about this but I didnt get what was said...so ill reask this: I have a form. I want the form to activate a button after the user has typed some text and pressed enter. Thanks Dman that worked! But I have a few questions: 1) I recall reading about key up and key down. What are they for Apparently they are for when a person presses a key 2) This situation has it when the person presses the enter key. What code should I use for other keys For example, what would I write for *...asterisk ...what about capital M ...just write "M" Can you explain the code you used I want to understand it and use it for the future, not just copy it...like for example, e.keycode refers to the key pressed ...why just KeyUp ...Show All

  • SQL Server Small Snag with Insert statement

    I’m using an access Database with a table called tbltimes. in this table are the following columns: employeename, employeenum, TimeIn, TimeOut, and PunchDate Im using an insert statement that looks something like the following to insert a new row each time an employee clocks in. AccessDataSource1.SelectCommand = "INSERT INTO tbltimes (employeename, employeenum, TimeIn, PunchDate) VALUES ('" & Lblname.Text & "', '" & Lbltemp.Text & "', '" & Lbltime.Text & "', '" & LblDate.Text & "')" this part of my code is working perfectly. the part I’m having trouble with is the next part of my code where i would search the rows in tbltimes and find ...Show All

  • Visual C# referencing a custom class instance

    Mine is a .NET C# app on VS2005. I have a "main" form class Form1 and a number of classes that are used on demand. One of them is CandlePlot . CandlePlot is instantiated in a function Funct1 which is called by a Click method. Funct1 creates the plot and places it on a newly generated TabPage. So far so good. Most of the code plot related I downloaded as a demo from NPlot.com website. It is great and honest software. I just need to improve it introducing some dynamic elements which appear to be absent in the original. The CandlePlot Class has DataSource property. Inside Funct1 where the Class CandlePlot is instantiated I initialize this property by assigning a DataTable to it. The DataTable is supplied as a parameter in a li ...Show All

  • Windows Forms Change cursor from Cursors.WaitCursor

    I've created a simple form that has some labels, text boxes, and two buttons.  Currently there is no code except Application.Exit on the Exit button.  When I compile and run this project, it launches the form and shows a WaitCursor.  The WaitCursor never changes to an Arrow.  I am able to click in the text boxes and enter text as well as click on my two buttons even though the cursor is a WaitCursor. I tried changing the Cursor property of the form, but after I make the change it reverts back to WaitCursor.  I also tried changing the Cursor property for each of the controls but it immediately reverts back to WaitCursor.  I've also tried changing it in code: Private Sub frmMain_Load( ByVal sende ...Show All

  • Visual Studio 2008 (Pre-release) What template for unusual TreeView layout?

    As already mentioned in another thread I have a list of items with each item having their own list of always 2 sub items. I have them displayed as a ListBox with another Listbox for each item. This has some problems: 1) when I click on an main item it doesn't remove the focus of the selected sub items in one of the other sub list boxes and I end with 2 separate selections on different items (example: main item 1 is shown selected at the same time as sub item 3.1 is also shown selected). The reverse problem is there as well, when I select a sub item inside of one of the not selected main items, this main item is not selected, only the sub item. 2) I cannot easily data bind to the currently selected sub item from other contr ...Show All

  • Windows Forms Dropdown List

    Is there a way to make a Dropdown List typing enabled in a web application. Thank you in advance hello U_T_A I dont thnk that we can attempt this,because its against the design of that control ,but again why did u actually need such a functionality ...Show All

  • SQL Server Oracle Client Exception

    Hi, I've been working with MS XP OS and Oracle Client 9i (9.2) and my project was working properly. In another machine with the OS: MS Windows 2003 Server SP.1 and Oracle Client 10g I'm getting the error " System.Data.OracleClient requires Oracle client software version 8.1.7 or greater " when trying to open a connection. Please help, thnx I had a similar problem with Reporting Services trying to access an Oracle 9i db, this response from Robert Bruckner helped: Another user replied to a Forums thread you started ! Re: 2005 Reporting Srv cannot connect to Oracle datasource on web server Posted by Robert Bruckner MSFT in SQL Server Reporting Services Most likely the RS w ...Show All

  • Windows Forms Controlling one form to another

    Hi, Is there any way to control parent form from child without using showdialog(). I am not using MDI form. suppose I opened Form2 from Form1. Now I want to change some property of Form1 from Form2 then how is it possible Hi Sven, good day. I found where the error was, I had to declare the form as new form and then show it. Now I want to know if its posible to open a form by sendign the form name in a Sub in a module, like this: Public Sub OpenForm ( formtoopen as * , formtohide as *) Dim newform as New formtoopen, oldform New formtohide newform.show() oldform.close() end Sub Can this be done Thanks and best regards. * I dont know if as string with the form name or as a form. ...Show All

  • Visual C++ When to use deprecated strcpy function

    Hi, Wat are the cases where in we have to use strncpy or some othr deprecated function for strcpy in VC++ 8. Does these cases need using the deprecated functions char buffer[200]; char* dest; strcpy(dest,buffer); and strcpy(( char *) pTarget, ( const char *) m_strPhoneNumber) Please suggest me on this Thanks & Regards, Sorry, the partial quote was accidental on my part--you did qualify your statement with the alternative of using std::string.  I think the C++ runtime is not relevant anyway.  The Secure CRT is not so much about introducing a new way to write C code (meaning code that calls into the CRT) than it is to force developers to ensure the safety of their existing C code. ...Show All

  • Windows Forms method with list of parameters

    hi every body i am working in class that bind database with my application and i need to know how to make method that accept list of parameters (to execute Stored procedure with any number of parameters ) pleeeeeeeeeeeease i need help i need it to be liek that x.ExecuteStoredProcedure(storedprocedurename ,LIstofParameters ) yes , so you have a list of para suppose you take a table of paras, as follow: column1, 2 row1 para1: "aa" row2 para2: "bb" .... para3: string.empty (if you need) para4: "cc" then you can use: private void runstroedprocedure(Datatable table_paras) { for(i=0;i<table_paras.rows.count;i++) { if(para= ...Show All

©2008 Software Development Network