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

Software Development Network >> Galen Murdock's Q&A profile

Galen Murdock

Member List

looie
ToroLocoMex
small_mountain_0705
Chand Basha
Shifted
VBKnucklehead
Hugh Wood
brk
Driescox
jn1412
Andora
Neelendra Saran
Jeffrey van Gogh - MSFT
kashif afzaal
Khurram1139
crazymama
Romty
Slowpoke
ddunkle
Arnshea Clayton
Only Title

Galen Murdock's Q&A profile

  • Visual Basic program not responding when debugging

          I am new at VB 2003 and i run it on my computer. Recently i got myself a laptop  and installed VB2003 .Net on it. I copied the projects to the laptop, but when i try to run them by clicking on the start button (next to debug) The program does not respond anymore. Even when i start up a new project and try to run it, it won't react. What could be wrong Thanks for your reaction. Peter When i've made a new project, i want to see if it is working. I push the start button (next to debug) and then the program seems to be running, but in the lower part of the window i see that the program is running so ...Show All

  • SQL Server datetime HOUR function format

    I am using reporting services to make a matrix. The row value is the date portion of DateIn. The value is a count of transactions. The column type is the problem. It is the hour part of the timein value. I got it from the database like this: {fn HOUR(dbo.[Transaction].[TimeIn])} AS Hour This works, but gives 24 hour time (and only the hour part, so it looks like 10, 11, 12, 13, 14, etc.) I want it to look like 10:00 AM, 11:00 AM, 12:00 PM, 1:00, PM, etc. I have read several books, checked online books, tried format functions... and I'm going nuts. This should be so simple- how do I format this so a human can read it Thanks ...Show All

  • Visual Studio Team System WI Controls

    I've got a WorkItem I created that has a Summary and Workaround tab.  The summary field is displayed something like this: <Tab Label="Summary"> <Control Type="WorkItemLogControl" FieldName="System.History" Label="Detailed Description and History" LabelPosition="Top" Dock="Fill" /> While the Workaround is defined as: <Tab Label="Workaround"> <Control Type="WorkItemLogControl" FieldName="Sample.Workaround" Label="Workaround Description" LabelPosition="Top" Dock="Fill" /> If I use this setup, open a workitem and enter info and then save the info, the Workaround information will overwrite the Summary field inform ...Show All

  • Visual Studio Future Local Report functionality

    The local report processor is a great tool to use to provide clients with reports.  I have been integrating this control into our reporting system and it has been very successful. I do have a question though.  Does anyone know yet what improvements or new features that might be added to the local report processor in future releases   The two features that I miss out on the most are the ability to export reports in HTML and being able to include custom report item processing. Ocassionally I see mention from Rajeev or Brian that "feature x" has been requested a lot and now Microsoft is looking into putting that into a futu ...Show All

  • Microsoft ISV Community Center Forums VBA SDK with VB.NET(2005)

    I'm trying to build a Project in VB.Net 2005 Beta2 which includes the VBA Editor from the VBA SDK. But i didn't find any sample Code in the SDK, and so i don't know how to do this. Could anybody help me e.g. with a small sample ciao stephan Here's a summary of the engineer's findings: VBA (Visual Basic for applications) can only be used with applications developed in VB 6.0. Visual studio 2005 contains VSTO (Visual studio tools for office) for developing office based applications like for example ms word and ms excel etc. VSTO is a wizard that lives in Visual Studio that allows you to create proje ...Show All

  • Visual Studio How to get the summary activity of visual sourcesafe?

    Hi again I have a question, i wonder how can i get the number of files that stores in Visual Sourcesafe database Let be specific, question like:- - how to get the number of files that already check in, -number of files that is check out, -number of users, -whose currently login in, -how long the user login in, the duration -files been created If can, how we can produce a log file that tells all activity running using the Visual Sourcesafe..Is there any software that i can use or any add-ons Currently im using Visual Source version 6.0, and my database is located in the fileserver. Thank you Regardz p/s please reply asap, someone help m ...Show All

  • .NET Development Consuming Web Service over SSL...

    I am trying to consume a webservice created using .Net using SSL.  If I use Framework 1.0 it just works fine.  But if I use 1.1 I get the following error: The underlying connection was closed: Could not establish trust relationship with remote server. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship with remote server. I also tried the solution mentioned in th ...Show All

  • Windows Forms How do i add a comment or a description inside a Function or Method

    What i did is a CLASS file with all my functions and methods in to it, but i was looking a way to add comments or a brief descriptions just like VB.NET do when you create a instance to a object and using is method or properties. you know if you have 3 times a method with the same name inside a class but with diffirent paramete ...Show All

  • Visual C# use printdocument

    i am using c1.win.printdocument but i can't dispose object to free memory. can u help me Thanks! nut Please add more detail! Please include code sample and disclose what your actual problem is. ...Show All

  • Visual Studio Team System MSF White Papers or Other Documentation

    Is there a repository somewhere of white papers describing MSF 4.0 itself, as well as how Visual Studio Team Foundation Server and the various clients "plug into" this model Among other things, I have seen brief references to the MSF's "metamodel" or "structure"--for instance, on page 182 of Richard Hundhausen's book--but I cannot seem to find any details whatsoever about these online or off, and I very much would like to. Any help would be greatly appreciated. Thanks. Your best source for this in the short term is likely to be Sam Guckenheimer's new book, Software Eng ...Show All

  • Windows Forms How to restrict the user to enter only numeric values in a datagridview?

    Hi .Net Gurus Our requirement is to restrict the user to enter only numeric values. Although it can be done in gid's cellValidating event but in this scenario user can enter invalid values also. I want to implemented some thing like KeyPress event so that user can be restricted right the monet he enters anything into the cell. I saw in one of the sample(.net 2003 ver.) where this finctionality was achieved by adding tableStyle to the grid's tablestyle property but in beta2 version there is no such property. Any idea See http://forums.microsoft.com/msdn/ShowPost.aspx PostID=112780  for an answer. ...Show All

  • Visual Studio Clueless SerializationException!

    Hi All, I am getting a System.Runtime.Serialization.SerializationException and have no idea how to fix it. I get this error at the time deserializing the object. I am developing a VSPackage in C#. From the Initialize() method of my package class (which is derived from class Package), I am trying to read/write a serialized class. I can see in the forum that few other people have had these problems but I could not find any answer. Could anybody please give me some pointers on how to fix this problem I have used Serialization before but it seems a lot more complicated with Visual Studio 2005. The MSDN help does not help me much. ...Show All

  • Visual Basic DLL Files

    I wrote a text to speech Windows application program in VS.NET using VB on my computer at work.  I have followed all of the steps on my work's computer- it worked fine.  Now when I have tried to create the same application at home (using the same code and steps); I am getting errors when I try to run the application.  I do not receive any build or task errors.   Please advise what I should do.  I have already installed the Microsoft Speech SDK 5.1 file available at http://www.microsoft.com/speech/download/sdk51/   Also, I have installed VB6 on my computer.  Finally, I have tried to change the permissions ...Show All

  • Visual C# disabling and/or hiding Windows taskbar

    Could somebody post code that disables and/or hides Windows taskbar and enables it when I or user click on the button in Form. Goran The P/Invoke needs: [DllImport("user32.dll")] private static extern int FindWindow( string className, string windowText); [DllImport("user32.dll")] private static extern int ShowWindow( int hwnd, int command); private const int SW_HIDE = 0; private const int SW_SHOW = 1; Usage: int hwnd = FindWindow("Shell_TrayWnd",""); ShowWindow(hwnd,SW_HIDE); ...Show All

  • Windows Forms Radiobutton Databinding Driving Me Nuts

    I'm two days into trying to solve issues with databinding radiobuttons and I'm really hoping someone (anyone) can help.  As a newcomer to VB, this is proving to be the most challenging issue I've come across. Hopefully it's an easy fix for the more experienced.  Here's my problem: I have two radiobuttons on a form.  One radiobutton is labeled "Yes" and the other "No".  I databound the checked property of the "Yes" radiobutton to a column (char data type) of a table in my SQL Express database.  When I click on the "Yes" radiobutton, the database is appropriately updated and the radiobutton is checked.  Howev ...Show All

©2008 Software Development Network