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

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

flatch

Member List

zymore
MIKEDBA
JJoergensen
steve1980
Sallu
Greg Neilson
Niraj Sikotara
herbjörn
hflopes
sanjeewa
LogicalVue
IntlTexasHoldem
CynthiaCC
SDeen
Cornelius Mostert
rehpix
Leo kaplin
Miroslav Kulha
RussellE
Madhu B.A
Only Title

flatch's Q&A profile

  • Visual Studio Team System Logs

    I get this error while attempting to install TFS RC, anyone have any more information Thanks If you could provide the VSMsi*.txt logfile (in the %temp%) directory we can do a better job at understanding the problem. marc ...Show All

  • Visual Studio Team System Possible 32000 and 26105 error solutions

    During multiple attempts to install the Team Foundation Server we encountered the 32000 and the 26105 errors repeatedly.   In the end our problems were trivial and may help some of you encountering these same errors.   1)       Problem : Using WinIso to extract the DVD image files :   We were downloading the ISO images from MSDN and were extracting them for the install.   D uring the SQL server installation an error message appeared several times indicating missing files.   We selected Ignore and continued with the install process.   At the completion of the install, all ...Show All

  • Windows Forms Double Click Datagrid Row

    hello to everyone! i need some help with regards to the datagrid. my question is, how do i double click a datagrid row then retrieve the columns of the clicked row. thanks a lot! Something like thisprivate void dg_DoubleClick(object sender, System.EventArgs e) { DataRow dr = myDataSourceTable.Rows[this.dgProduction.CurrentRowIndex]; // And do what you need. } ...Show All

  • .NET Development edit .xml

    Hi... Me and my School mates are having an experiment where we have to note down the data for each time... (the assigment is; exersice and note down, pulse, temprature, and so on....) And so i thought i can use C#.net and xml for this, and then display the data using xsl.... But how can i ADD tags with data to an existing .xml file so say i have this xml file: < xml version="1.0" encoding="ISO-8859-1" > <data>    <input>       <date>X</date>       <pulse>X</pulse>       <temp>X</temp> ...Show All

  • Visual Basic Crystal Report : Incorrect Logon Parameter

    Hello friends,       I am old programmer of basic and c, c++. I used to produce reports in text files previously. Now I am reporting using Crystal Report 4 shipped with VB5 Setup . I have been reporting all the reports of Access 97 version but I need to is report data of Access 2000 format. Previously I used to :       Crpt.ReportFileName="ABC.Rpt"       Crpt.Datafiles(0)="DatabaseName"       Crpt.Password=pwd       Crpt.formulas(0)="XXX"       ...      & ...Show All

  • .NET Development How to use Membership & Role Provider in Windows App?

    How can I use the asp.net 2.0 membership & role providers in a Windows form application I want to use roles to authorize access to different features in the winforms app based on the users login. I would like to be able to either use the login control, or write my own for windows, that uses the SQL Membership & Role provider. Are there any articles out there that explain this scenario I appreciate anyones help with that. Thank you. Gerhard Try posting this question on the ASP.Net forums at http://forums.asp.net/ ...Show All

  • .NET Development Parsing data from MSQL to TextBox

    ok I have the following code System.Data.SqlClient.SqlConnection conn = new System.Data.SqlClient.SqlConnection("SERVER=localhost;DATABASE=test1;UID=username;PWD=dbpassword"); System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand("SELECT * FROM tbl1 WHERE IDNum = '"+txtIdNum.Text+" LIMIT 0, 1', conn"); System.Data.DataSet ds = new System.Data.DataSet("MyDataset"); How would I parse the result of the query to a textfield (Lets call the textfield txtbox2) I have added the LIMIT into the query, so I only get one responce Thanks in Advanced I think the problem ...Show All

  • Visual Studio How to intercept click on icon decorator

    I have compartment shape with IconShape decorator on it and I want to provide some action with click on icon. Does anyone know how to do it Thanks, Alexey Hi, It's currently quite difficult to pick up clicks on the decorators - sorry! -- [June 06 -- no longer true, you can now pick up clicks on decorators. See further down in this thread. - Alan.] What you could do instead is to set up a context menu. The "How to" is quite long so I won't repeat it here, but look at section 4 of the Customization Guide, which you will find in    Program Files\Visual Studio 2005 SDK\20 ...Show All

  • SQL Server 2005 Express table description

    In SQL Server 2000 Enterprise Manager you can enter a table description (it's actually an extended property). In SQL Server 2005 Express, right click the table > Properties > General page, the dialog has a Description section but no explicit description field. However 2005 DOES have an explicit Description field for columns within a table. Am I missing something, or do I have to enter the table description as an extended property in 2005 ...Show All

  • Visual Basic how can i use the task manager with visual basic code?

    I need to kill a task (the office word) that in certain cases keep stuck in process. I do not now how to do it. I tried with the .quit property but the problem is that windows pop up asking me if i do wanna save the changes and i don’t want that message popping up, Does anyone how can i skip that message. Thanks Hi, Try this, Process[] notepads; notepads = Process.GetProcessesByName("Notepad.exe"); // Test to see if the process is responding. if (notepads[0].Responding) {    notepads[0].CloseMainWindow(); } else {    notepads[0].Kill(); } cheers, Paul June A. Domag ...Show All

  • Visual Studio Team System Get all changesets number that linked to work items

    Hi, How can I get the list of all the changesets that linked to a specific work item with the API Thanks, Michael. It maybe something like this: for (int i = 0; i < workitem.Links.Count; i++) {   Link link = workitem.Links ;   ExternalLink elink = link as ExternalLink;   if (elink != null && elink.ArtifactLinkType.Name == RegisteredLinks.Changeset)   {     Console.WriteLine("{0}", elink.LinkedArtifactUri);   } } The printed lines will be look like " vstfs:///VersionControl/Changeset/9999", where 9999 - changeset number. You can use System.Uri class to ex ...Show All

  • Visual Basic BindingSource.Filter Not Working (At all)

    I can't seem to get the filter on my bindingsource to work this code is from the MSDN library ( http://msdn2.microsoft.com/en-us/library/69c06922.aspx ) Its supposed to return all rows in the dataset where the companyname starts with B BindingSource.Filter = "CompanyName like 'B'" converted to my Code (im calling it from a different form) FrmMain.BS1.Filter = "AccountCode like '01'" and it doesn't return anything at all if i make it FrmMain.BS1.Filter = "AccountCode like '01000001'" i get one record returned (which is correct) Is there anyway to make this filter work t ...Show All

  • Visual C++ STL string iterators: what happens on insert

    Before I get to my problem let me explain how I think iterators work so we're clear that I got it: Iterators point to the position of a character in a string rather than just to the adress, unlike pointers. A string doesn't need to be sequentialy stored in the memory but could be scattered across the memory in case of a pretty large string. The iterator of that string would know the positions of that string. A random access iterator could access any position in the string at once without iterating trough it sequentially. If that is the case I could do the following: Two iterators A & B point to the same string. Once I insert a ...Show All

  • SQL Server Problems with reporting

    Hi, I am testing MS reporting on VS 2005 Beta2 with the report file (.rdlc) embedded in a Windows application (no server involved). Previewing the report works fine, but if I want to print it, I apparently must first click on the print preview icon in the viewer's toolbar and then click on the print icon. I believe that one should be able to print a report without showing the form containing the viewer; but is there at least a way of forcing the viewer into the print preview state by means of code Will something change in this respect in the delivery version One more question: is the version of Crystal Reports bundled in VS capable of ...Show All

  • .NET Development Best practice while writing C# functions

    Hi, Anyone has any idea about how to free up memory in C# functions. Does the GC collects memory after a function has executed How about setting variables to null after we are finished with them, or the GC will automatically set them to null Does setting variables to null in finally causes an overhead void TestFunc() { XmlDocument xdDoc = new XmlDocument(); try { // use xdDoc } catch { // handle catch } finally { xdDoc = null; } } An object becomes available for garbage collection once there are no longer reachable references to that ...Show All

©2008 Software Development Network