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

Software Development Network >> Patrick in Canada's Q&A profile

Patrick in Canada

Member List

Sadhvi
Krivahn
Mandy Gershon
peiSHAN
Chrichton
lpx
J.A.J.
EmSOFT
LinusLiang
Steve Calbert
CBurgett
Chris Lerew
Christopher Klock
LMS65
VidyaMN
Asim Zeeshan
David van der Kooij
David Lowrie
Mark Fussell
Brad Harris
Only Title

Patrick in Canada's Q&A profile

  • .NET Development Soz, once again confused about tcp, sync and asynch!

    sorry people you must think, i'm so stupid! can somebody just simply explain to me the basic coding steps, on how to code an async client, or if somebody, could write me a tutorial by the way i am coding, for an msn messenger client. thnx, clint Don't be so hard on yourself. Asynchronous programming is not simple and is easy to get wrong. Asynchronous operations basically ask for a task to be completed on a different threa ...Show All

  • Smart Device Development Using a vScrollBar??

    Hey folks, new to Windows Form Programming (I am a ASP.NET guy), and was hoping you all could answer a simple question for me. How do you make use of a vScrollBar or hScrollBar I plop it on my form, but when I run my application, it launches, but the scollbar doesn't actually ummm scroll. My page is formis larger than the view of my PocketPC, so I just need to scroll down. Would seem easy, but ya know how these things are. So, whats the secret T ...Show All

  • SQL Server Dialog Security and Message Encryption

    I understand that Dialog Security + certificates can be used to encryption individual dialogs. I have several demos working now that do just this.However, I don't fully understand exactly when the messages are encrypted, and if they are ever written to a queue on the initiating service prior to being encrypted. I want to make sure that admins can't simply query the transmission queues to get clear text messages, because I have strict requiremen ...Show All

  • Visual Studio Team System Team Foundation Server MSSCCI Provider Beta 2 Now Available (Feb 20, 20006)

    The Team Foundation Server MSSCCI Provider Beta 2 is now available here . IMPORTANT:   Beta 2 is not strongly signed, so you'll need to disable strong name validation as mentioned in the README.  You can find details at http://blogs.msdn.com/buckh/archive/2006/02/21/536260.aspx . New in this beta: Support for Visual Studio 2003 and Fox Pro in addition to the already supported VB6 and VC6. Integrated Checki ...Show All

  • Windows Forms windows messages and top-level forms

    I'm new to windows messages, but I'm finding it increasingly necessary to handle certain windows messages. Specifically, I want to detect the removal of a CD-ROM. I've found that handling the WM_DEVICECHANGE message is the ticket. But the Platform SDK no ...Show All

  • Visual Studio Team System No Discussion Lists Web Part on Project Portal?

    I'm still learning Windows SharePoint Services in order to understand TFS Project Portals. I noticed that the project portal created with MSF Agile template does not allow one to create Discussion Lists or Surveys. Yet, I can go through the SharePoint Central Administrative site and create a site off a different template that can have Discussion Lists. What do I need to do to have Discussion Lists on my TFS Project Portal Thanks, Zoiner ...Show All

  • SQL Server Using ALTER ASSEMBLY to refresh the bits of an existing assembly

    According to the documentation , it looks that it's possible to use ALTER ASSEMBLY to change the contents of an existing assembly: "If the FROM clause is specified, ALTER ASSEMBLY refreshes the assembly with respect to the latest copies of the modules located at the network location you specify." However, if I execute: CREATE ASSEMBLY [MyAssembly] FROM '\\mymachine\Test\MyAssembly.dll' ALTER ASSEMBLY [MyAssembly] FROM '\\mymachine\ ...Show All

  • .NET Development Do we need to explicitly close a sqldatareader object?

    We have a piece of code that does the following in order: 1. create a sqlconnection object. 2. create a sqlcommand object 3. open connection from step 1. 4. create a sqldatareader object that calls sqlcommand.executereader with "CommandBehavor.closeconnection". 5. while reader.read() some processing is done. 6. A finally block then closes the connection. Question: Do we need to explicitly close the sqldatareader ob ...Show All

  • Windows Forms datagridview bit column - display something other than True/False?

    Can I get a bound datagridview to display something other than True or False for a bit column eg Yes/No or Correct/Incorrect No, the Boolean column only shows the checkbox, not true/false. If you have a database and you have Correct/Incorrect in a record you can show a check for Correct and a uncheck for Incorrect. To do this set the TrueValue and FalseValue properties to the string values. Hope this h ...Show All

  • .NET Development Checking if I'm online

    Hello there! This is my 1st post here and I'd like to greet all people here and ones that are yet to come! I hope we will cooperate just fine. For start, I have a question: I'm making a project with Visual Studio .NET. It is a counter that counts time spent online. (most people in Croatia still use dial-up networking, including me) I'm doing the code in C++. I was wondering how can I check if I have connected to Internet. Another think (I thi ...Show All

  • Visual Studio 2008 (Pre-release) Pixel width "Thickness" for shapes

    Is it possible to draw shapes with a single pixel width I am working on an engineering program in WPF and need to scale drawings. The current thickness of 1 is more than one pixel (presumably anti-aliased) and is very "fuzzy" - that's an engineering term! The same drawing drawn with GDI looks much crisper - another engineering term. Ideally there would be a special thickness, say 0, which would always draw at one pixel width no m ...Show All

  • Software Development for Windows Vista Compile error - type resolution

    Hello, I have a basic workflow (xoml-only based) as following: <SequentialWorkflowActivity x:Class="XomlWithRules.Workflow1" x:Name="Workflow1" xmlns:ns0="clr-namespace:XomlWithRules" xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/workflow ">  <ns0:TestActivity x:Name="myActivity" IsTrue="False" /> </SequentialWorkflowActivity> TestActivity is defined in ...Show All

  • Visual Studio Team System Unlock bug ?? TF10152 The Item <> must remain locked ...

    I did a recursive lock of an entire source (yikes that took so long I killed the console window).  In order to unlock everything I did the same thing again except that I used the /lock:none switch.  But I get a bunch of errors like these: TF10152: The item $/TestCmmiTemplate/Trunk/WWW/default.gif must remain locked because its file type prevents multiple check-outs. Now we added GIF as a file type that doesn't allow multiple check ...Show All

  • Visual Studio Team System VSTS integration with MS Project 2000

    Hi, It seems that TS ships plugins to integrate Project 2003 with TS. I have Project 2000 installed. Are there plugins available to integrate TS with Project 2000 too or am I missing something... Thanks, Deepesh Hi Deepesh, From my experience and everything I've read, Project 2003 is required.  I believe it has to do with extensibility options (e.g., .NET) that weren't avaliable in 2000.  I tried it once, it didn't work, and ...Show All

  • Visual C++ Resource Editor: Add/Remove operation is impossible '(null)' is read only

    MESSAGE: Resource Editor: Add/Remove operation is impossible, because the code element '(null)' is  read only   So, I moved files from /ProjectA/ProjectA to just be /ProjectA fixed the project settings deleted and added files to go with the changes.  My 'ClassView' contains duplicate classes CMyClass and CMyClass with two different paths one in /ProjectA/ProjectA and the new one /ProjectA; I can't delete the old /ProjectA/Project ...Show All

©2008 Software Development Network

powered by phorum