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

Software Development Network >> Jan Bannister's Q&A profile

Jan Bannister

Member List

firestorm79
AccentCare
William Ramirez
ooKmonkey
Mauro Araujo
W Wong
Ahmad Ariff Baharudin
Alan Simes
schaneville
Alan Stevens
Nelson Xu
Tesla
Rob Griffin
becko
Nick_Zozzo
Sam Perumal
ravivarma
Andreas Pollak
rauhanlinnake
justicefish
Only Title

Jan Bannister's Q&A profile

  • .NET Development Web Services .net framework 2

    I have just ported an ASP.NET 1.1 application to framework version 2 and i have a problem. My solution has a Web project and a class library project.  The class library project has a web reference to a web service.  The Web project makes a call to the web service. I used to hold the url for the web service in the web.config and because the web reference was set to dynamic, this all used to work fine. Now it looks a though the class library project has a config file with the url in.  My question is how do I change the path of the url after the project has been deployed to the web server   I Can't find a ...Show All

  • SQL Server Where's the bell?

    I love SQL Server Management Studio and will never go back to QA again. However, I do miss one little thing I haven't been able to set on SMS. How do I set a notification sound (for when a query terminates) like I could in QA Thanks Please do add this functionality. I know it's dumb, but it was an important part of my workspace. It's deeply irritating when functionality is removed when I upgrade to the latest version. Thanks! Hawkins ...Show All

  • Visual Studio 2008 (Pre-release) Running WCF service endpoints on a Vista machine

    Hi, We are inquiring about running WCF service endpoints on a Vista machine. We installed them on a Win2003 server class machine, created a virtual direcotry and application, and when we browse one of the SVC files through IIS manager, it properly comes up. When doing this on a Vista machine, we get the following error: Server Error in '/PAMServiceLayer' Application. This resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its named changed. Since it's a Vista machine, it's got the WinFX version installed with the OS. The ...Show All

  • .NET Development Getting .NET Framework Version 2.0 through Windows Update?

    I know the .NET Framework Version 1.1 was added as a Windows Update component about the same time as Windows XP SP2 was released, but what is the estimated date for when the .NET Framework Version 2.0 will be distributed through Windows Update I feel a lot more comfortable distributing .NET 2.0 applications when I know that most computers already have the .NET 2.0 framework installed allready. It is unlikely that they will ever make it a required download, heck, last time I checked the 1.1 Framework isn’t even required. The more likely scenario is that instead it will continue to be an optional (but sug ...Show All

  • Visual C++ How to get the text from MSWord?

    Hi forum members, I’m checking the events that common user creates, but I couldn't find the text when is written in Microsoft Word, the only clue is that I got a EVENT_OBJECT_LOCATIONCHANGE  windows message from the caret that is in a window wich has "_WwG" class name when I type words in the document , do you know a function to get text from this window , I have already used Getwindowstext but I only got the window name and I have used the  IAccessible::get_accValue   function but didn't work, (I work in vc++ and I use SetWinEventHook hook and  IAccessible interface ) tanks in advance ...Show All

  • Visual Basic StopWatch Sample in 101 samples

    Just downloaded and modified the stopwatch from 101 samples, nice job! I am a PE teacher, and want to create a Timer for this stop watch ap.  Count Down timers are very important, and I have a Large Screen in my Gym/Smart Board that I would love to display a countdown timer on, and of course the StopWatch I - you created. How would I implement the timer functionality I know how to get the time into a text box or Label (Web), but how do I set the timer to count backwards to 0....Help. I will be happy to post the finished sample... Dustin: Could you please repost your code with Option Strict On I tried ...Show All

  • Visual C++ Value Sorting

    Okay now that I have got the whole fstream working I now need to compare values with each other from 2 dat files and output all values in order to one file. I have no clue where to start on comparing, I know im supposed to use pointers(&) on this. So my first ifile01.dat contains the following in this order: 2 22 16 11 9 My second ifile02.dat contains these value in this order: 26 1 8 21 13 They need to be outputed in this order to the last ofile.dat: 1 2 8 9 11 13 16 21 22 26 Ok, in that case google for "sorting algorithms", you'll find lots of examples. ...Show All

  • .NET Development .NET Frameworks Version 1.1.4322

    I have no .NET Framworks program and I need one to accsess a program for a game. I open it and it says I need .NET Frameworks Version 1.1.4322 Can someone please tell me where to get it or give me a direct link to download it Thanks,           Anonymous An excellent place to start for all framework questions is the .NET Developer Center [1].  Another good place to find download from Microsoft is the Microsoft downloads page [2] Following the links from either page will get you to this page for downloading the 1.1 version of the .NET Framework http://www.mic ...Show All

  • Visual Studio Team System Again Load Test - actually Multi User test

    Hi I am not a developer therefore I am trying to get everything I can, without adding lines to the code. Let's see if it is possible. :) I've read the blogs: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=122964&SiteID=1 and http://forums.microsoft.com/msdn/showpost.aspx postid=118191&siteid=1 but still there is something that I don't understand. Therefore, I restart with basic questions: Can I use this tool to run a multiuser test and not a Load test What's the difference The difference is that I need to know exactly when a test starts, when it ends, and control the number of times to make ...Show All

  • Visual Basic Problemas con visual for aplication

    Hola a todos, por favor ayudenme estoy trabajando con un ahoja de execel haciendo un userfom pero deseo que al momento de abrir el nombre del archivo (pe. edison.xls) se me active el formulario unicamente en toda la pantalla y se me oculte toda la pantalla de excell, ademas de como poder quitar el icono de la X en el formulario para que el usuario no lo pueda cerrar desde ahi y no pueda mover o arrastrar el formulario. Muchas gracias Edison Hi, Posts on this site must be in engilish. You can find several localized forums Here. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=448 cheers, Paul June A. Domag ...Show All

  • Visual Studio Express Editions Relative path

    I have a project that opens and reads data from an Excel workbook. I'm opening the workbook by specifying the path as in: oWB = oXL.Workbooks.Open( "C:\Documents and Settings\alewis\My Documents\Visual Studio\Projects\Copy of SectionWgt\SectionWgt\bin\sect wt.xls" ) I don't know what will happen when I try Click Once but it probably won't be good. Right now I just want to stick the whole project on a thumb drive and work on it on different computers. How do I code this as a relative path so the file will open on any computer There's several ways to find the path to the actual assem ...Show All

  • Visual C++ matching parens color black ... on black, and spawn priority, and solition explorer attributes

    I wondered where this went.  It was in the IDE board.  Nothing here is particular to VC++. ...Show All

  • .NET Development lineClose

    Dear all, I am posted two Question on TAPI. Now i solved thosed two. i have another problem, after successfull dialing and Playing the Wave the Line is not Closing/Disconnected properly. Due to this i am not able to redial the next Number. its throwing an error. i am using TAPI 1.4 & 3.0, and lineClose & lineShutdown API's to disconnect. Thanks in advance. This forum is typically used for posts about the System.Net .NET Framework API.  In order to get the best answer possible, I suggest re-posting this question to a forum that is dedicated to the TAPI API. ...Show All

  • Visual Studio Team System How to delete / rename / move top-level folder in TFS source control beta 3

    How do I delete a top level folder inside a project in source control For example, if I want to delete the folder "bar" in the project "foo", how can I remove a folder once it has been created Can I rename "bar" to something else, like "oranges" Can I move "bar" to some other folder in the tree The only way to delete a top level "Team Project" folder is with TFSDeleteProject.  We will be releasing TFS in Q1 of '06 - just a few months away.  We currently think we'll be having a Release candidate around the first of the year. Brian ...Show All

  • Visual C# how do i prevent "show desktop" or "windows key+m" from minimizing my program?

    hi, i don't want my program to be on "TopMost" but i also don't want it to minimize. Never. even if i disable the minimize feature, the program can still be minimized by clicking on the "show desktop" icon or pressing Windows Key+M. I'd like to prevent that. Can someone tell me a possible way to do it btw, the "show desktop" button doesn't trigger the 'resize' or 'changesize' event in the form. Thanks, For the heck of it...I tried to to do this with Desawares subclassing ocx. (the best I know of) You can stop the minimize event with this....but WinKey m...will always minimize it. Looks like the only way is ...Show All

©2008 Software Development Network