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

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

matthew4oz

Member List

David8756
GGanesh
Robert Caruso
CalBob
Oirad
Rakesh Jha
JudiSue
tehlike
Jack_Software
RCS300
siskhoalanka
Rob Stubbs
Kenco Computers
ManishDotnet
Sebastian_Nie
RahulB
Packiyanath
Max Komarov
Olman Q
Jeeva S
Only Title

matthew4oz's Q&A profile

  • Visual Studio Team System Web Recordings not getting inserted in script

    This may be a FAQ. I have just installed the release version VS2005 Team Tester and am trying to record a web test script. I press record (and also tried "add recording") IE pops up and I record a short series of URLs (yahoo, google) and press "Stop Recording" but nothing gets inserted into the test script. Seems to be a disconnect between IE and getting the steps back into the web test script. Is there something obvious I ...Show All

  • Smart Device Development ActiveControl

    how could I find out which is the active control of mi form In the .net framework i have the method activecontrol, but in compact .net framework I have nothig to know that. Im working with visual studio 2005 and cf v2.0 This newsgroup thread from the google archive should help... http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_thread/thread/7264a1c591a3 ...Show All

  • .NET Development ThreadPooling in c#

    I have to upload 70 files using ThreadPooling and code i have used is as below.I have set the maxthread size as 10.But it is uploading only 8 files. Please tell me how to make it work.Also if u can please give a sample code.Help will be greatly appreciated. WaitCallback callBack = new WaitCallback ( UploadFileEx0 ); for ( int i = 0 ; i < 70 ; i ++) { if ( true == isThreadAvailable ( true )) { T ...Show All

  • Visual Basic Displaying list of text in a TextBox

    I'm a novice programmer and I have a very basic question. I am trying to display text in a TextBox, with one caveat. I need to be able to insert "carriage returns" or force the text onto a new line. I am using the text box to display the results of a numbered list. How can this be done As a work around I am using Word to display the results, but ideally the application needs to be able to display the results in a text box. Thank ...Show All

  • Visual Studio Express Editions Visual Basic vs Delphi

    what are the main differences between the two - and more specifically which one is better/more popular     Which is better, apples or bananas Which is better... Ford or Chevy They each have their own strengths and weaknesses.  You have to decide which you want. As for the comments about VB.Net being less of a language than C#.  I find that juvenile.  The CLR makes both languages n ...Show All

  • .NET Development How to call .NET COM object generated with REGASM in non .NET Framework system

    I use C# make a dll, then use regasm get tlb and reg files for the dll. I want to use it on the system which has not installed .net framework. But, after I registry it with the reg file, still get error. BTW, when the system indtalled .NetFramework, then it works fine. How to solve this problem. Thnaks! Hi, This problem cannot be solved. Well...I think you have mis-understood the concept of COM Int ...Show All

  • Visual Studio Help still broken

    Just installed the release version of VS2005 standard. Alas, F1 help is still broken. If I position the cursor over a word (for example HANDLE) and hit F1, the following happens: 1. If MSDN is set to use local help only, it always displays the topic-not-found page, even though on the left hand side, the topic is not only present, but selected. A single click on the highlighted item displays the correct information. 2. If MSDN is set to use onlin ...Show All

  • .NET Development ctype("0",system.int32) throws an exception

    When I try to cast the string "0" to an integer I get an exception... When I try IsNumeric("0") it returns false. When I try to cast "10" or "01" to an integer it works with no problems. This happens on some of our computers, but not others. I've looked through the regionaly settings and all of them appear to be identical from working to non-working computers. Any ideas Thanks, Jason ...Show All

  • Visual Basic Loading Crystal Reports Report, How To Stop Prompt Enter Login ID And Password, This Never Happen Before

    How do I stop VB from asking me this I want to view the Crystal Report immediately without the prompt. With a simpler version of my application, it never asked me this. Thank you, Christopher Lusardi This is a pretty common problem. So common that they created a nice knowledge base article on it which I think should shed some light on the situation. http://support.businessobjects.com/library/kbase/articles/c2010371.asp In addit ...Show All

  • Visual Studio 2008 (Pre-release) Animation not working in code

    I set some animations in a WBA. First I register the name: Application.Current.MainWindow.RegisterName(myElement.Name, myElement); When I try to set a storyboard and set an animation on this element I get 'The name 'myElementName' could not be resolved in the name scope of 'MS.Internal.AppModel.RootBrowserWindow' like the name is not registered. This code used to work in Sep CTP. Did something change for Nov CTP regarding ani ...Show All

  • Visual Studio VS2005 debugger display of info for static members.

    I have been exploring VS2005's debugger with a project that has been previously debugged in VS2003.  I noticed that the VS2005 debugger does not display Quick Info pop-ups for static members and the Quick Watch dialog indicates that such members are out of scope and cannot be evaluated.  VS2003's debugger has no trouble doing both of these things. Is it possible to configure VS2005 to work like VS2003 Thanks, St ...Show All

  • Visual C++ CDockBar::Insert

    There has been a huge bug in this MFC function for the last decade.  It shows up in applications that have many toolbars when you have some toolbars hidden and multiple rows of toolbars.  It mis-calculates the number of toolbars rows and drops you toolbar in some row below where you specify.  It's hugely annoying to the point of be unusable. It would be soooo easy to fix and it's very difficult to work around. What is it goin ...Show All

  • Visual C++ Incremental linking

    Our solution contains 8 projects - one MFC exe, one DLL, and six static libraries. We are using VC++ 2003. To do a full link on the executable is very slow - as much as 10 minutes. We believe this is the fault of some third-party libraries we are linking to, but right now we don't have an alternative to using them. Incremental links, by contrast, take less than two minutes. This ought to largely take care of the issue, but it doesn't. ...Show All

  • Windows Forms bring already opened form in focus

    Hi, I have a FormA that is already opened. I am at Form C, and theres a button on FormC that closes FormC and takes user to FormA. Do I need to make an object of formA and do objFormA.Show() again  Can I bring the instance of&nb ...Show All

  • Windows Forms Resizing a control problem in design mode

    I have created a UserControl and a designer for it and I am having problems with the adornments drawing incorrectly when resizing the control in design mode. When resizing the control, the adornments are drawn to the original control bounds and not to the resized control bounds. If I select something else, and reselect the control, the adornments draw correctly. Here is how I am declaring the UserControl: [ Designer ( typeof ( UserControl1Des ...Show All

©2008 Software Development Network

powered by phorum