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

Software Development Network >> Alex Flash's Q&A profile

Alex Flash

Member List

timseal
Johnny_R2
Joe Zott
Jaakko
Franco22
DanielD
Rodrigo Diaz
Hibri Marzook
Venu_nair
Nadirsha
Nikos Giannakas
Bryan_Andes
Ratzu
Viktor Placek
KSV
smudie
NcSm
gf8500
Jim Thompkins
Jit
Only Title

Alex Flash's Q&A profile

  • Visual Studio 2008 (Pre-release) How do I Progmatically Select an Item in a TreeView?

    Seems simple, but somehow I got stuck on this one. I've got a TreeView bound to some Hierarchical Data. I want to progmatically set the TreeView to have an item initially selected after I populate the Hierarchical data. SelectedItem and SelectedValue are read only, so that's a no go. I figured I need to get the TreeViewItem hosting my object and set it's IsSelected to true in a SubClass like this: public void SelectFirstNode() { if ( this .Items.Count > 0) { TreeViewItem treeViewItem = GetContainerForItemOverride(Items[0]) as TreeViewItem ; if (treeViewItem != null ) { ...Show All

  • Visual Studio Express Editions about rich text box so i will ask once more! please help!!!!

     thanks for any help just want (in Windows ) the person who opens a text file -that it will open with my note pad type program not windows notepad,     no answer so i will ask once more! can some one please tell me how to click a text file and get it to open with my vb notepad program i use file open with my program bt when my program opens the rich text box is empty   Dim MyFileStream As New FileStream( FilePath , FileMode.Open) RichTextBox1.LoadFile(MyFileStream, _ RichTextBoxStreamType.PlainText) MyFileStream.Close() ----------------------------- file path is the text file they ck so how to ...Show All

  • Windows Forms CallBack in GridView

    Hello: I am in the process of extending GridView and adding some functionalities. For example, I added a single row click to postback and handle the event. I would like now to be able to do a CallBack instead of PostBack. Do you know if there is a whitepaper on how that CallBack functionality is added to the Grid currently through sorting and paging I believe it is better to follow the same technique used. I have been trying for some time, im getting all the needed methods and functions, and I have added for example: Grid1.EditIndex = e.GridViewRow.RowIndex; inside the handler of the sinlge click which is being fired upon a ...Show All

  • Visual Studio 2008 (Pre-release) Running WBA in an IFrame

    I want to embed a web browser application in an HTML page by running it in a IFrame. There are 2 issues: 1. How can I get rid of the navigation chrome in the WBA It looks very bad in the IFrame. 2. If I have a <Hyperlink> in the WBA , how can I navigate the HTML top page to a new page by clicking on this hyperlink (like  <a href="..." target="_blank"> behaviour in HTML) Thank you, Valentin Iliescu What changes are necessary to make removing the chrome working from <Page.Resources> I'm asking because it also would be nice to embed loose XAML without chrome into a webpage. Florian ...Show All

  • Windows Forms Cancel listview selecting an item

    Is there any way to stop the listview from selecting an item I want to perform a test on the currently selected item and if the user tries to click on another item, stop them from moving to the item they clicked on, if the test returns true. Yeah I suppose keeping track of the index and then just changing it back would  ...Show All

  • Smart Device Development Debugging without ActiveSync?

    Is it possible to debug a native application from Whidbey Beta 2 on a Windows CE 5.0 device that doesn't include activesync   In the device settings the only choice seems to be ActiveSync. What is happenning is that the emulator is not recognizing the idle loop in the BSP and is trying to execute it at maximum speed. The workaround is to change the idle loop in the SMDK2410 so that the emulator sees it and goes idle. The key sequence of ARM instructions that the emulator is looking for is generated by:  do {} while (!fInterruptFlag); So here is a sample implementation of OEMIdle that will cause the ...Show All

  • Windows Forms Save datagridview layout to file

    Hi, I want to save a datagridview layout to a file. Not the data - just the columns, their formatting and the fields they are bound to. Can this be done (and how!) Paul. I don't know if this is what you're asking for, but this article helped me: http://msdn2.microsoft.com/en-US/library/system.configuration.applicationsettingsbase(VS.80).aspx It's not for a UserControl, but it should be similar - apply the example code for a UserControl instead of a WinForm, ...Show All

  • Visual Studio Team System What is Team Foundation Server (databases)

    hi I’m using dual-sever deployment. After installing SQL Server on the data-tier, you should install TFS (databases). What does this installation do Does it create the necessary tables I want to install SQL Server and TFS (databases) on server X, and then backup the TFS database and restore it on another server Y which already has SQL Server 2005 installed. Thanks The server X that I restored the databases to has all the prerequisites needed by TFS (databases), e.g. IIS. I just need info on how to emulate the installation of TFS (databases). What has changed when installation is complete Tables are cr ...Show All

  • Windows Live Developer Forums Results Not All There

    I just got this all setup and it is working but not right. Below are the test results I'm getting of the properties in parentheses. 1 Responses (searchresponse.getlength(0)) 23 Results Found (sourceresponse.total) 2 Actual Results Found (sourceresponse.results.getlength(0)) So it says there are more results found than are in the results array Could this have anything to do with just signing up or testing on localhost If I do the same search on MSN there are 18 results so I know there are more than 2. Thanks for any help. James, Yes that was it. I made the s in site lower case and it works as expected. Thank you for yo ...Show All

  • Windows Forms Binding a text box to a datagrid value??

    Any help is greatly appreciated.  I have 2 tables:  "Claims" and "Injuries", both have a field called "SocialSecurityNumber". On my form, I display a datagrid bound to the Claims table, and I have a tab control that shows the Injuries table.  The problem is when I'm displaying records from the main "Claims" table, and I now&nbs ...Show All

  • .NET Development How to open an webapplication that is copied from another machine

    Hi, I copied a web application from one machine and i pasted it in another machine in this localhost path C:\Inetpub\wwwroot\webapp1.while opening the application im getting the following Error: "Unable to open web project "webapp1". The file path C:\Inetpub\wwwroot\webapp1 does not correspond to the URL http://localhost:/webapp1. The two need to map the same server location. HTTP Error 404:Object Not Found" . Please give me any solution for this ,im waiting for the Reply. Thank You. Hi, Open IIS goto the defualt website. There will be folder Webapp1. Right click on it and press Create button. Hope this help. ...Show All

  • Visual Studio Express Editions Error installing SQL Server 2005 Express

    I'm having dificulty installing MS SQL Server 2005 EE onto my XP Pro Machine. I did have the VS2005 Beta2, but i think this was fully removed (Tried using Add/Remove Programs, but had to use Windows Install Cleanup in the end). I've downloaded the executable and whenever i run it i pass the system configuration check 100%. I continue to install using the default options, and the following components install correctly: MSXML6 SQL Setup Support Files SQL Native Client SQL VSS Writer However, the SQL server database services does not install, giving the following error message: TITLE: Microsoft SQL Server 2005 Setup ...Show All

  • SQL Server Grey out Parameter

    I would like to grey out a parameter based on the value another parameter. which makes data entry in this lower parameter unnecessary. Is there and example in the Non-Queried Expression that allows this I assume I can add a = null value to the Input value of the stored procedure and the report will accept the null when the parameter is greyed out. ...Show All

  • .NET Development ASP.NET Tab Control Programming

    I have two frames, each contains one .aspx file. When I click the button in the first frame, the second frame content need to be reloaded. -------------------- I use the codeing: Button1.Attributes.Add("onclick", "window.parent.frames('Main').location.href('MainFrame.aspx');") in the button click event of the first frame. --------------------- My problem is: - When I click the button in the first frame for the first time, it is not reloading the .aspx file in the second frame, but it reloading for the second click. Why it is Can anybody help me... Nelson. Place the line of code you mentioned in the Page_Load event instead o ...Show All

  • Visual Studio Team System Beta Version of Team system

    Hi I have Visual Studio team suite on my computer, actually i dont know whether it is beta version or not , is there any way that i can find about it thnx Help => About Microsoft Visual Studio ... ...Show All

©2008 Software Development Network