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

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

clarkiwrc

Member List

duck thing
Kevin Cogger MSFT
fnaddaf
Ronald Wilson
Donald Baker
Rob O
jif01
Pravin03
neodev
Shamrox
clintonpatrick
Rick Toner
AndyQP
SokSa.Icy
Vern s
Dan Green
Andreas6483
adasilva
Niru
hakl
Only Title

clarkiwrc's Q&A profile

  • Visual C# Project Deployment

    Is there an easy way of project deployment so that I don't have to worry about database file location or attaching database file manually, similarly if prerequisite like .NET FrameWork is not installed it must automatically be installed. If someone can kindly provide a detail answer or link. Thanks FROM IFTI Check this one http://www.c-sharpcorner.com/Code/2003/April/SetupProjects.asp ...Show All

  • Visual Studio Team System Problem with VSTS workgroup instalation

    Hello During instalation, after Platform Scan, i've got the message The System Health Check has detected a problem that will cause Setup to fail. Description The original Internet Information Services (IIS) Default Web Site does not exist or is not configured properly. Workaround / Remedy Internet Information Services (IIS) Default Web Site is a prerequisite for this product and must be running before you can install this product. More information For additional information and help please refer to: http://go.microsoft.com/fwlink/ LinkId=52502 any one know - what i should do with it , of course i installed ...Show All

  • Visual C# Thread problem

    Hi.. I created a thread to watch for closing a window... i make a loop for watching the process that have a Main window..and when a windows closes to do something Anyway my problem is that my CPU goes nuts.. from 3% goes to 90 100% and i gived to someone else and sad that is working fine.. And my CPU is a INTEL Pentium 4 3.2 Ghz and i Have 1Gb Ram.. the hardware shouldn`t be a problem OK, let's say we have a Form called MyForm with a Button called button1 and a Label called label1: // First add the following to the MyForm class: private int wmShellHook; [DllImport("user32.dll", CharSet = CharSet.Auto)] pr ...Show All

  • Visual C# Find Dialog

    Is there a FindDialog in the library   If so how do I implement it I found the FontDialog,OpenFileDialog,SaveFileDialog. I'm real new to C# and VS.  Old Dog learning newtricks= lots of barking in wind. Thanks, Mike Yes, it's still the same CFindDialog and CFindReplaceDialog classes of CCommonDialog in MFC. But those classes are not implemented in .NET framework. -chris ...Show All

  • Visual Basic Treeview Node Search (also node level)

    The code I use to search for a particular treeview node obviously works because no error arises.  However, when I try to show that 'searched for' node by displaying the treeview's selected node in a message box, nothing happens.  It's as if my code did not find the node. Any suggestions By the way...  Of what use is node.level if I cannot use it in code to manipulate a node   I haven't found a way to even search for a node using level unless I write a recursive loop.  It is as if level is for information only, not manipulation. Thank you very much for your excellent adv ...Show All

  • Visual Basic Clear the data in all the Controls in a single Form

    Hai, I am new to Vb.net.My Problem is when i click the Button the datas in all the Controls should be cleared for new Entry. Not like this way: combo1.text="" i want to send a form as a argument to as function like cleardata(me) Public Sub Cleardata(byval frm as windows.forms.form) dim newControl as frm.ControlCollection for each newcontrol in Frm TextBox: Newcontrol.text="" Combo: NewControl.text="" next end sub But when i pass the form as "me" i got the Problem.Please help me Use of the KeyUp or KeyDown events http://forums.microsoft.co ...Show All

  • Visual Studio Team System Delete Work Item Type from project?

    I was playing around with custom work item types in some projects.  Now I want to delete some of the types I created.  How can I delete Work Item Types from a pre-existing project without having to create a brand new project (I apologize for all the questions at once, been saving them up for a while). Yep, you are both right.  We didn't follow through on deleting (permanently) as well as we could have any where - team projects, files, work items, etc.  We are looking at what we can do to improve that. Thanks for the feedback, Brian ...Show All

  • Visual Studio Express Editions A question about forms

    I'm new to C# after years of Delphi, so still getting used to things. I have a question about forms and displaying new forms. In the programs I write, I have a number of forms that I need to open and close, depending on circumstances. In Delphi this was easily achieved; you created the form and showed it and closed it as necessary. In C# I'm having problems understanding the same process. I can declare a form along with the other private/public declarations (in the class declaration), but once the form's closed it's gone. Alternatively if I create a form (frm = new Form2();) in an event handler for a button, for example, I can open the ...Show All

  • Visual Studio 2008 (Pre-release) Question about change in behavior

    In prior CTP/Beta releases of WPF attempting to add an element as a child of another element would fail if the element was still a child of some third element.  Has this changed   I am currently encountering a situation where adding an element as a child of another element suceeds even when it is already a child of the new parent element. For example: par.Children.Add(child); par.Children.Add(child); Would suceed.  The actual case is more complex so the above may not suceed, but some scenario is making the parent show the child twice in the Children collection.  This ends up creating a stack overflow elsewhere ...Show All

  • Visual Studio Tools for Office How to set a Custom Color?

    Hi everybody, I' ve got a custom control in my project. No I need a custom color. I have got the RGB values but I dont know how to implement. This isn't the right place to post, but its a office project so well you know. Thanks for the help ! int r, b, g; Color.FromArgb(r, g, b);   ...Show All

  • .NET Development tree view and recursive xml

    Hi I am trying to do the following with a xslt page for xml output.  I am not doing html rendering and I need all the elements to output. I get my information from SQL and read it into a dataset.  The dataset conversion to xml is below.  For my free treeview (.NET 1.1) control from Microsoft I need the xml to be nested and not flat.  Could some assist in either the xslt for the transform 1) Have a flat DB Table that I read into XML.  It comes out as <NODES>   <NODE>      <name>A</name>      <id>1</id>      &l ...Show All

  • Visual FoxPro pulling data from one field and making a new column out of it

    Hi all!!! I have two fields, work_id and sp_id. All sp_id's are related to the work_id's ie. work_id sp_id 1 000 3 000 3 111 5 111 9 000 9 111 i need the data to be listed by the work_id, then in another colum have it state whether it is one sp_id, the other sp_id or both sp_id work_id sp_id 1 000 3 both 5 111 9 both any insight life is short, but sweet!! Mike >> Next time you are in NYC let me know, I want to buy you a beer! Glad I could help, but that's an offer I definitely won't refuse. Not sure when I'll be in NYC ...Show All

  • Visual Studio Team System False Positive: DoNotInitializeUnnecessarily

    I am getting a false positive on code like the following public class Fred { private string a; public Fred( int i, int j ) { Bert bert = Bert.ManufactureBert(i,j) this.a = bert.Property1; if (bert.Property2) { this.a = null; } } Yes, I know I can rewrite, but a) that means I have to invent a new local variable name; b) Property2 is almost always false. Notes: a) The above is a simplification of the actual code. b) I am using FxCop 1.32 (as that appears to be the last version that runs on .Net 1.1) Although I understand that this is simplication of y ...Show All

  • Visual Basic Atlering data in an Access 97 database

    I have heard that VB 6 can only access MS Access 97.  I have no problem accessing the database; however, I cannot change any of the data in the database since it was a MS Access 2003 database originally.  Can anyone offer suggestions on how I can access an MS Access database WITH VB 6 and change the data in the database   I would like to use MS Access 2003 if at all possible; however, if not I would like to know how I can manipulate data with the current setup. Thank you greatly in advance! Hi, i have made apps with ms access 2000 database, and it worked fine.  I had to make sure MDAC 2. ...Show All

  • Visual Studio Team System Code Coverage(Beta2) Equivalent Dlls in Beta 3

    hi, can anybody please let me know what are the equivalent dlls for the following in beta3, we are upgrading the code from beta2 to beta3 Microsoft.VisualStudio.Coverage.Analysis.dll Microsoft.VisualStudio.Coverage.Monitor.dll Microsoft.VisualStudio.QualityTools.CodeCoverage.dll which are required to retrieve coverage results. Regards, Vikas Vikassony,    These files have not been renamed since Beta 2. Are you just asking if there was a name change or are you not seeing them where you expect ~Ian ...Show All

©2008 Software Development Network