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

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

nightchaser

Member List

cmccutcheon
Stanislav Ogryzkov
Ilanth
Glawe
Mauro Rogledi
PKSpence
Ranjeeta Nanda
AndreSei
Simon Mourier
pbala
DevGuy
David Evan
beat___
SmartFX
DerikJ
Innovasys
fhcole
Shantale
Shafeeq82203
Maldini1010
Only Title

nightchaser's Q&A profile

  • Windows Forms embedding default event handler in derived UserControl class?

    Hi, I'm new to .Net, and was wondering if the following is possible: I have created a template user control that has a standard toolbar/menu and events that are raised when the buttons/menuItems are clicked. When someone derives a new User Control from this class, I want to have default event handling code embedded in the class that they are creating which will act as a sample/default handler (rather than having them create the handlers from scratch by double-clicking the events in the properties window). If someone could let me know if this sort of thing is possible, or if there are other ways I should consider doing this, please let me kno ...Show All

  • Windows Search Technologies Address bar - locked

    my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have google and msn tool bars open help maggie ebersold Hi Maggie, Your issue doesn't appear to involve Windows Desktop Search - does it Thanks, Bill ...Show All

  • Windows Forms emp_food and empirator_

    It looks like these emp_food's periodically clean out a terrarium at every night. Under these environments, there is no way for my asgard's to survive anymore. It looks like it is only a matter of time before empirator's take over fully. Great job, David. hme is stronger than naka. I don't know the reason of having happened now !! ...Show All

  • Visual Studio Express Editions Newbie trying to understand the use of a Timer in Visual Studio VB

    Hi I have copied the example code from the help files. ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/cpref17/html/T_System_Windows_Forms_Timer.htm but cannot figure out how to use it. I tried a whole bunch of things involving stuff like: Dim fred As New Timer fred.Enabled = True fred.Start() expecting the included 5000 ms timer to start and count down to zero then show the message as per the example code - but noting happened. How do I use a Timer   http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=375277&SiteID=1 :) ...Show All

  • Visual Studio Team System Web Test - Any way to compare an Extracted value (Context Variable) against an expected result?

    Hi, Is there any way to compare an Extracted value against another expected value without using coded Web Tests Thanks The extracted value can be compared without using coded Web Test. It can be done by combination of Extraction rule and Validation rule. The "Context Parameter Name" entered in extraction rule can be used in the validation rule as expected value. It has to be taken care that the context parameter name should be appended by {{ __ }}. Eg: If Context Paramerer Name is UserID then {{UserID}} has to be entered as expected value in validation rule. ...Show All

  • Visual Studio Team System Doc chm of FxCop 1.32 and Online Document with problems

    Hi All, I'm having problems with projects where are more than 8 rules. My rules stop running and neither the debug runs anything. I am using fxcop 1.312. So, I tried to upgrade the program to fxcopy 1.32. But there are a lot of differences between those versions. So, I downloaded fxcop.chm from the gotdotnet site. But it is with erros in all windows when you try to read a topic of it. I tried to see online documentation of fxcop 1.32, but when you get the url in gotdotnet, the title is fxCop Documentation 1.312.0. Is it correct I am trying to understand what is happening with my rule project cause it runs only with a few rul ...Show All

  • Visual Studio Express Editions fatal error LNK1104:cannot open file 'user32.lib'

    hallo, i got this error after building my source code: fatal error LNK1104:cannot open file 'user32.lib' i've seen a similar thread but i still can't solve the problem. I folowed all the instructions from the video on installing the PSDK. What can i do Pliz help!! 1. Have you installed the Microsoft Platform SDK 2. Have you added "...\Microsoft Platform SDK\Lib" to the list of Lib directories under Tools->Options->VC++ directories->Library files ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Method of plotting 2D grid

    Hi. I have a question. How would I plot 2D grid It's got to be infinate but without any performance loss. Will this work To show you wnat I mean, download a trial version of 3D GameStudio and open GameStdudio in 3D GameStdudio, located in the Program group. And one more question. Since I'm going to be developing an authoring suite along with an engine, in an application (world editor) with 4 windows, would it be possible to have 4 D3D child windows with just one device Or do I have to create a device per window Each of the child windows will have Top Right Back 3D The four windows will have to be in sync. Here's the table ...Show All

  • SQL Server How do I set ApplicationName through ODBC call so that SQL Profiler can see it properly

    Hi, I want some proper name to be set in the "ApplicationName" column for my application in the SQL Profiler instead of always being empty. I use ODBC to connect to SQL Server. I am sure there must be someway to do that because when I run SQL Analyzer, I can see "SQL Query Analyzer" or "SQL Query Analyzer - Object Browser" displayed in the ApplicationName column when I turned on SQL Profiler. Thanks, Jeff Thanks a lot for this forum, especially Ricky and William. I finally figured out that I should use SQLDriverConnect and pass in the APP key. The only concern I have n ...Show All

  • Visual C++ SxS Issue? R6034.

    Hello,     I've been having a problem for nearly 3 hours where I've spent my time looking through manifest examples, reading forums, running through configuration and still to no avail, my program blows up.  It's giving me the, as I have seen, common error: R6034, "The application has attempted to load the runtime library incorrectly.  Contact support for more information".  This happens when it attempts to load my MFC dll in my MFC application.  The manifest IS embedded in both projects and I have made sure that no immediate manifests are overriding the imbedded ones..that seems to be the common error.&nbs ...Show All

  • .NET Development Migrating VB6 to VB.net

    I just converted a vb6 to vb.net.....but on the converted version the program crashes when it reaches... recordSet.let_ActiveConnection(Nothing)...i also got a 'UPGRADE_NOTE: Object rs.ActiveConnection may not be destroyed until it is garbage collected. Click for more: 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm keyword="vbup1029"' on the converted one. I was just wondering how i would be able to fix it. The error i am getting is "Arguments are of the wrong type, are out of acceptable range, or are in conglit with on another." Thanks   also i am getting the following message for Trim(rs.Fields("Title").Value = "" ...Show All

  • Windows Forms Change the color of the Cell of the Datagrid

    Based on the value of the cell in column 3 I want to change the cell color of the column 0 Thanks Thanks. I tried this it won't give the full solution what I was looking for. But I had fixed this with currency manager ...Show All

  • Visual Studio Team System Remove local copy from workspace?

    Is it possible to remove the local copy of a folder from tfs when I've finished working with it Our source is setup as sub-folders within a single workspace, however we don't usually have all of the source locally and only work within a couple of these folders. Once we've finished with one, the local folder can be deleted to get back the disk space. I know that I can just delete the folder from the disk, but tfs still remembers the last version that it got for that folder within the workspace and I'd like to delete that too. Cloak the folder and run Get. You can add cloaks from SCE by choosing Workspac ...Show All

  • Visual C++ programing for a speedometer

    being a newbry to c++ i was wanting to know how to print 2 or more colums of numbers 1st colum then second then reseting the first and so on and so on much like a speedometer. Where do you want to display those columns In a window based application or in a console based application. Beside all I give you a hint: Read a book to learn basics... ...Show All

  • .NET Development Accessing data in a DataSet

    Hello all, ADO is very new to me, so I hope this question doesn't seem too simple. If anybody can recommend a good ADO book or tutorial that would be great. I am using C# Express and SQL Express. I've been able to connect to my database, use a TableAdapter to get access to it, and fill a DataSet with a query from the TableAdapter. My question is, how can I get access to the the rows and columns in my DataSet I know how to "databind" them to a form control, but I'm trying to just get them into variables. For example, if my table looks like this: int myAlbumsID (primary key, isIdentity=yes) varchar[50] albumName ...Show All

©2008 Software Development Network