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

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

Spoofed

Member List

Stephen G
Matthew_TC
Art Walker
MarkD08
newbnet
Azman
MrTufty
Fadi Al-Sheikh
Heiko Wilkens
BogdanM
Warren LaFrance
Blair Cahue
darth_dan
Patrick Knocke
KlausWiesel
Dens
Sonia Taneja
Ernest Wilkerson
Sameer Seth
Loretta Fischer
Only Title

Spoofed's Q&A profile

  • Visual C++ CFormView - control list

    Hello everybody, i am working on a MFC application which uses CFormView objects to display resource dialogs. I would like to have a function which scrolls through all the controls in the dialog and process their position/size basing on some parameters (for example screen resolution and such things). How can i scroll through the objects inside the FormView at runtime (buttons, edit, labels etc) There is a function GetWindow. // Asume that this code is inside the CFormView CWnd *pWnd; for (pWnd =GetWindow(GW_CHILD); pWnd; pWnd=pWnd->GetWindow(GW_HWNDNEXT)) { // Do something with pWnd } ...Show All

  • Visual Basic Dynamic Type Converion

    Hi I need method "ToType" that takes value and type as parameter and converts it to respective type. dim val as String = "1" dim paramType as Type = Type.GetType("System.Int16") dim myint as Int16 = ToType(val,paramType) Regards Dipesh Use the CType(object, datatype) method or Convert class - as in Convert.ToInt32(...) Look them up on MSDN for more info or F1 them from the IDE. ...Show All

  • .NET Development SignedCms in VS.2005 is very slow, signed data is not compatible with CAPICOM 2

    Hello, Did some body used VS 2005(c#) to sign data or verify signature functions I tried sign a data and verify signature sample on MSDN ( Signing a Message by One Signer  ), it seems this sample is very slow, I used CAPICOM SignedData function to sign 10M string, it used 1 second on my computer, but SignedCms (convert to byte[]), it used 29 seconds. also the signature I get from this function can not be verified (convert to base64 string) by CAPICOM. If I used CAPICOM signedData sign some data, SignedCms.CheckSignature can not verify signature from CAPICOM. It seems that EnvolopedCms worked very good with CAPICOM, ...Show All

  • Visual Studio Team System C#2.0 CA2123 and CA2122 ... Need Help to Resolve

    Hi There Apologies for posting such a dumb question but I my knowledge of security is amatuer and I need to deploy this project tomorrow with no security warnings ... I am inheriting from DateTimePicker class to create a DateTimePicker control with a configurable back colour.  I got the original code from http://dotnet.mvps.org/ then converted it to C# and it works OK in .NET 2.0 except for two warnings from CodeAnalysis: CA2123 : Microsoft.Security : The virtual method DateTimePicker.WndProc(Message­&):Void defined by type 'System.Windows.Forms.DateTime­Picker' and its override ExtendedDateTimePicker.WndProc­(Mes ...Show All

  • Visual Studio Team System What version of FxCop will be included with Visual Studio Team System?

    Do you plan to release a special version of FxCop for Visual Studio 2005 and VSTS What version of FxCop will be included with Visual Studio Team System Will Hi, will it be possible to upgrade the version included with VS2005 if a new version of FxCop will be released Regards    Daniel Walzenbach ...Show All

  • Visual Basic Visual basic 2005 Express - DLL/package Question

    Hi all, Apologies if this is in the wrong forum. I'm a first time user of VB Express, having decided to take advantage of the year long MS offer for hobbyists to learn the trade. As such, if I try the patience with questions the are potentially rudimentary to some of you, please bare with me. Here's my concern. A while ago I sent some sourcecode for an application that was written in VB6. These include the .vbw/.vbp and whatnot files. I don't have access to VB6 and have thus tried updating it via the wizard in my Express edition. The only option I've got when doing so is to upgrade the sourcode to an executable. I designate a new destination ...Show All

  • Visual C# Sending mail with Outlook Express ?

    I have a program that sends email, using C#. The problem is, the client wants a copy of the mail in their outbox. I've made this work by sending the mail in Outlook 2003, but apparently, most of the users have earlier versions, or (predominantly) Outlook Express. I don't want to generate an email that they have to click 'send' on, I want to send the mail, and stuff it into their Outbox. It's bad enough that outlook 2003 makes them wait 5 seconds and click a button to make it work. Any suggestions on how to further automate this process, or to automate it for Outlook Express, will be met with much appreciation. Thanks for reading how ...Show All

  • Windows Forms Build Dynamic Menu Strip

    Hi All , I need to create dynamic menu that depending of the user type . The data can be storage in table or XML file . Thanks In Advance Boaz Shalev. Hi Boaz, could you elaborate more   You can programatically add data to a menustrip (I assume you're using VS2005) by calling: menuStrip1.Items.Add( new ToolStripControlHost ( new CheckBox ())); or simply: menuStrip1.Items.Add( "hello world" ); ...Show All

  • SQL Server OLEDB error while trying to import MDB data into SQL 2005

    Hello, I am getting an error while trying to import data into SQL 2005 from an existing Access MDB database. When I try this on another workstation there are no problems and the data is imported successfully. Could someone tell me what to look for or what setting I have incorrect. On the workstation with the problem I had removed SQL 2000 Personal Edition and installed SQL 2005 Standard Edition. Also, I have both Visual 2003 and 2005 installed on this workstation as well. Thanks TITLE: SQL Server Import and Export Wizard ------------------------------ Could not set up data flow connections. The connection type "OLE ...Show All

  • Windows Forms create button shortcut

    I read that you can create a button shortcut by preceding the button text with an &. I did that and indeed the character is underlined in the design view. The underline doesn't show up in runtime nor will &<letter> cause anything but the menu to activate for keyboard navigation. How do I create a shortcut for a button and get the button to respond to the shortcut> Thanks, /jerry Typically, the underline won't show up at run time until you press the ALT key. If you hold down the ALT key and press the shortcut key, it should raise the Button's Click event. Also, the & can be ...Show All

  • SQL Server nText database type

    Can any one tell me what is the nText type in SQL 2005 mobile database please How long is the text that I may put into this type Thanks in advance. Here is the SQL Mobile 3.0 Datatypes support page @ http://msdn2.microsoft.com/en-us/library/ms172424(SQL.90).aspx . Thanks, Laxmi Narsimha Rao ORUGANTI, MSFT, SQL Mobile, Microsoft Corporation ...Show All

  • Visual Studio Express Editions Manual Installation of VS 2005

    Somebody support me in doing the manual installation of VS 2005 on Windows XP Sp2. I have downloaded the .img file named "54764" for manual installation of Visual Basic 2005. I have extracted all the contents from this file and put in under "\VS2005\VS\" folder on my Desktop. Now while running the Autorun or Setup.exe file i receive a message "A problem has been encountered while loading the setup components. Cenceling setup" i have already uninstalled all the previous installation of Express edition and ran the utility from Microsoft - "vs_uninst_betas.exe" Please help me out in stalling t ...Show All

  • Visual Studio Express Editions VC++ Where are the Managed data Container functions please?

    I cannot find the STL/CLR functions.  In the only examples that I can see in the help, it says typically #include <cliext/vector> which does not appear to exist.  What should it be   Yes, this is one requirement to STL/CLR also.  However it is too early to say what is going to be the final shape of this library. Hold on for now. Nikola ...Show All

  • Software Development for Windows Vista XPS Document Writer on XP

    Is the XPS document writer supposed to work on XP SP2 I installed it on 2 machines and it keeps on crashing. I tried printing to it from notepad, IE, other apps. They all crash. Maybe the printer driver on the WinFX November CTP is Vista only Thanks, Albert Hi, set winprint as default print processor.This will solve your problem. Kind regards, Kuskaya ...Show All

  • Software Development for Windows Vista WWF Performance

    I created a simple console app to host the workflow engine and run a simple sequential workflow consisting of a while condition, a sequence, a couple of trivial custom activities, and an incrementor to kill the while loop after 10 iterations. On a fairly powerful developer machine, running a release build, running outside the debugger, performance measurements showed that it took about 1.0 second to load and unload the workflow and another 1.0 second to execute it. This does not include the time to initialize the workflow engine. For my application I would need these times to get down into the millisecond range. Is the c ...Show All

©2008 Software Development Network