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

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

sharpguy

Member List

granny8
paulwise3
xBrioUser
NuclearNed
Julien Bonnier
DLASKEY
ReidDesign
Tilak
RiteshPatel
catz
Raymond1980
A. G. Nair
kstephan
ctg_demo
KiriTheKid
KSchlegel
manuel foerster
argodev
farah
Robert Shogren
Only Title

sharpguy's Q&A profile

  • Visual Studio Team System Error: The underlying connection was closed.......

    using vs2005 and TeamSystem. when checking in my ASP.Net project to our development server i always get the following error:- "The underlying connection was closed: A connection that was expected to be kept alive was closed by the server" the check in fails. if i then attempt to check in again, it checks in fine without any errors. what would be causing this problem its not just me experiencing it either, its happening to all our developers ...Show All

  • SQL Server Help with new server registration

    I am trying for the first time to learn what to do and how to use SQLServer. I am following instructions in Books on Line to make a New Server Registration. The instructions read as follows: Connecting to Servers The toolbar of the Registered Servers component has buttons for the Database Engine, Analysis Services, Reporting Services, SQL Server Mobile, and Integration Services. You can register any of these server types for conven ...Show All

  • Visual Studio Tools for Office Bug fix request

    Hi; There is one bug I hope gets fixed in Office 12. (Fixing it in a service pack for Office 9 - 11 would be really nice too.) Sometimes the menus I add to Word stop calling my event handlers. A very easy way to see this happen is open two instances of Word, close the first instance of Word, then close the document (but not Word itself) of the second instance. The menu objects will now fault if you access the enabled property and they will no lo ...Show All

  • Visual C++ CodeDomProvider for C++ ? Could not find. Is it VBCodeProvider?

    I could not find a CodeDomProvider implementation for C++. I assumed as a default that it is VBCodeProvider versus CSharpCodeProvider which should cover C# code. Am I right Thanks. It is call CppCodeProvider and it is defined in cppcodeprovider.dll http://msdn2.microsoft.com/en-us/library/849yhx8t(en-US,VS.80).aspx The assembly is located, rather strangely, in <Visual-Studio-install-location>\Common7\IDE\PublicAssemblies ...Show All

  • Visual C# rtf to image

    Hi, i need to transform the contents of a richtextbox (rtf) to an image. Any suggestions will be highly appreciated Thank you Hi, thank you for answering! DrowToBitmap works fine but it gets only the visible part of the rtf text, i managed to get there wIth Size s1 = richTextBox.Size; memoryGraphics.CopyFromScreen(richTextBox.Location.X, richTextBox.Location.Y, 0, 0, s); but i need all the text, including the scroll ...Show All

  • Visual C++ Can't override ToString().

    I have the following class: #pragma once using namespace System; namespace AutoTickets { ref class Model : System::Object { public : Model( void ) : M_model( "" ) {} Model(String^ model) : M_model(model) {} property String^ model { String^ get() { return M_model; } void set(String^ p_model) { M_model = p_model; } } virtual String^ ToString() override { ...Show All

  • Visual Basic Starting phase 2, need some advice

    Greetings, I am a relative beginner with programming (took a class six years ago, don’t remember much), and I am delving into a “file managing” program for my family’s business. Today I finished phase 1 (of 3). Before I get started on phase 2, I could use some advice. In our business, we receive files (from our clients), each in their own distinct folder, uploaded to our FTP server, located in our office. Each client has ...Show All

  • .NET Development Serial port DataRecived

    Hi, I wanted to use the DataRecieved event handler to recieve packets from the serial port. I have no clue on how to use even handlers :( And dont want to use polling since its very ineffecient. Thanks for the help, Bruce The following is a very simple example of how to use the DataRecieved event. It simply prints any characters the SerialPort receives to the console. using System; using System.IO.P ...Show All

  • Visual Studio How Can I create a multiproject Template?

    VS 2005 made adding project/item template very easy however if want to create a multiproject template than you stuck. Well taking into account my knowledge in the matter(little) i am stuck. Is there a walkthrough how to create a multiproject template How a tutorial on how to extend it Thanks a lot Hi Trevor, I recently ran into a somewhat similar deficiency with the old Database Project (.d ...Show All

  • Visual Studio Using Crystal Report with ado.net data set

    I am currently working on converting our crystal web reports from .net 1.1 to .net 2.0 using visual studio 2005.  One thing that I should mention is that I am using version 9 of the Crystal dll files instead of version 10 since our web server's license is for version 9.  I am having no problems getting the "pull" reports to work - the ones the run a query on a database and display the records.  However, I have a few reports ...Show All

  • Visual C# Could you tell me how to study C#?

    Hi I am a Chinese university student. My department is Electronic Commerce.My friends,could you tell me how to sutdy c# What is the best way my MSN is antlxy2006@hotmail.com desire to communicate with you,thanks! Hi, Currently I am working as Sr. Software Engineer in the IT compnay. I completed my education from RGPVV, Bhopal (India) There are many good .net site available from which  u get both code and example of .net https: ...Show All

  • Visual Studio Express Editions Building & Debugging

    Hi there, I got a question. I'm currently learning Visual C++ in school. I'm using Visual Studio C++ 2005 Express Edition which I've downloaded from the website not long. I typed out a simple program and try. However, upon building solution (Build>Build Solution), I get: ========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ========== Only if I rebuild solution (Build>Rebuild Solution), I get: ------ Rebuild All started: P ...Show All

  • Visual Studio Express Editions Can't Uninstall Necessary Programs! Help!

    Awhile ago, I had installed the Visual C++ 2005 Express Edition, and stopped using it for whatever reason. I must've uninstalled that awhile ago as well. When I try to uninstall any of the following programs from Add or Remove Programs, I get an error: Microsoft SQL Server 2005 Express Edition Microsoft SQL Server 2005 Tools Express Edition Microsoft SQL Native Client Microsoft .NET Framework 1.1 Microsoft .NET Framework 2.0 ...Show All

  • Visual Studio access project files through automation

    I have a custom macro that reads a file using the code Dim file As ProjectItem file = DTE.Solution.FindProjectItem( "myfile" ) file.Open() If file.IsOpen Then This works fine when there is only one "myfile" in a solution. What I am really looking for is to open the current "myfile" in the currently selected project. The documentation has me going around in circles. Can anyone point me in the ...Show All

  • Visual C# Visual C# Application Deployment

    Hello, Is it possible to create an application with "Visual C# 2005 Express Edition" that can be deployed on another PC running the Windows operating system without the .NET Framework installed on that PC. Thank you, Robert To be fair to the person who started this thread the thread you refer to is giving an answer that is specific to C++ (i.e. yes, if you complie to native code) and so they still need ...Show All

©2008 Software Development Network

powered by phorum