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

Software Development Network >> Jeffrey Lathrop's Q&A profile

Jeffrey Lathrop

Member List

jemmyw
Will I Am 3
Caleb Jones
John_L
Damien Silveira
vbdr
Asal
Steve AZ
Rohit Saxena
wendy718
Santosh Tupe
kowalsky
Daniel P
ProfEclipse
Ryo M
BlairSh
MattMattMattMattMatt
Michael Bested
Jon Pappas
mhd617
Only Title

Jeffrey Lathrop's Q&A profile

  • Visual Studio Registering Visual Studio.net 2003

    I just installed VS2003 Academic Version and when I clicked on the link to register my software I got the following message on the MS web site: We're Sorry...The page you are looking for no longer exists or may have been moved. I can't seem to find a registration page on the web site. Anyone know where it is Surely one must still be able to register this version since it's still being sold! This is a on ...Show All

  • Visual Studio Team System Source Control in Portal?

    Hello -- I was wondering what the most straightforward way to expose source control in a Portal site is, so that I can get latest, check-in, check-out, etc, from the Portal site w/o having to install Visual Studio Ideally, I would be able to have a GUI that works at least as well as Visual SourceSafe w/o having to install Visual Studio. thanks for your help, joyce Team System doesn't support web access to sourc ...Show All

  • Visual C++ wsock32.dll, TCP/IP network byte order (which is big-endian), why vb.net return different value ?, pls help

    vc++ using htnol ulNetVal = htonl (lNow); 9191701 -> 356617216 ---------------------------------------------------------------------------- vb.net htnol Public Declare Function htonl Lib "wsock32.dll" ( ByVal hostlong As Long ) As Long Public Declare Function htons Lib "wsock32.dll" ( ByVal hostshort As Integer ) As Integer ulNetVal = htonl (lNow); 9191703 -> 1539320180602 ...Show All

  • Audio and Video Development Is the new Media Foundation a replacement of Direct Show?

    They seem to perform the same task too me. Is Media Foundation supposed to replace Direct Show Thank you both for your answers! I'm looking forward to read the whitepaper, Prakash. I will monitor the MSDN RSS feed, since I assume it will show up there as well. ...Show All

  • SQL Server Page Header on 1st Page ONLY

    In Report Properties there are 2 entries each related to page headers and footers: one is to print them on the 1st page, and the other on the last page. I want my page header to appear only on the 1st page, but I'm getting it on every page. Is there any way to restrict it only to the 1st page I've tried using IIf to check for page 1 and surpress the contents of the page header and while it works, the space taken up by the header does not coll ...Show All

  • Windows Forms .NET WinApp Form Resize issue

    I have an MDI application. The forms have the following style. form_load()...       ControlBox = False       MaximizeBox = False       MinimizeBox = False       FormBorderStyle = FormBorderStyle.None       WindowState = FormWindowState.Maximized end sub I have Form1 open, and if i open Form2 and cl ...Show All

  • Smart Device Development Cursors.WaitCursor does not prevent user actions

    Hi, we've a smart device application written in Visual Studio 2005 September CTP. If we do some work in the application (e.g. populate a dataset) we show the wait cursors so that no input could be made. and if a user clicks on a button or something else the event is not fired. but if we the work is finished and we change the waitcursor to default all clicks the user did during the waitcursor period will be fired. Is there any way to ignore ...Show All

  • Visual Studio Team System VS.NET 2003 and Team Foundation Server

    I recently installed the MSSCCI Provider for VS.NET 2003. Shortly thereafter, I began receiving a number of error messages. Sometimes, upon opening VS I'll receive the message "Critical Error of Source Control Provider. Please restart IDE." Restarting the IDE usually results in the same message, but it seems as though restarting the entire OS sometimes fixes it. When I don't get that error on opening, I'll receive an error later on th ...Show All

  • Windows Forms Turning a certain point on form a specified color in MSVC++.NET

    Hi, I need to know how I can set a certain point of my form a color of my choosing. (Color found in System::Drawing::Brushes) Thanks, The Digital Pioneer OK, I'm a VB.NET Programmer too. Unfortunately, that isn't working. By sprinkling messageboxes through it, I found out that the e.Graphics.FillRectangle(Brushes.Red, x, y, rectSize.Width, rectSize.Height) command doesn't work. Thanks, The Digital Pionee ...Show All

  • .NET Development Access 2003 with ADO.NET for SQL 2005

    I've now heard two conflicting statements. One in which an Access MVP told me that ADO.NET doesn't work with MS Access 2003 to connect to SQL Server 2005. Another where an MSFT has told me that the state of the art way to connect VB.Net to SQL Server 2005 is through ADO.NET. So, can someone potentially give me a little direction I'm concerned about using straight ADO in my application because its not being developed anymore. Perhaps Ac ...Show All

  • SQL Server Get last record in a SQL database

    Don't know if this is the right SQL section, but... using VBE, how do you SQL for the last record in the database Thanks. Dear Valeriy, Your reply has helped me a lot !!!! I have been searching for this answer since a long time and didn't get any answer from any where !!!!I am extremely thankful to you. May God Bless you always Thanks Maleeha ...Show All

  • Software Development for Windows Vista Package load error when starting VS.NET 2005

    Similar to the issue reported here ->  http://forums.microsoft.com/msdn/ShowPost.aspx PostID=88635 I'm running the exact same version of VS.NET 2005 Beta 2 (beta2.050215.4400) on two machines but on one machine I get the following error when VS.NET starts up: Package 'Microsoft.Workflow.VSDesigner.DesignerPackage, Microsoft.Workflow.VSDesigner, Version 3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has failed to load proper ...Show All

  • Visual Studio Express Editions Ejecting removable media

    I'm writing a program that reads and write to MO drives and I need to be able to eject the MO disk on completion of certain tasks. Can anyone offer advice on how to do this I guess the same principles will apply to Zip drives (and maybe CD/DVD drives). Thanks Hi Ventuspilot, I think this would only be possible if the hardware manufacturer of the MO or Zip drive provided API's for controlling the drives. You migh ...Show All

  • Visual Studio Team System Wrong URL for reports & documents in team explorer?

    The documents and reports folders in team explorer are disabled. When I check the properties of the folders, the server name is correct (it's the URL) but the URL isn't. The server name shows as computername.xxxx.com but the URL just shows as http://computername/xxxx . All the services are running correctly and I can properly navigate to reporting and sharepoint using http://computername.xxx.com/... How do I tell team explorer that it is looking ...Show All

  • Visual Basic My.Blogs Error - ProjectType value did not exist.

    I am trying to install the My.Blogs sample. I am running VS2005 Pro on WindowsXP Pro SP2. The template installation fails with the error message: Installation stopped because the directory for the ProjectType value did not exist. The project type is invalid for your installation of Visual Studio. Is My.Blogs a beta2 only thing I am running release VS2005. Are there manual instructions for installing this via file copy Also: the error m ...Show All

©2008 Software Development Network

powered by phorum