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

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

Pamb

Member List

Voodoorider
Steve McPherson
Renze
Jan Kelbel
Johnny Aywah
HydraXL
James Emydex
oloko_rj
Sewoodford
Misha Shneerson - MSFT
ZENPook
hanekhw
webber123456
TJ2007
Blake Cheatham
wangx0
Brien King
dco
Waqar Ahmed
BJohnKenn
Only Title

Pamb's Q&A profile

  • Visual Studio Express Editions Common Dialog Box and Save- newbie question

    I want to save an array of UShort integers in any chosen directory, using a Common Dialog Box. (There seem to be big differences between VB6 and VB Express.) Can anyone help And I need to load back the values, again using a Dialog Box. Thanks, David. Hi David, You can add a new MDIParent form into your project and take a look at the OpenFileDialog and SaveFileDialog sample in there. Here's a copy of the code: Dim OpenFileDialog As New OpenFileDialog OpenFileDialog.InitialDirectory = My.Computer.FileSystem.SpecialDirectories.MyDocuments OpenFileDialog.Filter = "Text Files (*. ...Show All

  • Visual Studio Team System Team System Tutorial

    I have a Microsoft provided tutorial for SQL Server 2005.  It comes with a Virtual PC image (though not with Virtual PC itself, and not with a Windows 2003 license I had to scrounge up from my MSDN subscription).  It does a good job of leading you through using all the new tools. Does anyone know of a similar tutorial for the Team Suite tools   One that leads you through a coherent way to use the Application Designer, Code Profiler, Load Testing, and the like   I could really use one to get my feet properly wet. TIA, Don Everyone's already answered the question about the VPC, so I'll pitch in with an answer to a ques ...Show All

  • Visual Studio Dragging from the Data Sources Window

    Hi, This is my first post on this forum. I have built a tool window and want to drag from the Data Sources Window to it. When I drag the object dropped appears to be of type Microsoft.VSDesigner.DataFieldPicker.GenericObjectFormat I am not sure how to determine the information of the dragged item from this. I cannot reference Microsoft.VSDesigner in order to type it. Microsoft.VSDesigner is located in the cache but does not show up as a referenceable dll. I also cannot find it on my system. Thanks, Joe Hi Joe, Microsoft.VSDesigner.dll is a dll used by Visual Studio to preform certain t ...Show All

  • Visual Studio Tools for Office Word - Cursor Position

    Hi, I'm trying to get the cursor position after the last typed character in a line, using the code: Range range1 = this.Application.Selection.Range; but the returned Range has wrong values! for example: Text: aa| (pipe is the cursor) range1.Start -> 130 range1.End -> 130 I think the problem is that the document need to be update. But how can i do that Bye, Thank you, Pedro Rocha Hi Pedro Why do you think the range has the wrong values Start and End should be the same, since the current selection is a "point" (blinking). You think 130 is too large a value Too small What is in you ...Show All

  • Visual C# get duration form WMA & WMV

    hi all, how can I get the meta data for wma or wmv files like (duration). can any one help thanks Hi This blog entry should answer your question: http://blogs.msdn.com/tims/articles/100730.aspx Michael ...Show All

  • Visual Studio Team System Disabled "Source Control Manager" Tool

    My B3 Source Control toolbar has a disabled tool button with a tool tip entitled "Source Control Manager".  Very intriguing. I cannot find any mention of this button anywhere.  What is this going to be for   The missing link for a TFSVC admin console The Source Control Manager launches a stand-alone application for a source control provider.  For example, with SourceSafe this launched the Visual SourceSafe Explorer.  Team Foundation's Source Control Explorer is integrated in Visual Studio so it does not use this menu, although one could argue that we should have enabled this menu/toolbar button and show th ...Show All

  • Visual C++ VC++ 2005 - devenv.exe continuously reading the referenced assemblies

    Note: This post was originally posted here, but someone moved it to the CLR forum. I reposted it here, because this issue only happens when using Visual C++ 2005 (Windows Forms app or even CLR console app). -- Jason Pursell --- Is this a bug or by design My question concerns Visual C++ 2005 Apps (.NET only: Windows Forms Applications, Console apps, etc.) Description: After creating a new Visual C++ 2005 CLR application (WinForms or Console), devenv.exe continuously performs file IO on the assemblies referenced in the Project's Property Pages (Common Properties > References). Preparation: Obtain File Monitor fro ...Show All

  • SQL Server Getting error, while trying to connect oracle

    We are getting following error,while trying to connecct oracle using oledb provider. Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from the propoerty will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page fromt he componnet's locale ID will be used. Could you please tell me the reason for the error. is it problem regarding oracle client version installed on the system Thanks & Regards S.Nagarajan ...Show All

  • Windows Forms Assistance with combobox

    I am really struggling with comboboxes. I have one combobox that uses a database table as the datasource. I am filling the combobox with out issue, and I can retrieve the selectedvalue with out issue, but I can not seem to get the text. When I use the selecteditem instead of the text, I get datarowview  Selectedtext gives me nothing.  On a s ...Show All

  • Microsoft ISV Community Center Forums How to read a URL?

    hi, i want to read a URL into an excel macro, ( it's asp page that i want to download to search for specific fields to store in the excel sheet) anyone could help Hi, Excel macros are very powerful and you have the freedom to use a lot of stuff there. So you may create a new instance of the Msxml2.XMLHTTP and gets a http response like in JavaScript or any other application. A sample code is listed below: Set a = CreateObject("Msxml2.XMLHTTP") a.Open "GET", " http://www.microsoft.com/ ", False a.Send Sheet1.Cells(1, 1).Value = a.ResponseText ...Show All

  • Visual C# Using class from another file in the same project

    [VC# 2005 Express Edition]    Hello! I don't know how to use a class that I defined in another file from the same project (solution). Can you help me, please You can use your class by name, it doesn't matter where you class lies in your project. Important is what namespace your class belongs to. For example: You have a class MyClass in namespace MyNameSpace : namespace MyNameSpace {    class MyClass {    } }   You can access this class in your project with a full path: ... MyNameSpace.MyClass myclass = new MyNameSpace.MyClass(); ...   If you don't want to write full path, yo ...Show All

  • Visual Studio Express Editions Too many downloading for upgrading system in order to run vs express applications.

    Straight to the point, my country does not have very solid internet connection, its getting better but still not good enough. There are too many downloads needed to upgrade a system like win98/win2k/winXP sp1 to a level which able to run applications that developed in vs express edition. I hope I can include those 'installers', all into a cd so no internet access is needed at all. Is it posible to do it Even better if the user can just upgrade all with a single click of button, do not need to 'Yes', 'Yes', 'Accept', 'Confirm', 'Yes', 'Yes'... Do not expect they are computer literal. This is a good ...Show All

  • SQL Server Hundreds Of VIEWS

    What are the downsides to have many multiple views on a SQL Server Database It was somebody's design decision to create 10 views for each vendor in our database- that could range from 20 to 500 vendors ... which means we could potentially have 5000+ views in our database. What is the downside/problems with doing this This issue still exists for us, and I fear it creeping up against us in the near future- so basically, Report Models use views- and when referencing the view, the system does not allow you to pass in a parameter to call a stored procedure or anything in order to filter out individual ...Show All

  • Visual C++ accessing CDocument class

    Hi I am a newbie to vc++ and am trying to write a basic program that will display the contents of an array on a dialog box.  I am using mfc class library for this.  Can anyone tell me how and even if I can get my Dialog class to be able to access my array which is held in the Document class. thanks. Hello, Dooker. You can call the GetDocument() function, which is a member of CView. This will get you a pointer to the CDocument instance which is associated with that view instance. You don't say, but I would guess that your dialog is being displayed in response the user selecting a menu item. I'd mak ...Show All

  • Visual Studio Automatic check in

    I'm running VSS 2005 with VS 2005. 1) When I open a project under source control it used to ask me which files I wanted to check out. Now it just opens the project. 2) When I close a project it used to prompt me to check in my changed files. Now I have to remember to manually check in the files before I close the project. How do I get it to prompt me again Cheers, Ben You need to set this options in Tools->Options->Source Control->Environment Select: On Edit -> Prompt to check out Select: “Check in everything when closing solution” ...Show All

©2008 Software Development Network