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

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

Candace

Member List

MAG
MattPatt
phradecky
Mark L. Olson
shihad
Jason88
c#_novice
khalod_is
fredz28
satyap
rockclimber
lina979
Chrisatwg
Jeremy Morton
Tuntis
Chris Lambrou
Bruce Hopkins
bhavin.desai
JensenLee
Rob Lorimer
Only Title

Candace's Q&A profile

  • Windows Forms passing reference to a Form

    I am trying to pass a reference of a form so that I can re-show the form after it was hidden by opening another form. here my scenaroi public class Form1 : System.Windows.Forms.Form {  Form1 m_form1; Button_Click(object sender, System.EventArgs e) { Form2 f2 = new Form2(m_form1); this.Hide(); f2.Show(); } } ........ public class Form2 : System.Windows.Forms.Form { Form1 m_form1; public Form2(Form1 X) { InitializeComponen ...Show All

  • Visual Studio Express Editions System.Window.Form Controls

    I recently started using the Visual Web Developer Express edition. I wanted to use the WebBrowser control, and could not find it. After I pressed on "Show All" tool bars, I could see that all the controls that are related to System.Window.Form are gray, and cannot be used. How can I resolve that Thanks, Yaron. For the most part you can’t. In order to use and display WebBrowser control it must be hosted inside of a container class such as a System.Windows.Forms.Form... something that doesn’t exist on a web page. Don’t forget Visual Web Developer Express helps you build web sites t ...Show All

  • Visual Basic Notify Icon and the system tray.

    I've been successful with this in VB6. The VS2005 notifyicon class is certainly much nicer and much improved. I've implemented a notifyicon and it's working as expected with one exception. The normal tray icon does not dissapear. How do I make this happen Renee Actually Mattias, I was aware that it's not always at the bottom. Sometimes as brevity requires.....well brevity. Thank you and "DUH" on my part. ...Show All

  • Windows Search Technologies WDS and Outlook 2000 crashing on exit issue - open for discussion?

    I read through the previous thread and really didn't get the sense that this issue is being addressed or acknowledged. So, here's my own experience on it: It seems even with the new build of WDS (03/08/06), I too still have the Outlook 2000 crashing on exit problem. I'm running Win2K SP4, Office 2000 SP3 and all updates from Microsoft Update for both the OS and Office. The Pc is a 1.5Ghz P4, 1GB RAM, 80GB HD, etc. The hardware is more than sufficient. I recent formatted my hard drive and reinstalled clean the OS, Office, all updates, and WDS. I have not restored my backup of my PST for Outlook; I have left it as a new install. Therefor ...Show All

  • Visual C# how to make Yahoo mess statusbar effect..

    if you have seen .. and probably you did.. the yahoo messenger windows statusbar effect.. when some one send you something the button for the associate window in statusbar gets.. orange.. Does anybody know how to d that ...Show All

  • Visual Studio 2008 (Pre-release) Unable to save the scribbling Image (using microsoft.ink)

    hi, i created a wrapper class for microsoft.ink to use it in web page developed in ASP.Net. when i am saving the image, it is creating a 0 byte length file. here i am pasting the code snippet. please help me. <html xmlns=" http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <script language="jscript"> function AddBlog() { // Extract the blog's body data as ink and text //alert(typeof(document.form1.inkobject)); alert(document.form1.inkobject.Hello); document.form1.BlogBodyInkData.value =form1.inkobject.InkData; alert(form1.BlogBo ...Show All

  • Software Development for Windows Vista Service events missing event handlers? - [code included].

    "In Beta2, when you add a service to the ExternalDataExchangeService, the events are assigned event handlers that, when invoked, enqueue a message onto the workflow queue created by the HandleExternalEventActivity." I'm not seeing my HandleExternalEventActivity getting invoked and I believe it might be because the initialization step in the workflow creation is not creating these handlers for me. So my event sink is never invoked: In asp/net is there anything special you have to do I have the following services in the web.config : <add type="System.Workflow.Run ...Show All

  • SQL Server Data Export Wizard - Drop Table option not available

    I was using the Export Data Wizard to transfer my data to hosting provider, however the option to drop detsination table first is greyed out. Any Idea Als Why do I need to do in for each table by clicking Edit Is there a global setting like in the old Wizard   Different server, but same name of database. I may have some restrictions on the destination server, since it is hosting environment. However I can create tables. Also How to to this globally for all tables at once, instead of clicking Options one by one ...Show All

  • Windows Forms How can I add lines in a richTextBox in C# ????

    Hi, I’m working Visual C# .NET 1.1 I have got a richTextBox control with 4 lines: Line 1 Line 2 Line 3 Line 4 Now I want go add one line between Line 1 and Line 2 for example. Line 1 New Line Line 2 Line 3 Line 4 But I don’t know how I can do it. I have tried with richTextBox1.Lines[1].Insert It is possible to add a new lines between others Any example Any help Thanks in advance !!!!!! Hi, I don't know if there's a shorter solution but here's something you could try. I wrote this code after seeing your predicament and it worked out here. string[] tempA ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MDX 2.0.0.0 Error - HRESULT: 0x8007007E

    I just installed the Managed DirectX December 2005 SDK. I then added Microsoft.DirectX as a reference to a new c# app. Added Vector3 k = new Vector3(); and then ran the application, but recieved 'The specified module could not be found. (Exception from HRESULT: 0x8007007E)' as a error. After using filemon, i noticed that the program was looking for XINPUT9_1_0.dll in about 15 different directories, but with no luck. So i simply copied that file from DX SDK into one of the paths list; 'C:\WINDOWS\assembly\GAC_32\Microsoft.DirectX\2.0.0.0__31bf3856ad364e3' to exact, and this fixed the error above. Ive googled around a bit and found that some p ...Show All

  • SQL Server Capturing and reporting execution errors

    We have a report subscription that emails an excel file every morning at 11am. For the past two mornings the subscription fails due to one of the parameters being null. This was caused by another programmer changing a stored procedure used in the report. What I'd like to know is how can I capture and report that the report failed to be produced. I have loaded the Execution Log sample reports and the relevant DTS package to load the logs is run every 5 mins. However, this error does not show up in the reports. The entries in the Report Server log file are as follows, ReportingServicesService!dbpolling!25a4!17/08/2005-11:00:12:: EventPol ...Show All

  • Visual Studio Express Editions How do I re-install the MAJOR UPGRADE 2 The Zone??

    i followed instructions i tried a lot doesn't go: it crashes, i've send report. can't do anything. ... How are you installing, from the Web installer, or the full ISO Image. I would give the full ISO Image a go and see what happens. Manual Install Packages for Visual Studio Express http://msdn.microsoft.com/vstudio/express/support/install/ ...Show All

  • Visual Studio Team System Microsoft.Cci.Field and enumerations

    Hi How do you tell if a Microsoft.Cci.Field instance refers to an enumeration Thanks There are currently no plans to make the FxCop source publicly available. We are however working on SDK improvements and some more samples for the SDK. Regards, Jeffrey ...Show All

  • .NET Development How to tell if the remote object is available on the server (without invoking its method)

    I have a remote object hosted in windows service.  The client access this remote object via interfaces (not by instantiating the object type directly).  Currently, the way i can tell if the server is available or not is calling one of the method and catching for RemotingException. These are the setup: 1.  Channel: IPC ,binary formatter 2.  Host:  Windows Service 3.  Client: Windows Form 4.  .NET 2.0 5.  Remote Object is a server activated singleton object. 6.  I created the object on the server manually and marshal it out manually rather than relying on the remoting infrastructure to create the ob ...Show All

  • .NET Development IXmlNamespaceResolver as an argument??

    I am using Visual C++ 2005 and want to read typed data from a xml-file. In the XmlReader Class there is a function called " ReadElementContentAs" and in the documentation the function looks like this: public : virtual Object^ ReadElementContentAs ( Type^ returnType , IXmlNamespaceResolver ^ namespaceResolver ) I am a little bit confused about what i am going to replace " IXmlNamespaceResolver ^ namespaceResolver" with in my function-call My code looks like this: // creating schemaset-object XmlSchemaSet^ sSet = gcnew XmlSchemaSet; // adding schema to set sSet->Add( "myNamespace" ...Show All

©2008 Software Development Network