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

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

muchengeti

Member List

simple
Eric J. Johnson
Guennadiy Vanine
SpencerInLa
Ben Christian
alb52
Roil_O
ichi
Raymunco Chapa G
Mitch0820
_PAPOO
zoomkat
alomay
John Koerner
Stanislav Yudin
RajeshAki
Pat Garrity
TBurrowsNZ
KingMartin
Filipe Janela
Only Title

muchengeti's Q&A profile

  • Windows Forms Encrypting passwords

    using the following code I get error that namespace name FormsAuthentication not found. Has anyone any ideas. I'm using a windows form. Thanks <code> using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; using System.Security; using System.Security.Cryptography; using System.Collections.Specialized; string hashedPassword = FormsAuthentication.HashPasswordForStoringInConfigFile(txtPassword.Text, "MD5"); </code> the FormsAuthentication class is part of the System.Web. ...Show All

  • Windows Forms unsafe bitmap

    This pertains to image processing.  In c, I am used to using a char pointer to an image buffer.  I would index through the buffer and set pixel color, etc.  In c#, we use Bitmap.SetPixel(x, y, color). I would like to process this bitmap the c way.  I would like to get a buffer pointer like: (I'm making this up) Bitmap bitmap = new Bitmap(300,  ...Show All

  • Visual C++ OLE Automation Error

    Hi Everyone, I have a COM object that is displaying an OLE Automation Error 0x8000FFFF Catastrophic Failure every now and then. Do you have any suggestions on how to debug it, and how can I catch the error so when I get this error I can exit it gracefully. I want to set an alert to SMS that the application has gone down, but with the dialog, the program doesn't actually exit until the alert displays and OK is selected. Thanks in advance, Julie. Do you have the source of the COM Project Be sure that you have matching pdb files created for the COM control. Just launch the program to repro the error. Attach the VS Debugger to this Pr ...Show All

  • SQL Server cant start the sql server services

    Hi all After i configure the Merge Replication, my sql server services wont start again. The error show that "The request failed for the service did not respone in time fashion. Consult the event log or other application error logs for detail" Go to C:\MS SQL Server\MSSQL4 (or 3 something like that) There find a LOG folder and several log files which should tell you what exactly happend and why the service is not running. Also check if you have set the services to start automatically or manually. ...Show All

  • SQL Server Directly editing data in results pane with SQL 2005 Management Studio

    In SQL 2000 Enterprise Manager, one was able to edit and commit data on-the-fly directly from the results pane.  Action->Open Table->Query with the SQL Pane shown gives you an interface similar to Query Analyzer.  One could write a complex select statement with where clauses and joins, and the results pane would show the resulting data.  The data is editable and instantly updated.  We are now planning to migrate to SQL 2005 , and so will need the same capabilities that were availiable from its predecessor.  I believe there to be an option/configuration setting or panel in Management Studio that would expose thi ...Show All

  • Visual Basic VB works in 2k, Not in 2k3 - Experts please help!

    Hi!  I am no VB programmer whatsoever... but I manage around 15 Citrix Metaframe XPE servers currently running 2k. I publish office apps and a few small proprietary applications and have to do a reboot every night of all the servers and have a group policy startup/shutdown script that applies to that active directory group to clean out all of the users profiles except for the important administator, default user, all users, etc.  This has worked fine with no hitch for years but we will be upgrading to 2k3 next weekend and I have a test 2k3 box installed with citrix in the same group and this script no longer works.&n ...Show All

  • Software Development for Windows Vista Activation Vista 5342

    hi this mornig i have recieve the follow message: Activate Windows Now! just yesterday the version was functionaly normaly. everything have the same problem i need help regards claudio ...Show All

  • Software Development for Windows Vista State machine workflow design questions

    I have a few starter questions here. Pardon my ignorance as I come upto speed on some of these. Also let me know if any of these are really off the mark and if I gotto rethink some of our requirements: I would like to be able to compose a state m/c WF dynamically... I presume it would be a validation error to not to have the ‘TargetStateName’ property on a SetState activity set...I am just trying to imagine if one just (dynamically) composes a state machine workflow with a couple of State activities leaving out the state transitions given that they anyway would be determined/changed dynamically. If this is a no-no then I guess ...Show All

  • Windows Live Developer Forums I am having problems signing in....Please help any1!!

    Recently i have been having porbelms with signing in on MSN, i think it is due to me agreeing to download the latest MSN. From this moment i am not able to sign in. I clicked on troubleshoot and it showed 'Your gateway appears to be offline' which i dont know what it means. Then i went on on the Tools menu, click Options , and then click Connection, to check my connection and it showed 'You are currently NOT connected to .NET Messenger Service. I am really worried if anyone knows how to slove this problem please can you email back asap. Thanks alot, Jenny The purpose of this forum is to discuss MS ...Show All

  • Visual C# System.Web.Mail and reply to field

    Hi I am using the above namespace to send mail.Does anybody know how to add ReplyTo to the message so that when user replies they reply to the specifed ReplyTo address and not the from address. Thanks Hi, You need to add it to the Headers Collection of MailMessage object: objMailMessage.Headers.Add("Reply-To", " someemail@somewhere.com "); Regards, Vikram ...Show All

  • Windows Forms Getting the Control that had focus before the currently focused Control?

    Hi all, If I have a GotFocus() event on a Control, is there anyway I can find out what the last Control was that had Focus() before the current Control (which now has the Focus()) I hope I have clarified myself clear enough, if not I will expand on it. Thanks Tryst I assume this is all on a single windows form. If so, and this is not elegant, create a class (form) level variable "Private ctlLastFocus As Control" and set this to the control that loses focus on the LostFocus event of each control. For example: Private Sub TextBox1_LostFocus( ByVal sender As Object , ByVal e As System.EventArgs) Handles TextBox ...Show All

  • Visual Studio Team System Can/Will beta 2 SCC/WI data be preserved in the GA release

    OK, we're interested in starting to use beta 2 for our next big project, however I need to know if the data we create using beta 2 can be preserved (or at least migrated) in the GA release Does the "go live" license apply to TFS too Dave We haven't been dogfooding it for 2+ year - It's been about 8 months :)  A converter from SourceSafe has been planned from the beginning as you suggest and is available in the Beta. The issue of migrating from build to build has been on the radar for a long time - it's just that it's a tricky problem to solve while the schema is still so much in flux (and it was at the time we snapped the sou ...Show All

  • Microsoft ISV Community Center Forums Detect Excel Version in VB6 Application

    Hello Everybody I need your help, I have and application in Vb 6 and I need detect what's version and language of Excel have install in the computer. Help me.... thanks Ifgash Ifgash@yahoo.com Look up "language" in the VB Editor's Object Browser. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services http://PeltierTech.com/ ...Show All

  • SQL Server Align image

    I have an image in a table cell in my report. Naturally not all images fit 100% in the cell which is why I'd like to align the images in the middle of the cell, horisontally and vertically. I've been unable to figure out how to do this in Reporting Services for SQL Server 2000. Am I missing something or is this simply not possible Does anyone know whether it can be done in 2005 http://blogs.msdn.com/ChrisHays/ this link tells you what i been saying all along. paddings are the only way to go. and the working sample is here ...Show All

  • Windows Forms ShowInTaskbar problem with WebBrowser

    Hi all, I am using a WebBrowser control in a .Net application, running on Windows XP Professional. I need to be able to run the program as a tray application with a notify icon. The problem is that if I navigate to a page before minimizing and setting ShowInTaskbar to false, I get a ghost button in the taskbar (a button that has no capti ...Show All

©2008 Software Development Network