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

Software Development Network >> Jeremy Boyd's Q&A profile

Jeremy Boyd

Member List

LightTrainMedia
Tnybubble
Fakhar Khan
jmk
acexman
rranft
Tesig
Yusuf K
misteloe
Maximilien Lincourt
KSchram
Runningdog
Mongrel
Klenne
skweaz
KrishnaKumar Sivasubramanian
Umachandar Jayachandran
Tymon D. Scott
Chris Hays
BrianD65
Only Title

Jeremy Boyd's Q&A profile

  • Windows Forms Host Designer

    I'm following the article  http://www.divil.co.uk/net/articles/designers/hosting.asp Ok well it's a pretty simple question. lets say I have a control with a Child_Form property ok,  how to I select another form if only one is loaded in the host at a time. I figured out how to load another form but it shows up on it's own and I have to set the showintaskbar& ...Show All

  • Visual C# DLL Files

    Another question is that can we say that all default namespaces are specific(not default) according to themselves(their classes and members) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Directx 9.0C issues , cant play games anymore.......

    I had a missing system DLL file in my Directx 9.0 C . I tried reinstalling 9.0C but I kept getting the same error over and over , missing system DLL file. So I decided to check with colleagues and on the Internet and Microsoft and found out that I needed to first REINSTALL the original directx 8.1 drivers from my Windows XP Home Edition cd.........but 1 needed file ( d3d8.dll) was not there which i really needed for my UNINSTALL/REINSTALL TOOL ! I tried to rollback my original directx 8.1 files from my Windows XP Home Edition cd ( the CD which came with my original DELL Dimension 8200 computer ) but I kept getting errors that the file d3d8.d ...Show All

  • Visual C++ passing a stream as parameter

    I setup the following test void test(System::IO::Stream pStream) { } Not much here, I just want to pass a stream object as a parameter. When I attempt to compile this code I get the following error: error C2660: 'System::IO::Stream::Dispose' : function does not take 0 arguments I am using C++ 2005 Beta 2. Any help appreciated ___________________________________________________________ A little later, I was able to get it to compile with "System::IO::Stream ^pStream" but I am uncertain what the modifier ^ does when in the paramater list. I am a C++ guy too, and I am learning hard to get the ...Show All

  • Visual C# ? VS2005: Where did Class View->Add->Override go ?

    In Visual Studio 2003, you can use Class View to navigate to a virtual member of a base class, then right-click that member and choose Add|Override. In Visual Studio 2005, this is not available. Where did it go Is there an alternative and equally convenient way of doing it # Thanks! Matthew - In VS2005, you can use a feature called IntelliSense on Override to generate this same behavior. In the derived class (where you want to add an override for the virtual member in the base class), type "override" and then hit <space>.  IntelliSense will show a completion list with all the available member ...Show All

  • SQL Server How to create a new named instance

    Hi, I did install SQL-server developer edition. During the installation it asked me the name of de instance. I let the installation create the default Named instance. Now I want to add an instance with a new name. What is the best way to do this Is this the same as creating a Notification service Doeb No other way than that...but when you distribute your app, depending on what you're using for SQL Server editions, you can perform unattended installations that name your instance the way you like automatically. Guess I'd need more info on what you're doing here to give you any further assistance... ...Show All

  • Microsoft ISV Community Center Forums Select line of text in Word documents

    How can I "Select a line of text in Word documents" to futher manipulate it I figured how to do individual Words, but I'd like to select a line ot text containing a certain word. Not too sure how to select a line of text, but this will select the sentence containing the word: Sub SelectSentence() Dim oDoc As Word.Document Set oDoc = Documents.Open("C:\documents and settings\mydocument") With Selection.Find .Text = InputBox("Enter word to find") .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue .Format = False .MatchCase = False . ...Show All

  • Visual Basic How to check if an object is null

    Hi, I can't figure out how to check if an object is null. I am writing a simple VB.NET program to interface with some other VB.NET code that I did not write. Here is an example of what I am doing: Dim annualReview As jAnnualReview annualReview = CW.Get_Annual_Review(token, clientPK, year, domain_pk) Sometimes an annualReview does not exist, and in the debugger the value of annualReview is "Nothing". How do I test for this I've tried the usual and the editor doesn't like any of it: If annualReview = ""  If annualReview = 0 If annualReview = NULL If annualReview = "Nothing" Thanks for you help, Kathy ...Show All

  • Visual Studio Team System Extending Team System Version control Mechanism

    Hi         I want to use my legacy Version Control Implementation using Team System clients(GUI). Is it possible for me to plugin my version control dll(eg:SCC.dll) in to Visual studio . In Visual studio ,we use to implement SCC -SDK and plug in our source control in to visual studio. is it possible to achieve the same in team system. On client side ,visual studio team system uses - M icrosoft.VisualStudio.TeamFoundation.Client.dll. And i feel,this is the point of integration,i need to implement functionality in this dll. Is there any standard way to achieve this integration in to team ...Show All

  • Visual Studio Express Editions Data source disappears in windows form designer

    I have set up a connection with sql express database. In designer view for my dataset the data source files show up but when I switch to designer view for my windows form, the data sources disappear in the data source window. Why is this. Also, regarding updating database files as discussed in in another thread here will MS have a fix for this later. Finally, I have noticed that on WinXP, if I don't sign on first I can't make a connection to the server. I have to reboot and sign in first. Any suggestions. Thanks Ken Hi, This looks like the same issue described in this post http://forums.microsoft.co ...Show All

  • Visual Studio Express Editions How to print receipt in a picture box?

    Hi, I made a simple program that would generate a receipt preview, but I wander on how to do it in Visual Basic Express. I am going to use Picture Box because, other said that picture box can hold up a text or an image. How can I do this with my example format below: MyCompanyLogo MyCompanyAddress DATE: 05/06/2006 RCPT: 34566 STAFF: 23455 SND: 3467785667 1 480MLNSTEA ICE 18.00 2 SFGUAR SOAP 5.50 ------------------------------------------------------- TOTAL 23.50 CASH 25.00 CHANGE 1.50 VAT ...Show All

  • Visual C# One Click Save as

    I want to make a html file saver for easy making and i was wondering how to make a save button but one i click it it saves it as a html file. Can someone teach me how i do it please much help is appeciated thanks ps sorry for the spelling im only 13. What you need is an "RTF to HTML converter".  Writing one is not a trivial task.  But if you do a Google/MSN search, you'll find plenty of options that are available for free.  HTH ...Show All

  • Visual C++ Program runs slower when compiled with Visual Studio 2005 (in Release with optimization)

    Hey, I have a performance problem with the new Visual Studio 2005. My code (which is a genetic algorithm) is 3 times slower when compiled under Visual Studio 2005 compared to when I was compiling it under Visual Studio 2003. With Visual Studio 2003, it used to run in 3.0639 seconds, and now it runs in 9.0031 seconds. I run both code in Release. I tried every optimization option, and adding the /D_SECURE_SCL=0 compiler command to the project options with only minor differences. Is there any other way to get back to the speed Visual Studio 2003 It is a bit absurd to upgrade to a new compiler and get lesser performances. Thanks a lot!!! Antoine ...Show All

  • Visual Studio Express Editions sendkeys and focus

    Ok i got a bit of a prob. i'm tryin to make vb type in a webbrowser thing tht i got onscreen in a vb form. my friend suggested send keys but you have to set a focus to the webbroweser or somethin like tht. i tried everything he's said but i've had no luck. can anyone out there help me   if u didn't get tht, i want vb to type in a webbrowser bit which is in my form when i click a button.   ok a bit of an update here. i tried what my friend said again except with a textbox. tht worked. But i tried the exact same thing except with my webbrowser and it doesn't work. Why not and how can i fix it so it will ...Show All

  • Visual Studio Keyword Expansion using Team Foundation Server?

    Hello! We've just moved some projects from VSS to Team Foundation Server and have now noticed that the keywords e.g. $Log $ or $Header $ no longer get processed. Some advice would be greatly appreciated. regards, Michael Hi Michael, You may get a quicker answer by posting your question at: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=22 Regards, ...Show All

©2008 Software Development Network