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

Software Development Network >> Corinne C's Q&A profile

Corinne C

Member List

Mahoura
shrek.wang
Tony Leatham
Justin Chase
Corsario007
.Net Developer & SQL DBA
D_a_v_i_d_B
Theory
Gerhardt
RpM
Kathleen Chua
Justin-M
CamDen
Huy V Nguyen
Swanand
TwipAndPixel
aaron b.
tatltat
Yi Liang
Rujith Anand
Only Title

Corinne C's Q&A profile

  • Architecture where and in what form business layer should be implemented

    I have to design 3 project whose specification are as follows: 1. Client server architecture , windows application , office administration site with book library in place. 2. 3 layred web application , ecommmerce aplication with webservices in place for business layer implementation. 3. 3 layered we application , workflow application What of the following technologies should i follow in the above cases with performance issues and impact 1. COM+ with MSMQ and MTS with and without workflow and rule based engine 2. workflow engine 3. rule based engine 4. Business layer compiled inside the application 5. Business layer inside stored p ...Show All

  • Visual C++ Upgrade from .net 2003 c++ (and basic)

    If I'm using .net 2003 C++ (and VB) can I upgrade to Visual Studio 2005 And will I get the other 2 languages (c# and j#) as  a bonus, or do I need to buy the full product I'm using the standard edition. Visual Studio (except Express Versions and Visual Studio Tools for Office) contain all languages: C++, VB, C#, J#. http://msdn.microsoft.com/vstudio/products/compare/default.aspx ...Show All

  • Visual Studio Help compiler fails with RC1

    Hello The Help compiler fails with Visual Studio 2005 RC1 and the October CTP of the SDK. It fails with the message: Microsoft Help Compiler Version 2.05.50727.31 Copyright (c) Microsoft Corp. Fatal Error HXC1022: The compiler server could not be initialized. Reinstall the Microsoft Help 2.0 compiler. Confusingly: - The Beta2 Help Compiler (Version 2.05.50215.44) also fails on a machine with RC1 and October CTP installed. - The October CTP Help Compiler (Version 2.05.50727.31) works just fine on a machine with the Beta2 installed. Plese can you help Thank you Peta   Thanks Aaron Well yes, to all intents and purposes we ar ...Show All

  • Visual C++ Please Help me !

    I have try to create a program like Easy Cafe. But i faced with some problem. I would like to promote user not to close my App (how to hide Close icon on top right corner of my App). I wanna ask how to prevent user turn off my of (even though in Task Manager) Another purpose of my App is lock screen. First, the screen only display some picture and a dialog box. After user press on "Start" button on dialog box, my App'll minimize on task bar and Working screen'll show to user. When user leave (I'll restart my App), my App'll return to first state. Please help me how to lock screen and how to prevent user turn off my App Hi, To display ...Show All

  • Visual C# \r\n in a resource string

    When I create a string like You have made changes.\r\n\r\nWould you like to save this file and put it in the resources, the \r\n\r\n show up in MessageBox.Show(). If I hard code the string, I get the line breaks as I expect. What gives You should use @: string temp = @" You have made changes. Would you like to save this file "; This will also escape \'s, but you need to use two quotes if you need to quote anything: string temp = @"You said ""I like \ slashes.""."; ...Show All

  • Windows Forms Environment Variables in Windows Installer

    I have a Windows Installer Setup project as part of my VS2005 solution, and was wondering if there was any way I could interact with Environment Variables from within this project Specifically, I was looking at a way to update the PATH variable on an install, and then remove the added entry during un-install. I was hoping there would be a quick and easy way of doing this. The Setup project has a Registry Editor, and I was expecting something similar to that like the Environment Variables Editor.. No such luck! Thx! I was having the same problem. To accomplish setting a PATH Environment variable I used Win ...Show All

  • Software Development for Windows Vista 64bit Control Panel Extensions

    I use the Microsoft gived function to compiler 64bit AMD program. The Application and DLL could be work on 64bit XP. But when I use this to compiler the Control Panel Extensions, the program could be compiler but could not work on 64bit OS. PROPSHEETPAGE psp; HPROPSHEETPAGE hpage; ZeroMemory ( &psp, sizeof(PROPSHEETPAGE) ); psp.dwSize = sizeof(PROPSHEETPAGE); psp.dwFlags = PSP_USEREFPARENT | PSP_DEFAULT | PSP_USECALLBACK; psp.pszTemplate = MAKEINTRESOURCE( IDD_DIALOG_CURSOR ); psp.pfnDlgProc = DlgCursorProc; psp.lParam = 0; if ( ( hpage = CreatePropertySheetPage( &psp ...Show All

  • Visual C# Casting an enumeration that has a defined type..

    public enum foo : ushort { foo, bar } ushort test = foo.bar; Cannot convert from 'Test.foo' to 'ushort' Sure, I can make variable of type foo, but I'm encoding the value to a network stream, so I want it as a ushort. The thing is, I specifically told the compiler the enum is of type ushort, so why do I have to typecast it You need to cast it :-) ushort test = (ushort)foo.bar;  Oh - you said *why* do I have to cast it Because C# is a strongly typed language, IMO it requires casting more often than it really should, but at least it's not VB :P   ...Show All

  • Visual Studio Express Editions Migrating Forms And Code To Express 2005

    Hello All, I have alot of code that was written in VB6. It there a way to migrate this code into VB Express All I really want to do is bring some of my base forms over into Express and redesign them there, not reuse the the code as it is. It would be somewhat easier if I can convert these forms to Express then do the redesign of these forms from within Express instead of jumping between VB6 and Express. I also have Visual Studio.Net 2003 at my disposial. Can this be used as an interum step to convert these forms to Express Any help you can offer would be appreciated. Thanks In Advance V. Shane Curtis Hello, Thank you for ...Show All

  • Visual Basic VB.Net help - Various Issues

    In our point of sale system, we can export various reports as a csv file.  The problem is that when we open them in Excel, some of the fields (which contain a number 20 digits long) show incorrectly as Excel can only recognize 15 unique digits and changes the last 5 to zero's. I have written a VB program that will allow the user to open teh csv file in a datagrid, adn the numbers show up correct.  Now I am having a problem figuring out how to do the rest of the program.  These are the issues I have remaining: 1.  The worksheet is 82 columns wide.  I need to be able to only import specific columns into the datag ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX Extensions for Alias Maya 7

    When will the export X for maya 7 be released Or is there a way to convert 6 binary or 6.5 binary too work with 7 This is what we're saying, it doesn't work. It compiles, sure, but it also crashes like crazy and can never export a .x file. And yes, I updated the paths. What is MS doing about this Anyone know Or do they just continue to ignore their users ...Show All

  • Visual C++ Can and how do I extend an array of objects during run time?

    Hi, I created an array of objects, based on a class I created to hold data only, at the start of my program. During the run time, I may need to add an unknown number of additional objects to new data. Can I do this How can I increase an array of objects during run timge, one at a time as the need arises For exmaple: myClass aryObjects[10]; .............. How do I add to the aryObjects and make it a aryObjects[11] Thanks. Hi Thankk you for the reply. I open the #include<vector> and found void push_back( const _Ty& _Val) Do I change it to : void push_back( const _Ty* _Val) if not, then where and ...Show All

  • Visual C++ VC++ 2005 redistributable (vcredist_x86.exe etc.)

    Hi there, I noticed that the Beta 2 redistributable is hosted on the Microsoft download library, but the final ones seems not to be. Will it be hosted on microsoft.com (or is it already somewhere ). Also, it has been reported to me that on Windows 2000 the (RTM) redistributal gives an unuseful error message if Windows Installer 3.1 is not installed. The message is error 1723. "A DLL required for this install to complete could not be run." . It would be a lot more helpful to my users if this was a more informative error message - the solution of installing Windows Installer 3.1 was only found by trial and error. Thanks. ...Show All

  • Visual C++ Exception within ATL when creating dialog

    Hello, Sorry if I'm bothering too much. I've gotten great help from here before. Here's the situation. I'm using Visual C++ 6.0. Within my IShellView I have a memberpointer to a dialog class that implements the CAxDialogImpl dialog. When the view loads I create this dialog dynamically by these lines:  m_pDialog = new CIsdSpreadDialog;  m_pDialog->Create(m_hWnd);  m_pDialog->ModifyStyle(WS_DLGFRAME | WS_BORDER | WS_THICKFRAME, WS_HSCROLL | WS_VSCROLL | WS_CLIPSIBLINGS );  m_pDialog->SetParent(m_hWnd); The problem is that in the Create function which calls AtlAxCreateDialog an exception in thrown in atlhos ...Show All

  • Visual Studio Team System How to copy many work items between team projects?

      If I have a team project with a bunch of work items, that is not solved in this team project, how can I easily copy/move these work item to another team project I know I can copy one work item within the GUI, or maybe use Excel to copy a couple of work items, but is there another way   It's available at http://www.gotdotnet.com/codegallery/codegallery.aspx id=b29d4456-c4ba-474e-a422-0479471776e1 ...Show All

©2008 Software Development Network