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

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

Yashraj

Member List

ncjks
Michel Péres
Edward Zhou - MSFT
prasanna.k
Aengus
Mathew Charles
Bill House
Zaid Vb
HectorC
LuckLess
MTBG
glchapman
Felix Jiang
Alene
kkkwj
Alexandr1306
dotnetto
Christian Hassa
teone
SJP1203
Only Title

Yashraj's Q&A profile

  • Windows Forms Getting Output Debug screen messages to show on a listbox in windows form

    Hi... How do I get output debug messages generated by the debug mode (ie. Start with debugging) If I can get them, I wish to display them to listbox that I have in the windows form I created. Is there a smarter way other than using the following : lstDebugMessage.Items.Add("Whatever is inside debug message"); Where lstDebugMessage is the listbox I generated in my windows form. Thanks for any ideas! hi try { // ...Show All

  • Software Development for Windows Vista Programs

    Many programs that were relied on to provide security simply cannot be installed in Vista. At least not yet. Zone Alarm and Diskeeper to name a couple. Hopefully they will have updates out for them to be used with Vista. TTFN. These forums are for asking and answering questions about Windows Vista Development. If you don't have a question, then I can't mark the thread as having been "answered" because there was no question to answer. If yo ...Show All

  • Visual Studio Team System FxCop within the Software Dev. Team Edition

    I have the integrated version in Team Edition, however I can't see where the classic configurations can be done (e.g. all I can see is <RunCodeAnalysis> and <CodeAnalysisRules>, with the latter being simply a subtraction list from the rule list). In particular where can I configure settings that will be passed to each rule handler, e.g. /FxCopProject/Rules/Settings/Rule TypeName="MyType" {my settings} Is this not an o ...Show All

  • SQL Server Debuggin on PDA

    when i am debugging solutoin later have a error: Error is : Could not write to output file 'LOREAL_TERMINAL_PROG.exe' - Sharing violation later not debugging can i do thanks... Looks like no body understood your question and hence there were no answers. If you are still getting this problem, please post more details! Thanks Laxmi Narsimha Rao ORUGANTI, MSFT, SQL Everywhere, Microsoft Corporation ...Show All

  • Software Development for Windows Vista Questions on MSDN WF rules engine article

    Hello, I enjoyed the article titled Introduction to the Windows Workflow Foundation Engine.  Most of the article was clear, but I did have a number of questions that I'd like to get some clarifications on. 1. Under the section "Rules Evaluation"  there is an example ruleset and some explanation that describes how the evaluation should proceed.  The fourth bullet point makes this statement: Since Rule4 uses the value of ...Show All

  • Visual C++ ON_WM_NCHITTEST (and other MFC macros) won't compile in whidbey

    1>.\sizecbar\scbarg.cpp(59) : error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CSizingControlBarG::* )(CPoint)' to 'LRESULT (__thiscall CWnd::* )(CPoint)' 1>        Cast from base to derived requires dynamic_cast or static_cast FYI, ON_WM_NCHITTEST looks like this: #define ON_WM_NCHITTEST() \     { WM_NCHITTEST, 0, 0, 0, AfxSig_l_p, \       &nb ...Show All

  • Visual C# How do you change the value of an already created cookie?

    Below is the code I'm currently using on my login page to save the username and password. I'm going to later encrypt it but for now I'm simply setting it.  HttpCookie UNcookie = new HttpCookie("TheUsername",txtUsername.Text); UNcookie.Expires = DateTime.Now.AddYears(1); HttpCookie PWcookie = new HttpCookie("ThePassword",txtpass.Value); PWcookie.Expires = DateTime.Now.AddYears(1); Response.SetCookie(UNcookie); Response.SetCookie(PWcook ...Show All

  • Visual Studio Tools for Office Auto signature insertion in Outlook

    Hello All, I am creating a web portal for a company. One of the requirements is to create and install a dynamically created signature to the mail client. This signature must be send across via an email to the users. The users then install this signature into their mail client. The users are using a variety of mail clients i.e. Outlook 2000/2002/2003/ xp and outlook express. Can anyone please suggest the best approach to tackle this What is ...Show All

  • Visual Basic .Net certification

    Do you know any web site for .net or SQL server certification practice. I m beginner and I have no idea how they look like. Also if any web site to prepare for them I appreciate your help. (sorry I didn t know where to put my question) TestKing has a hidden 90 day access policy on their software. You buy something for $50 thinking it’s yours and 90 days later you find out its not and for another $25 you can access it again. The only ...Show All

  • Visual Studio Object reference not set to an instance of an object trying to save a change to an xsd

    I started getting this after copying and trying to modify an xsd from one box to another. One simple mod, setting a default value for a column. I'm on production VS2005. Can you try reporting a bug on the Microsoft Product Feedback Center Be sure to include the XSD that is having the problem. Regards David ...Show All

  • SQL Server Scalable sort

    I want to let everybody know that I published first build of my ExtraSort component on http://www.ivolva.com/extrasort.html . Everyone on this forum is invited to download and send feedback. It's a plug and play replacement for stock sort transformation. Its goal was handling large data sets without problems, but it's also faster on small data sets. ..Knuth, Sedgewick and other titans ...Show All

  • Visual C# display a form at selected mouse coordinates

    Objective: (This is not an MDI application) Display a child form containing a datagridview that contains the child records of the selected row in a datagridview. Have this display on a parent form right below the selected row in the datagridview. Problem: I am unable to get the correct location of the cursor on the parent datagridview control passed to the child form so the child form displays correctly. I am passing the location ...Show All

  • .NET Development VB 6 Interoperability

    Hi, I hope that I can explain this correctly. I have an application written in VB 6. We are developing new functionality whereby a new form can be launched from the VB 6 app. This form will contain a WebBrowser control and the data displayed within it (a user's schedule) is an ASP.NET page. The user is able to click on a link in the page that is essentially a record number. I need to somehow retrieve this record number, and display all det ...Show All

  • SQL Server SQL Server 2005 data export wizard did not transfer stored procedures

    OK, I got the data transferred, but now  SQL Server 2005 data export wizard did not transfer stored procedures. .. I am transferring from SQl Server Express 2005. Just trying to get the starter kit working, it used to be easier... Please help SQL Server 2005 data export only exports tables and data. One work around to export the SPs is to choose the Generate Scripts task as follow: 1- right click on DB name 2- go to tasks 3 ...Show All

  • Visual C# Error during reflection - dependancy not found

    Hi guys, When attempting to create an instance of a type, in an assembly I am getting an error saying that a referenced assembly, or one of it's dependencies cannot be found. I decompiled the assembly using the ildasm tool and copied all the referenced assemblies into the same folder but it doesn't seem to have fixed the issue. Any thoughts I'm getting pretty desperate, as if I can get this to work I'll have finished a major project. Th ...Show All

©2008 Software Development Network

powered by phorum