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

Software Development Network >> Soft Analyst's Q&A profile

Soft Analyst

Member List

Jesn Egil Evensen
Andowen
prashanthmscis1227
Nahum
Jyothi Srinivasan MSFT
Brian Grunkemeyer - MSFT
kevinwind
Alon *
YasserAli
Rajavanya
Jeff Levinson
Paul Turner
EJUNLIU
Chardiot
brigitte
bat313
Michel Baladi
MCRoberts
Gnomie
_ _
Only Title

Soft Analyst's Q&A profile

  • .NET Development Newbie question - deployment project

    Hi, I'm not sure if this is the right forum to post this question. I'm using VB .NET to create a deployment project.  I want the project to request the user to enter a product ID.  I then want to use this product ID elsewhere in my program. My question is where would this program ID be stored     How would i be able to obtain this number after the user enters it during the installation I can't find the number in the registry. Any assistance will be highly appreciated. What i'm asking is how do i obtain the number that a user enters as a product key during the installation i'm thinking that it must be saved som ...Show All

  • Visual Studio Team System Error publishing tests results...

    Hi, I am trying to publish a unit test result and it gives me error: "Server was unable to process request. ---> Method failed with unexpected error code 53. " I am using TFSB3Refresh. My client machine and TFS are on separate domain, and the credentials I use to connect to TFS have full authorization (Project Admin, TFS Admin, Windows Admin) on TFS. In the "Publish Test Results" window, the owner of the test run is the account I used to login to windows (not the one which connects to TFS). Is this the problem Any assistance is greatly appreciated. Praveen Hi Praveen ...Show All

  • Visual C++ Console::WriteLine's in a GUI

    Hey all, I have a nice gui visual studio app, and I've been using console::writeline to view output throughout my program. To be able to view this output, I open a DOS window and pipe my executable file to 'MORE'. Like this: # prog.exe | more This works ok, but 'more' only does a page at a time, so I have to keep hitting --Any Key to Continue--- Is there any other way to view console ouput (without running debug) njm137 wrote: How about getting the console to close when my program closes.. When the program exits main, the console is automatically closed. ...Show All

  • Windows Forms cumon Buds Where r u??

    i m stuck here, as the boss want me to show all the tables with relativity, to the customer, and let him select the fields that he/she wants in the report, and then display the report (crystal report), can anybody help me out, it'll be great if a sample can be supplied. i can show all the relations and table structure but this adhoc reporting ...Show All

  • Visual Basic After saving text, doesnt work!

    In form 1 there is a Button1 In form 2 there is a textbox1 Button1 is supposed to run the process stated in textbox1 Code: Process.Start(Form2.Textbox1.text) This code is run and the appliction has no errors until: Textbox1.text is saved and when form 2 loads again, the saved text is in textbox1 again Code: Textchanged SaveSetting("Startitup", "Textboxes", "Textbox1.Text", TextBox1.Text) Form2 Load TextBox1.Text = GetSetting("Startitup", "Textboxes", "Textbox1.Text", TextBox1.Text) After i input this save code my button does not run the process in textbox1. I get this error message: InvalidOperationException was Unhandled Cannot start ...Show All

  • Smart Device Development How to get contact name by number?

    Take the emulator's number for example. I save the number 4250010001 as a contact named "Self". How can i get "Self" by the number "4250010001" And how can i get "Self" by "+14250010001" How to match them You can use the function IPOutlookItemCollection::Find to find the contact by number. For example, if you gave (425) 001-0001 as the Work tel number for "Self", then you can use a filter string like [BusinessTelephoneNumber] = "(425) 001-0001" for the Find function. A code example of how to use the Find method is given in ...Show All

  • Visual FoxPro Error Loading File - Record Number...

    I have been struggling with this for the better part of this week. When I try and load a form it gives me this error Error loading file - Record number 41. Formset <or one of its members> Parent: Function arguement value, or count is invalid. Looking in the .SCX and the Parent coloumn, the record is an empty memo field. I have very little experience in trying to fix a problem like this and could really use some help. J.Newman Well, something's definitely wrong in record 41 of the SCX. I'd take a good look at the Properties memo, where I'll bet you have some assignment that VFP is choking on. ...Show All

  • Visual Studio Hiding scrollbars of crystalreportviewer

    Hi, I just wanted to know if it is possible to hide the scroll bars of the crystalreportviewer or not ...Show All

  • Visual Studio 2008 (Pre-release) DHTML and XAML

    Hi All,         I have seen the ironpython demo of dynamiclly creating xaml objects to a window  http://www.longhornblogs.com/rrelyea/archive/2005/11/25/IronPython_and_WPF.aspx  and i was wondering if it is possible to do something similar with DHTML.  I have created xaml demo gadget for live.com http://microsoftgadgets.com/forums/1585/ShowPost.aspx  but i was wondering how far can it go. If the xaml code was on the same server could we access the the DOM on the XAML iframe and dynamicly add elements via DHTML Has anyone tried this thanks slyi    ...Show All

  • .NET Development DataGridView Record Selection

    Hey guys I am not a new VB programmer but I am kind of new to the database side of it. THis is what I got, I have a form that fills a datagridview control with data from an access database located locally, I used the dataset designer to create the database connection. I am able to fill the datagridview what I would like to do is when the user double clicks on a record (the data grid only show names) it will create some sort of data table or dataset in which I can pull the rest of the information from (address of record, etc) so I can put this information in textboxs, labels, etc.... thanks Hi! I th ...Show All

  • Windows Forms TreeView Double Click and canceling expansion

    Does anyone know of a way to cancel the node expansion on double click in a treeview   I can't seem to figure it out, it seems that the events happen in an order that does not allow me to do this, has anyone figured out a workaround Thanks, paul Tyng Silly question but is there anything wrong with  Private mbIsDoubleClick As Boo ...Show All

  • Visual Studio Team System "Missing file" link error with TFS build

    Hi, We are trying to build automatically one VS 2005 solution containing various VC++ project (one exe and several dlls). This solution and its projects make use of custom configuration (this help us to define various preprocessor #defines used in our C++ code). When building this solution with one configuration through via VS 2005 on a desktop computer, everything builds fine. But after creating a TFS build type and running it on the build server we see this error: LINK(0,0): error LNK1104: cannot open file 'D:\Build\RootFolder\TFSProjectName\BuildTypeName\Binaries\PlatformName\ConfigurationName\DesignerLocale.lib' (D:\Build\RootFolde ...Show All

  • Windows Forms Generics

    I was wondering, will there be a tool (or FxCop rule or something) to find code that should take advantage of generics  I don't want to go through all of my applications when I upgrade to Whidbey. That's an interesting suggestion. I would try contacting the FxCop team ( http://www.gotdotnet.com/team/fxcop/) to see if they have anything planned. Ragh ...Show All

  • Windows Forms Reduce SPACE

    Hi vevery body How I can reduce space between the items of a listview if that listview is in LargeIcon view. Thanks ...Show All

  • Visual FoxPro Open table exclusively?

    Forgive my ignorance - I've recently reinstalled XP and subsequently Foxpro 7.0. Now when i double click on a foxpro dbf file it opens the table and another datasession labeled 'B' (i'm supposing it's a datasession). Previously, when i opened a table i was in exclusive mode and didn't have this duplicate table open also. I normally work in exclusive mode because my data is not in a shared environment (i'm a vb developer). Any suggestions thanks, rroot01 I am sorry, but I have no idea. I cannot duplicate this behavior in any version of VFP (and I have Versions 6 thru 9 installed) and I have tried with EXCLU ...Show All

©2008 Software Development Network