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

Software Development Network >> Visual C#

Visual C#

New Question

how to insert a new line programmatically in a richtextbox control?
Calling EXE's from C#
access database which located in different PC
data binding multiple combo boxes
Aborting and Managing Threads: The Dog or the Cat?
Time formatting
Plug-in support with iHD?
Using an SDK written in C in C# apps
How can I detect KeyPress?
Obtaining a Thread from ThreadID

Top Answerers

Fahad349
Oroborus
Ashish Kumar
Master T
luke_5290
lggg
AYHAN
Dwarf
SimonH
alext_2002
RMS-systems DV GmbH Ostsachsen
Only Title

Answer Questions

  • Unterforsthuber custom appdomain, crossing .net versions, "Type is not resolved for member <member I'm loading>"

    I'm stumped! I have an app which loads assemblies into a seperate app domain. it is written in 2.0. I have the assemblies I'm loading which were built in 1.1. I have a custom interface library which was written in 1.1 signed and installed in the GAC. I have a custom appdomain loader (marshal by ref object) which was written in 2.0, and uses the interface library which was done in 1.1 to pass a type back to the default appdomain. It ...Show All

  • seeker55 C# program to a Windows palm desktop

    Hello everyone, Can someone tell me if I need to do anything special when publishing my Visual C# .NET application to make it work on a palm desktop I am not really sure about it, and so far, not able to test it, it really just have to work, so can anyone tell me what I should look out for to make it work smoothly and perfectly without errors, would all the errors also happen when I try to run the application on my computer Thanks ...Show All

  • NewToExpress Displaying the designed form controls as XP Style Look

    hello, i have designed the windows application form in C#. in the computer with XP os, the designed form controls(buttons, textboxes) etc is shown with the XP style look, but when i change my computer setting to classic view or i run the application output in Windows 2000/2003 computer OS, then the displayed windows forms controls is shown in flat stly i.e. without XP look. So, is there any methods to show the consistent form outlook wh ...Show All

  • Derek Lan Forcing a double to have 2 decimal places

    Hi, I use the services of dotNetChage to take payments directly with my payment gateway.   DotnetCharge takes a Double value as the amount, which is logical.  However when I pass an amoutn of 1.10 or equivalent the double value is actually 1.1. Also, logical.  However my gateway requires a number format with 2 decimal places despite the fact that  1.1 is more correct than 1.10.  I can do this if it was a string usin ...Show All

  • Ohio Paul Totally messed up IDE

    This is truly unacceptable. Besides the problem in the OTHER thread regrading the IDE and C++, the IDE cannot COMPILE nor RUN any C# applications. This is unacceptable! What the hell is wrong with this product My system is clean - I have not installed Visual Studio on this machine before (I've installed on another machine, previous, though). Using 2005 Professional. I'm trying to debug a C# project I downloade ...Show All

  • akgottlieb copy list items to database

    How do i copy list items to database. List < string > lines = new List < string >(); I have added a 100 lines to my list "lines" and now i want to copy this over to my SQL tabe which has only 2 columns. ID and Value. I want to copy all line items to "Value" column and "ID" column must be filled with autoincremented number. How do i do this I know there is copyto() method for lists. I wonder if i could copy this lis ...Show All

  • Ast123 data gri9d

    i need to look at cell in the data grid obect. I am not sure if this code is right. Could you please let me know foreach ( DataGridViewRow dgr in XMLelement_dataGridView.Rows) { // start of for each if (XMLelement_dataGridView.Rows[0].Cells[0] } } //get the int value of required cell of current row. int id = Convert .ToInt16( this .dataGridView.CurrentRow.Cells[0]. ...Show All

  • fraballa Why it is?

       Why Microsoft called # in CSharp rather CHash Regard, Shaji Kumar.V.K It's a musical term http://cnx.rice.edu/content/m10943/latest/ From http://msdn.microsoft.com/vcsharp/productinfo/faq/default.aspx : It's not the "hash" (or pound) symbol as most people believe. It's actually supposed to be the musical sharp symbol. However, because the sharp symbol is not present on the standard keyboa ...Show All

  • Stephen Clegg III Get Time From Remote Server Using C#?

    Is it possible to get the time of a remote server using C# The .NET Framework does not have a built in SNTP client however you can easily find one or build your own. I would suggest looking at this one on Code Project . It should be mentioned that in order to use an SNTP client you must have a time server you can connect to. If you just need a timestamp, you can try the daytime protocol. It is as ...Show All

  • Eisa Hey, I am a noob to C# please help

    Okay so i started teaching myself C# a little while ago. I have a backround in C++ so I understand it all but i have a problem. I was working with windows forms creating a C# windows application. Everything works good except I have no idea how to work with numbers. What I mean is lets say i want a program where u type one number into a text box. Then you type a number into another box. Now I want the third text box to reflect text box 1 + ...Show All

  • Ljhopkins Reading Emails using POP3 Server .

    hello all, I am searching for a atricle i.e Reading Emails from POP3 Server. any body give me good article or link for this. wll be appriciated. Hi, There are simply too many places to look at. There are really two different problems: the first is to download the email and manage the mailbox (see what messages you have there, delete what you already downloaded, etc). For this, I think the best source of information i ...Show All

  • msbuilddude Newbie: How Much Should I Inherit From Uncle Arthor?

    Thanks for helping out a new guy!!! I'm working w/ C#, .Net 2.0, VS 2005 and SQL Server 2000/2005.  I'm essentially building a simple server application named MyServer that opens a couple of connections into SQL Server and does various tasks in the database.  I'm going to throw in some options for a couple of different threads and some other fun features. I've seen a *lot* of examples in this forum and others where using inheri ...Show All

  • Feng93011 Why is the C# team allowing this to Happen? and Why do they close threads on the topic?

    Since PJ. van de Sande Closed the last thread I opened : Why is the C# team allowing this to happen I guess because he didn't click the link or he didn't like the topic.  I brought the link information here.....  So I ask again... Why is the C# team allowing this to happen   If he closes it again, please respond here From the Blog link: From Tom Archers blog Why so many examples in Visual Basic ...Show All

  • Pico C# Intellisense crashes every third time using it [UPDATE]

    Hello All, I'm seeing some very strange behavior in my C# apps. Every third time I use intellisense to solve a compile problem (normally needing to add a using include at the top of the cs file) my Visual Studio crashes. I've tried looking around online but havn't found anyone else reporting this issue and one other developer in the office using VS 2005 doesn't have this problem either. I'm just wondering if anyone else out there has see ...Show All

  • rhfritz unable to get webbrowsers ready state

    In my app i need something to happen when the page is loaded so i added the following code and made an if statement if (webBrowser1.ReadyState = WebBrowserReadyState.Complete)   and I thought it would work but i get the error Error    1    Property or indexer 'System.Windows.Forms.WebBrowser.ReadyState' cannot be assigned to -- it is read only    C:\Documents and Settings\MyName\Desktop ...Show All

252627282930313233343536373839404142

©2008 Software Development Network

powered by phorum