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

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

JamieRogers

Member List

Chear
John Holmer
bangorme
Jason Bolstad
MikeeSiow
Justin Pyfrom
Florian Krusch
TazInfo
BolffX
Lexin Shan Customer Issue
mrwise
Tibia Rules
Steffen H
zabrucewayne
Tariq Sharif
Bruff
ProfRoger
KirankumarC
Fahmy
smsm_fcis
Only Title

JamieRogers's Q&A profile

  • Windows Forms Replacing numeric enter with tab

    Hi people! I want to replace default behavior of Windows form controls on keyboard events. I would like them to recognize enter key of numeric keypad as tab key. In mass keyboard data input, especially for numeric data, users prefer numeric keypad. It would bee very convenient to hit enter key to set next control in focus. I need this only for standard input controls: datagridview, text box, combo box, check box and buttons. I managed this partially by subclassing Windows form controls to handle WM_KEYDOWN, WM_KEYUP and WM_CHAR messages for numeric enter key. Datagridview, check box and button works fine but combo box won’t work ...Show All

  • Visual FoxPro DBclick

    the dbclick event can't be effect after i wrote program in mousedown event in grid control.how can i fix it thank you A button would work, either on the form or in an adjacent column. The other way is to workaround it, but it's a bit of a pain.  You might add a timer: On the first mouse down, start the timer.  On the second mouse down check to see if the timer has been started.  If it has stop the timer and do the double click code. If the timer expires the single click code runs. The problem with this is that there is a small lag before the single click code runs and that is often unacceptable. The other way would be ...Show All

  • Visual Studio Express Editions Trying to catch the MSDN Express

    Hi all! I am trying to locate the download for MSDN express library as referenced in the Visual Studio Express downloads pages. Can'f find it anywhere. Am I missing something Is it included in the VS Express installs I also not in the annoucenment thread that downloads of epxress need to be made before Nov 7th. I assume that this is still not the case as it was mentioned at VS Live on Tuesday 29th Nov in Sydney that free downloads of VS Express could be made. Regards, Mark When installing VS Express, you can choose to download MSDN library as well. Alternatively, you can download the full CD image (which inc ...Show All

  • Windows Forms Winforms+JavaScript

    Quick question for the group. I'm embedding a winforms user control into a web page. This web page is going to be launched from another page in a Modal sense. Once the user is done with the pop-up control webpage I would like the page to close automatically when the finish button is pushed. Is there a way to communicate between the html and the winforms control using javascript so that I don't have to have a two button scenario where the user pushes finish then pushes Ok outside of the control Any help would be appreciated. I'm afraid that is not possible, because the browser, after it launched the WinFor ...Show All

  • Windows Forms Capturing the circled text

    I am trying to determine the text a user has circled.  I am developing with .Net TabletPC sdk and .net 1.1 framework.  I am new to windows development, but I have been doing other development work for 5 years.  Basically, I have a frame with a couple of labels on it.  I set the text of one of the labels.  I want to&nb ...Show All

  • Visual Studio Express Editions VB Help required

    I have a small question and maybe someone has the answer im looking for. im using the latest VB 2005 express beta 2 version and i want to make it possible for people to save their settings that they set in the application im making. so for example my application has multiple check boxes and i want it so it remembers automaticly how they are set and next time it starts the settings are still the same. Also like to know how i can manually save the settings. Any help is very much apreciated. Have a look at the new Application Settings feature that comes with .NET 2.0. Right-click on your project and choos ...Show All

  • Visual Studio .NET Framework 2.0 Installation

    Hi, i have recently downloaded Microsoft .NET Framework 2.0 from the Microsoft's website. Now first i tried to install on my home PC, it had windows 2000 SP4, bu the installtion gives the error: Extracting file failed: It is most likely caused by low memory (low disk space for swaping file) or corrupted Cabinet file. Now i then trried to install it on another system running Windows XP SP2 but it gives the same error. I don't have any previous versions of .NET Framework installed on the system with Windows 2000 bu i have .NET Framework on Windows XP SP2 system. Either way i am getting the error. I tried extracting files and then i ...Show All

  • Smart Device Development passing objects

    Hi. I understand that the smartphone/.NET CF (1.1/2.0) does not have a way to send objects using TCPClient/listener (in other words, from PC to phone) but can send strings. I know you could use a web service, and pass objects to and from :) I am wondering if there is any way I can pass an object from the PC (not using webservice but a C# winform app) to the smartphone and back Objects are not actually going through the wire. Instead they are transformed into bunch of bytes, which are actually transmitted and restored back on another side. That process is known as serialization/deserialization and performed by ser ...Show All

  • Visual Studio Team System Graphical representation of branch/merge history

    Hi everyone, I don't have Beta2 installed yet and I couldn't find the information in blogs or other forums so I'm asking the question here: Is there any graphical representation of the file history as well as branch and merge visualization in VSTS source control similar to other source control such as cvs Thanks, for your help. Unfortunately, we won't have a GUI tool for this as part of the version 1 release.  We do have the branches command that can be used with the command line interface, h.exe (for example, "h branches rev5" to see its branch history).  Similarly, there is a merges command to show merge hist ...Show All

  • Visual C++ Problem In MFC AppWizard(exe) 2

    my code is like this: double kk; kk=1234.123; bb.Format("%d",kk); pOUTPUT->SetWindowText(bb); The output from the program above is not 1234.123. How come like this Is %d incorrect Please help me solve this. This control might help you out: http://www.codeguru.com/Cpp/controls/editctrl/maskededitcontrols/article.php/c3915/ Tom ...Show All

  • Visual Studio Team System Is the Team Suite trial compatable with TFS Beta 3 Refresh

    I am currently having a problem accessing Documents in Team Explorer using the client shipped with TFS Beta 3 Refresh and wondering if I will have better luck with Team Suite Trial edition. Anyone know Yes, my AD id has been designated as an Administrator within the team site. This has been working fine for me. BTW, is the Team Explorer "Documents" folder interfacing with SharePoint ...Show All

  • .NET Development Will .NET support semantic web standards?

    Don't know if this is the right place to raise this question, but I haven't found a better one. We're interested in using semantic web standards (RDF/OWL) on a .NET platform. There are many open-source packages that support the semantic web, but all the most advanced ones are written for Java (ie, HP's Jena). There are a few offerings for.NET, like Joshua Tauberer's SemWeb , but none go beyond basic RDF to support ontologies and inferencing (that's the OWL part). So, I wonder if anybody is facing the same problems and has found any solutions, or if Microsoft is planning on pushing ahead in this area Mike Travers This i ...Show All

  • Visual Studio Team System DataDriven test /TestContext DataRow support for C++

    I've created a C++ test project  in VS2005. I'm able to connect to my database, but I don't know how to make a call to access the database. The examples show to use TestContext.DataRow [<column name>] but this example is for C#.   Where's a good place to find examples for C++ Your test context will look like this: private: TestContext^ testContextInstance; public: property Microsoft::VisualStudio::TestTools::UnitTesting::TestContext^ TestContext {     Microsoft::VisualStudio::TestTools:UnitTesting::TestContext^ get()     { r ...Show All

  • Visual C++ (COM) ITypeInfo - Method parameter names

    Hi everybody, I use a ITypeLib object and a ITypeInfo objects to get the method parameter types by the mean of GetFuncDesc. But how can I get the parameter name Thanx for reading my post, BR AFAIK you find a code sniplett here: http://spec.winprog.org/typeinf2/ Its nearly in the middle of the page, search for GetFuncDesc! ...Show All

  • Windows Forms retrieve data from a COM object

    I created a C# component that references a COM object.  The COM object is returning an object with multiple values in it.  I need to get each value and stick it in a another variable to use later on.  I can't figure out the syntax to retrieve the data from the object returned from COM.  In the locals window the object, varRegis ...Show All

©2008 Software Development Network