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

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

JamieHiggins

Member List

Priddin
OCardoso
Muzaffar_Ali99
Kudah
Lientjie Kat
Aaron Hallberg
Yifat
ftamminga
Flavio
travich
Ashok_Roy
TylerWick
Sude Singh
Emmersko
Gareth D
ferrarirosso
Whatabohr
Luke_82
Richard_Wolf
G_Mahajan
Only Title

JamieHiggins's Q&A profile

  • Visual Studio Express Editions Windows Control Component reference?

    Howdy Folks, I'm trying to learn C++ and how to use Visual C++ Express. I've been digging around looking for a reference for the control components located in the Toolbox, but I can't find it. I'm sure it has to be around somewhere. Could someone point me in the right direction Mark I usually use google to find information about specific classes in .NET Try searching for " maskedtextbox class msdn2 ". First item is what I would start looking at. If I want to know more about the System.Windows.Forms namespace I would search for something like " windows forms namespace msdn2 &qu ...Show All

  • Visual Studio Team System How do I derive from TestContext class and implement from base members

    So, I see a lot of people are looking at this. But no one is responding to it.  It would be great if someone would be able to at least check the answer to verify it.  ---------- Im lazy, and somewhat new to OO. I am attempting to derive trom the TestContext class.  But am not able to use the base class methods when overriding the base class methods... namespace TestPlay{ public class newTestContext : Microsoft.VisualStudio.TestTools.UnitTesting. TestContext {    public override void AddResultFile( string fileName){    throw new Exception ( "The method or operation is not impl ...Show All

  • Visual C++ Halting Keypresses?

    Hi all,     I am writing a program that is supposed to lock a user from the common key presses, i.e. Alt + F4, Crtl+Alt+Del, etc.  I know I have to have case WM_KEYDOWN:     switch(wParam)     {     //The Keypresses     }     break; My problem is that I do not know how to halt the keys from doing anything.  I am certain that VK_F4 is for the F4 key, but how do I link alll of the keypresses of one command together, i.e. the keypresses for the Task Manager.  I also need to know how to make the window, that will disappear, to keep windows ...Show All

  • .NET Development Moving from CDO to System.net.mail, cdoanonymous?

    In CDO I could use: 'Type of authentication, NONE, Basic (Base64 encoded), NTLM objMessage.Configuration.Fields.Item( "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" ) = cdoAnonymous How is this done in .net 2.0 I have converted all my code over, except this line which is an essential property of the smtp client to send through our smtp server. Thanks. Current code that works perfectly: Dim objMessage, server 'create CDO email object objMessage = CreateObject("CDO.Message") objMessage.sender = sender objMessage.to = recipient objMessage.subject = subject objMessage.T ...Show All

  • Visual Basic Name "________" is not declared

    Hello, With some of my codes, an error comes up saying Name 'RadioButton1_Checked' is not declared. I am using some code snippets to build this script, and I get that error when typing in the script. Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button1.Click If RadioButton1_Checked True Then MsgBox( "You are incorrect" , MsgBoxStyle.Information, "Wrong Answer" ) End If   So, if you can't tell from the code, I want this to happen: If the person has checked RadioButton1, I want a message box to come up and say incorrect answer when they click the ...Show All

  • Visual Studio Express Editions Upgrading vb6 projects

    I was unable to upgrade projects from vb6. I get an error when "invoking upgrade engine". Error occurs in vbu.exe. Error message: Enexpected exception ocurred during upgrade engine operation: Error in remote procedure call. (Exception from HRESULT: 0x800706BE). Using: XP Pro Spanish Version VB 2005 Express V8.0.50727.42 VB6 projects made with VB6 Enterprise Edition (SP6) Spanish Version. Hi Samer, The warning issued from RegAsm for the VBUpgrade.Engine.DLL is expected. We're actively trying to reproduce the problem here and so far have not been able to. We're working with Cristian offline to determine ...Show All

  • Visual C# C# Generic Constraint Improve Way?

    C++ template use constraint by signature,It's very flexible to programmer but complex for complier, and at most time programmer can not get clear error message from complier if error occur. C# generic use constraint by type,complier is relaxed, but it is very limited and even sometime tedious to programmer. Is there a way to get merits of both (NOTE: I think the all-important purpose of develope tools is to let programmer relax, not the complier !!! Anders Hejlsberg spend so many time add some useless feathers(Except LING) to C# 3.0 to some extent,but he do not spend enough time to improve C#' most basical and important feathers:  gen ...Show All

  • Windows Forms Grid and BindingSource object change

    I was working thru an excellant example by Robert Green of Microsoft entitled Walkthrough: Smart Client Data in Visual Basic 2005.  This was for Visual Studio 2005 beta 1.  Using beta 2 there seems to be a significant change.  When I worked thru this example the DataConnector object has been replaced with a BindingSource object.  Why is this and how do I implement the one to many form using this new object   You are correct in that this has changed and we are working on updating the sample.  Rather than use the "Add related..." smart tag, you can now do this more naturally ...Show All

  • Visual Basic WebBrowser SelectAll/Text size

    How can I (i) select all the content of a webbrowser control and (ii) change its text size in code In VB6 I would have used the ExecWB method, but this seems to have vanished in .net. I try the following, it does not work...         For Each item As Windows.Forms.Control In Me .WebBrowser1.Controls             item. Select ()             Dim f As New Drawing.Font(item.Font.FontFamily, item.Font.Size * 5, item.Font.Style, item.Font.Unit)    ...Show All

  • Visual Studio installproblem with Visual Studio 2005 Beta

    By installing Visual Studio 2005 Beta, on a WindowsXP Professional OS, I get the following error: file not found: _9103_RTL_X86_enu_VCSharp_EE.cab HELP!!! Nicole Hi, If you are installing from CDs, try copying the content of all CDs onto a folder on the Hard Disk and run the Setup from Hard disk - that may help. Regards, Vikram ...Show All

  • Windows Forms How to create custom Outlook Form that sends different parts to different people

    I'd like to figure out how to create a Custom Outlook Form that contains a bunch of information, say items A thru Z.  I'd like when customers use the form and then submit it, that items A thru D goto one person and items A thru Z goto  another person.  Can I do this   If so, tips would be appreciated.  Do I have  ...Show All

  • Visual Basic Problems with Primary Key and Identity

    OK I have a table called tblExemptions in a .mdf file. It is related to another table called tblPersonnel. My problem is that I have a column named exemptionID in tbleExemptions that is set as a long int. In the properties I have it set as an identity, with the identity increment set at 1 and the seed at 1. Now for some reason if I view it as a datagrid view, it will not update the exemptionID field. Everytime I try to commit the changes I get errors saying that NULL is not allowed. Which of course it isn't. Now if I use the Show Table Data view inside the IDE then the field updates itself. It's only whne I am running the application. Please ...Show All

  • SQL Server SQL Server 2005 Nov 7 GA Installation

    I know SQL Server 2005 is to be released on November 7 and I hope that date is truly realized, but I would like to start planning now.  We are currently running SQL Server 2005 from the Beta 2 of VS 2005 and was curious if we will be able to upgrade that version directly to the GA release on November 7th or if it will require a complete reinstall Thanks in advance, Steve Hi Steve, Because the final version of SQL Server 2005 will ship with the final version of .Net Framework you will need to do a full uninstall/reinstall. When uninstalling SQL Server 2005 remember to uninstall .Net Framework last. The SQL uninstall relies on the ...Show All

  • Visual Studio Express Editions Issues with .Net Framework error

    I'm working on building a simple program using the Windows Forms template, unfortunately most people I've tried to get to use the program have gotten this error: "To run this application you must first install one of the following versions of the .Net Framework: v2.0.50727 Contact your application publisher got instructions about obtaining the appropriate version of the .Net Framework." Any idea how I can clear up this error As you're using C++, you have two options. First, write an app that does not use the .NET framework, or second, install the .NET framework 2.0 on the target machine. The expre ...Show All

  • Visual C++ Quick question (basic MPG calculation cpp)

      I have here some code I am writing to calculate MPG. The sentinel value is -1, but when I press -1 it still asks me how many gallons used, before exiting the window. Can anyone help me see what I am doing wrong heres the code I have so far: BTW The code works up untill I want to exit by using the sentinal value (-1) it actia;;y adds the (-1) to the totmiles then it asks for total gallons, THEN it exits. DO you see my problem #include "stdafx.h" #using <mscorlib.dll> using namespace System; int _tmain() {        int miles,totmiles,gallons,totga ...Show All

©2008 Software Development Network