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

Software Development Network >> Flame Thrower's Q&A profile

Flame Thrower

Member List

boom4
Quinn Dexter
emilychou
Jan Thordsen
Martin Montgomery
jasalandra
S_J
danrhee
Encaps
David Beoulve
Tony Ball
AnotherAlien
gauz09
saurabhsule82
Suscuaja
rvn
carpenter0101
TedHoward
dsandor_rtg
hemant Kanchan
Only Title

Flame Thrower's Q&A profile

  • Windows Forms serializing object to resources across versions?

    I am trying to implement an object which gets saved to the resources for the form at design-time and loaded back into a property for a custom control.  That is not a problem; using the DesignerSerializationVisibility attribute with DesignerSerializationVisibi ...Show All

  • SQL Server Does anyone know how to change the Document Map root text?

    hi, guys Does anyone know how to change the Document Map root text For example, i have report, the file name is sc.rdl, and then the root is sc. Apparently this is not good. I am thinking is there a way to change it. If you are using the ReportViewer controls in VS 2005, set DisplayName on either ReportViewer.LocalReport or ReportViewer.ServerReport, depending on the mode you are using. Setting DisplayName will a ...Show All

  • Visual Basic Cycling through textboxes

    Using Microsoft Visual Basic 2005 Express Edition, I have got a row of textboxes named T1 up to T9, and I am  trying to find a way to cycle through them. So if the starting text box was T1 then the pattern would go T2, T3, T4, T5, T6, T7, T8, T9 and say if T5 was the starting textbox it would go T6, T7, T8, T9, T1, T2, T3, T4. Is this possible With your code what happens if I have lots of textboxes b ...Show All

  • Visual Studio 2008 (Pre-release) Indigo + GridView + Dataset interoperability

    Hi ! I would like to build a indigo service that returns a list with some data, and to consume this service in a asp.net 2.0 application (bind it to a gridview). I'm well aware of the problems concerning the return of a dataset from the perpective of interoperability and i would like to known what is the recomended approach to handle this problem. Tnks. Ok that's indeed great news, but for now can you t ...Show All

  • Visual Basic Queue Object

    Does anyone have any examples of using a queue object with multiple threads I want to load a que with strings that point to files and I would like threads to retrieve a string from the que and process it (this would continue till the que were empty). I can generate a couple of threads, but I don't know how to get them to interact with a queue. What I am doing is splitting up the strings so that each thread gets an equal amount and can work from ...Show All

  • Visual Studio Express Editions A total newbie...needs help.

    Greetings, I am really new to the programming world and was wondering if anyone can lend me a hand. I am working with Visual Web Developer Express Edition and have loaded the Personal Website Starter Kit. I am looking to change the database connection string in order for the database to function correctly when it's posted online. Where or how do I do that Is it even something I can or have to edit Am I asking the right questions ;) Any ...Show All

  • Software Development for Windows Vista Tracing persistance erors

    I have the following switches set in my WF host app config file: < system.diagnostics >   <switches >     < add name = " WorkflowTraceToDefault " value = " 1 " />     < add name = " Host " value = " All " />     < add name = " Runtime " value = " All " />     < add name = " Tracking " value = " All " />      ...Show All

  • Visual C++ VC++ 2005 - devenv.exe continuously reading the referenced assemblies

    Note: This post was originally posted here, but someone moved it to the CLR forum. I reposted it here, because this issue only happens when using Visual C++ 2005 (Windows Forms app or even CLR console app). -- Jason Pursell --- Is this a bug or by design My question concerns Visual C++ 2005 Apps (.NET only: Windows Forms Applications, Console apps, etc.) Description: After creating a new Visual C++ 2005 CLR application (Wi ...Show All

  • Visual C# compare

    Hi how can i compare two text files i mean the text in these files Indeed, very helpfull Truong Hong Thi! Here is a little code example: using (FileStream file1 = new FileStream("@c:\file1.txt", FileMode.Open, FileAccess.Read )) using (FileStream file2 = new FileStream("@c:\file2.txt", FileMode.Open, FileAccess.Read )) {     MD5 md5 = new MD5CryptoServiceProvider();     byte [] hash1 = md5.ComputeHa ...Show All

  • .NET Development Open File dialog doens't open files

    Hi, I have this code to open a dialog box. It opens the dialog box allright, but then if i choose a .txt to open, Notepad isn't being launched. Nothing happens. Any help would be apreciated. Warm Regards, mamrg. -- private void openToolStripMenuItem_Click(object sender, EventArgs e) // File -> Open Dialog Box { OpenFileDialog dialog = new OpenFileDialog(); dialog.Title = "Browse to find file to open"; dialo ...Show All

  • Visual C++ OpenMP Suport

    Is OpenMP not supported in the Express Edition I turned on the compiler switch but it complained about not finding the files. I seareched my disk for the necessary files (omp.h, vcomp.dll) but they werent found, so, I guess they wrent included in the installation of c++2005 express. Do I need to get Pro Thanks in advance! Joe Allrighty....finally found a product page.... OpenMP is NOT supported in Express or S ...Show All

  • .NET Development Does my proxy implements myinterface ?

    I think you need to know in advance that the return object is of that type else you will not be able to case to the object and use it. ka ...Show All

  • SQL Server SQLExpress Problems

    I just installed Visual Studio 2005 Professional a couple a weeks ago, I have been playing around with the Personal Web Site Starter Kit it has to learn how the .NET interacts with the SQL Server. Everything was working fine even was able post the site on the WEB and have my friend and I log in and use it. My Issue is I messed up the SQLExpress , I am about at the point I want to completely start from the beginning and re-install the OS but I ne ...Show All

  • Visual Basic Calling SQL Server Stored Procedures in VB 2005

    I am new to Visual Basic and am having some difficulty calling a stored procedure in a SQL Server database. I have set up a Stored Procedure in SQL server, uspGetCompanyDetails, which has a parameter of @CompanyID . When calling the stored procedure in Visual Basic, I have used the following line of code; Dim objDataAdapter As New SqlDataAdapter( "uspGetCompanyDetails 6" , objConnection) This code fires on a button c ...Show All

  • Visual Studio Express Editions Small textbox, read file error

    Hello I'm testing a code verification (people entere a code and then the code gets written to a file and read by the program to change labels and acces to certain parts of the program). This is the code I used: Dim var1 As String TextBox1.Text = var1 My .Computer.FileSystem.WriteAllText( "c:\test.txt" , var1, True ) Dim filereader As String filereader = My .Computer.FileSystem.ReadAllText( "c:\test.tx ...Show All

©2008 Software Development Network

powered by phorum