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

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

psymen

Member List

BillDude
cajinamaster
Berinfo77
SMerrill8
Dima S
Chris Patten
dnelson
SanjeevUpd
James Sugrue
Prof_CRM
ajay_ndelhi
ProactiveLogic
Craig_tin
Vhii
Pirox
jerrison
Oxie
IrimiaBC
Patrice RAUCQ
Donald DoC
Only Title

psymen's Q&A profile

  • Visual Basic Regional Settings are used by "IsNumeric", How would I change this behaviour?

    I have written a small CAD Text translation program for printed circuit CAD translations. I am using Microsoft Developement Environment 2002 Ver. 7.0.9955 with the Framework 1.0 Ver. 1.0.3705. I am using my German version of Visual Studio but change my regional settings of gr-de (German Germany)to en-CA (English Canadian). The data my program works with is written in the north american English format. I live now in Germany and as my program n ...Show All

  • Windows Forms Designing a WinForms application.

    Such an embarrasing question, but i've been working in ASP.NET for so long that i've lost grasp with Forms design architecture. I'm designing an application using WinForms 2.0. The screen for the application will keep the same structure throught the App. For example, a user will create a new customer. Then he might want to create a new employee, so will click the "employee" button. This won't fire up a new employee form, but will display the emp ...Show All

  • Smart Device Development SIP problem

    Hi, i need to use a input panel control without the menu. I doing my own mainmenu and i have to shown a SIP control, but when i'm trying to shown the SIP control it shows the default menu bar. I need to hide the option menu to select the input methods and drawn the SIP control on a different y position then the default. Could anyone help me Thanks in advance, Nuno Silva. Hi Nantunes82, NETCF does not suppor ...Show All

  • Windows Forms Email from app

    How do I setup a linklabel in my Windows form to use outlook to send email  I'm assuming this is much different than doing from a web page. Robert Have you added the reference to System.Web.dll   This involves more than the Im ...Show All

  • Visual Studio Express Editions Build Form Application From Scratch

    I'm trying to create a form application from scratch and I have some questions: 1. Do I create an "Empty CLR project" or an "Empty Projet" from the "General" tab of the Create New Project dialog I've tried both. 2. namespace System is not recognized and I've try to add references under the Project>>Properties dialog, but none show up to choose. What am I doing incorrectly Please advise and thanks in advance.  ...Show All

  • Visual Studio Team System Error creating project in TeamSystem...

    Fails when trying to add a new project: 04.19.2005 04:41:41.303 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://teamsystem:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 04.19.2005 04:41:41.303 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0 seconds 04.19.2005 04:41:42.579 | Module: ELeadServiceMediator | Template Informat ...Show All

  • Windows Forms DataGridView - SortCompare event not firing!

    Hi all, I have a Winforms 2.0 app in which I have a DataGridView which is populated from my own data objects (ie: from my own classes, not from a database or strongly typed dataset). The DGV is readonly so no editing or adding new rows can be done. Since some of the columns need to have a custom sort I set the SortMode property on those columns to "Programmatic" and then added the following event handler to the code: Private S ...Show All

  • Smart Device Development window mobile 5 screen orientation with different tab order

    I am developing a WM5 dialog base pocket pc application. my dialog has two screen orientation (portract and landscape) base on the PPC screen orientation. Changing of the orientation dialog work fine but I can't had two set of tab order for the two dialogs. The tab order will always follow the .h enum { IDD= XXXX} screen. Example, my portract dialog tab order should be edit1, edit2, edit3 but my landscape dialog want to had tab order edit1, ...Show All

  • Windows Live Developer Forums REAL SOLUTION Activities Menu Unavailable

    I've noticed a number of instances with users not being able to access our P4 application because the Activities menu is consistently unavailable.  I have witnessed this situation myself over several  home broadband connections and the Activity list comes up with the following message: "List of games or activities is temporarily unavailable. Please close and try again later." I initially thought this was due to a restriction on the c ...Show All

  • Microsoft ISV Community Center Forums Problem with XP SP2

    I ran the below program in a machine with XP SP1 and Word 2000 it took only 2 or 3 seconds to insert the bookmarks into the word document. But in a machine with XP SP2 and Word 2000 it took 18 seconds in an average. I am using the similar kind of program to insert the bookmarks into a letter at the runtime. Could please anyone help me out. Private Sub Command1_Click() On Error GoTo err Dim obj As New Word.Application Dim bk As Bookmark obj ...Show All

  • SQL Server SSIS vs DTS - what to compare?

    Hi. I'm working on 'bigger' SSIS vs DTS comparison, but actually don't know where to start. Can someone experienced give me some clues/resources about that I was able to find only some parts, short texts, that SSIS is about 7 times faster, etc. But I need to make some tests and analisis as well. Any help would be appreciated. Thanks in advance, Michal Phew, where to start You could write a 500-page opu ...Show All

  • Visual Studio 2008 (Pre-release) Image Scaling Animation Problem with DependencyProperty

    I wish to create a animation using procedural code (instead of XAML). My aim is to create a image magnification upon mouse-over. However, when I tried to use the following set of codes (as referred from MSDN) , I always get an exception. Code Snippet Image img = new Image(); img.Name = "Image" + imgIndex.ToString(); imgIndex++; this .RegisterName(img.Name, img); DoubleAnimation myDoub ...Show All

  • Visual Basic Network Question

    Here's an interesting question... I've re-made a game called Atoms (was an old Amiga game hehe) as a single player game with a score. Is there any way I can set up a server program on my computer, and then add code to my game so that high-scores can be uploaded to my computer and then viewed by others (If so, I need for the program to be able to show a friendly message when the server is not available too!) Thanks in advance!! - Javawag ...Show All

  • Visual Studio Tools for Office Selection.PasteExcelTable

    Hi, When I call Selection.PasteExcelTable with LinkedToExcel set to true in my VBA code, it fails (Type mismatch) whereas passing false to LinkedToExcel succeeds however the copied data is obvoiusly not linked. I copy my data from excel using ExcelSheet.Cells.Select ExcelSheet.Cells.Copy Any ideas why PasteExcelTable wont work when LinkedToExcel is true. Thanks, -Suri Pleas ...Show All

  • .NET Development JIT: different code emitted for the same IL in the same process

    I'm trying to find out what factors could affect the JIT mechanism so it would produce different binary code for the same method within the same process. An assembly, unless domain-neutral, can be JITted multiple times during the process lifetime, when loaded into a new application domain. Somehow I thought that, because typically none of the factors like the assembly footprint, system configuration etc. are changing during a process lifetime, i ...Show All

©2008 Software Development Network

powered by phorum