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

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

am09qx30

Member List

David Frommer
rodolfograve
matrixo
PBR
Rich MSFT
nielsb
spiovesan
Anatoly Baksheev
BilalShahzad
crazy jared
Jonathan Aneja - MSFT
Jason Whatever
HG71
stcdereke
Tim2048
Mochiwala
Duck4565654
Rajat Solanki
Mazzel
Brent_Yager
Only Title

am09qx30's Q&A profile

  • Visual Studio Plugging in the SDC WiX tasks to Team Build

    One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example:                     <CompileMsi                         SourceFiles="SourceFile1.wxs;SourceFile2.wxs" ...Show All

  • Windows Forms Collapsible and expansible GridView

    Anyone can give me some hits to make a collapsible and expansible grid to display a multi -level data. just like the local debug view in vs2005. Thank in advanced. I've just started a blog and the first main post is a sample that I wrote to customize the DataGridView to support collapsing and expanding. I call it a TreeGridView: http://blogs.msdn.com/markrideout/archive/2006/01/08/510700.aspx   -mark Data ...Show All

  • Visual FoxPro Query help

    I am trying to form a query in foxpro. I have two tables tab1 and tab2. I like to basically join the fld1 value from tab1 to the column name(named same as these values) in tab2 and get corresponding values for them. My idea of putting in a loop and incrementing the field name seems complicated. I really appreciate if someone can show light on this. tab1 column names id,fld1 values a1,200604 a1,200602 a1,200510 a2,200601 a2,200509 ...Show All

  • Visual Studio Express Editions Post Registering: Unable to reach Benefits Portal

    Hey, I've recently recieved VC#E. I've registered, but I am unable to reach the benefit portal page. I use the link provided in my 'thank you for registering' email, it takes me to a page where I must login with my ID, then a MS Connect page comes up with large text saying ' Error: The page you have requested is unavailable or you do not have access. ' Any help is appreciated. I get that sometimes too. It s ...Show All

  • Windows Forms VB TreeView - Daft Newbie:(

    Hi All, Sorry to ask probably such a daft question bu .... Im writing a small VB 2005 app. I have placed a treeview on my app like this: JRRIX | Form1 |- Form 1.1 | Form2 |- Form 2.1 | Form 3 |- Form 3.1 How do I capture the click events on the tree view so that when i double click on form 1.1 it opens a form called 1.1 and so on with 2.1 and 3.1 Many Kind thanks ...Show All

  • Visual Studio Express Editions using openfiledialog

    l want to use fileopendialog to open a text file that l select and place all of its contents into a multline textbox. Then l want to be able to make changes and save it again. as well as doing save as. l have this code so far but l need some more help. Private Sub Button3_Click( ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles Button3.Click Dim openFileDialog1 As New OpenFileDialog() openFileDi ...Show All

  • Visual Basic Missing Right and Left String Functions

    I have lost my Right and Left string functions. Mid is still present, but Right and Left now refer to the distance in pixels from the edge of a control. How can I get my string functions back again Dim a As String = "now is the time" Dim b As String = Microsoft.VisualBasic.Strings.Right(a, 5) ...Show All

  • .NET Development Debug initialization code

    How does one debug the initialization code I have a program written in VS C# Express. It works fine on the development machine (Windows 2000 Pro), both inside the IDE and running standalone. I take the same source code and run it under Windows XP and it fails during initialization (I know this because I have a MessageBox to indicate when I return from Initialization). When I run the program in the IDE on the XP machine, it works fine. How do I f ...Show All

  • SQL Server Running SQL server 2000 & 2005 side by side

    Hai My system is already installed with SQL server 2000 . Is it possible for me to install SQL server 2005 BETA CTP in the same machine and run both side by side. Regards   I am not sure which CTP you have, since we have RTMed SQL 2005, it would be better if you want to evalute SQL Server to install the full SQL Server 2005 Eval version.  Depening on which Beta you have, side-by-side installations may or may not work for yo ...Show All

  • SQL Server Capturing rows inserted from bulk insert

    Is there any way to capture the count of rows processed by a bulk insert task A property perhaps I can run queries post import but would prefer it if there was a way to capture that number directly. It was something we had in the old DTS as the package ran. Anything we can do to discover it in SSIS Paul Pisarek That's right. We're working on a sample that parses the string and creates a report from it, hope ...Show All

  • Visual Studio VS 2005 Script Explorer/Running Docs

    How can I set a break point in client side javascript In VS2003, I could run the web application, then in the Debug menu choose Running Documents, and see all the script files - just open one up and set a break point. Easy Now in VS 2005, the Running Documents window is renamed Script Explorer, and I can see all scripts sent to the client, but when I try to set a break point, I get a message that says "This is not a valid location for a break po ...Show All

  • Visual Studio Team System Connect to Team Foundation Server error when running VS.NET 2005

    Hi, I have installed VS.Net 2005 Beta 2.  When I open a project, the first thing I get is a dialog box entitled Connect to Team Foundation Server.  I did not install Team Foundation Server.  How do I configure VS.Net 2005 not to try to connect to Team Foundation Server   Is this something that can be turned off   Any info would be appreciated... thanks, joe If you're trying to open ...Show All

  • Visual Studio Express Editions Can I install Visual Basic 2005 Express Edition in Japanese Windows XP?

    Hello. I am student that live in Japan. I like to programming very much. So, I want to use Visual Basic 2005 Express Edition now. I have a question. Can I install Visual Basic 2005 Express Edition in Japanese Windows XP Yes, you can, it works great. If you are interested soon you will be also able to download the Japanese version of Visual Basic 2005 Express (I do not know the ship date) Luca De ...Show All

  • Visual FoxPro how to create an exec file

    I want to create an .exe file out of a project which includes a few forms and a number of .prg files. I want to run it with a shortcut on my desktop and I do not want to see any VFP shell (main window) around the main form. I tried to read some help but could not figure out how to get beyond COMPILE command. It does not seem to be useful for this purpose Thanks for any help. Alex, Create a project and add your files to it (t ...Show All

  • Visual Studio 2008 (Pre-release) RunOnUIThread - Callback Contract

    Hello, I'm build an application using WCF. I have a service contract which is declared with a callback contract. The service is running inside console applcation using NetTcpBinding. The client is a Windows Forms application which create a duplex channel to the service. After I call to the method Login on the service the service keep a callback proxy (from OperationContext.Current.GetCallbackChannel). When an event occure the serv ...Show All

©2008 Software Development Network

powered by phorum