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

Software Development Network >> Visual C#

Visual C#

New Question

Perform ftp using C#
using ADAM to authenticate a user
C# get the return parameter from storage procedure of Oracle
Random result
Datagridview control help to retrive data into the datatable or dataset
event declaration
Creating a Wizard-Style Application
Simple Question: How to Open Win. Explorer with Path
how to change two rows index
Problem with my own DLL

Top Answerers

MKMahesh
Rob Kenny - MSFT
sigrun
Shane Mulhall
Sean Cromwell
ariu
Johannes Hansen
steeven
wreckless89
Baq
Database Programmers Retreat
Only Title

Answer Questions

  • Ksenia Mukhortova Overriding Button Control

    Hi there, I'm trying to give the button control (System.Windows.Forms. Button) a different appearence. Therefore I overrode the buttons OnPaint method protected override void OnPaint( PaintEventArgs pe) { do some paintings } The rendering works but the original button partially looks through my painting. How can I get rid of the original button surface Can anyone help me Thanks in advance... ...Show All

  • robbo5000 LIKE OPERATOR

    Is in C#.NET something similar to LIKE operator in VB http://forums.asp.net/969654/ShowPost.aspx What is the syntax for pattern string Matja ...Show All

  • abc4567 Change Drop Down Arrow color

    Can anyone tell me if you have been able to change the arrow color of a dropdown list box in asp.net When I change the arrow color of the scrollbar using CSS, I expect the color of the dropdown to change too... Earlier post will be appreciated. Thanks in advance. Only Internet Explorer alows this change. This is not supported in other browzer like Mozilla, Opera... ...Show All

  • amc Where to report errors?

    I just found a reproducible error that probably could easy be fixed in the next release of Visual Studio (probably just a constant that needs to be changed). The problem is in autogenerated code and leads to an error that is difficult and time consuming to find, because one does not expect an error there. However, I could not find any information about where to report errors. If you know, please, let me know, the correct way to report errors, so ...Show All

  • G4 Showing related tables in a windows form.

    Hi, I want to know how to create a windows form where in it there are two Datagrids, one containing genre records and the other containing film records, both filled from a DataSet reading from a Database. What I need is that when I click on the genre Datagrig, the other Datagrid containing the films will change dynamically and I really don't know from where to start. The relations are: Genre     &nbs ...Show All

  • Daniel Millen DataGridView and Autonumber

    Hey guys, I noticed that each time I insert a record in the DataGridView, I must fill out the ID column (primary key) as well. I have it set to autonumber in Access, and when I fill in data some other way it works, however in the DGView I have to fill it out manually or it will throw an Exception. Any Ideas Thanks! Anybody Hi Check that the primary key Column AutoInc ...Show All

  • bijie85 Nesting Stuff...

    I have been writing C# for about two years now, but always web-related technologies -  ASP.NET, Web Services, Class Libraries for Exchange.  Now I am attempting to make a small Windows Forms application and I am having some trouble. I want to have what I would call a Repeater in ASP.NET.  I basically need to format a report like so: User 1 - Property - Property - Property - Property - Property - Property - Property - Property Use ...Show All

  • 无名 List of component available

    How to get all the component available on the computer .NET Controls See GAC API Interface or KBID 317540 DOC: Global Assembly Cache (GAC) APIs Are Not Documented in the .NET Framework Software Development Kit (SDK) Documentation for information on enumerating the assemblies in the GAC. The GAC contains FullTrust assemblies that can be loaded by any process on the comput ...Show All

  • tungdh Problem REFRESHING UserPaint-ed controls.

    Hi, I have a windows application with 2 forms. On form contains the normal tab control and some labels etc. Other form contains some special user controls derived from standard .NET controls. for example, all buttons are derived from System.Windows.Forms.Button, all labels are derived from System.Windows.Forms.Label and so on. All the controls on form 2 are double buffered using the statement (in their constructors): this.SetStyle( Contro ...Show All

  • Kevgor sending query via page other than msn.com

    Hey guys, I was wondering if anyone could help me. I'd like to include a search form for WDS on my browser homepage and be able to submit the query from within that page, I'd like to see the results in the WDS. This works fine for msn.com (select desktop tab) but I cant seem to be able to get the code so I can use it with ANY page. any thoughts on this    There is built in support in windowssea ...Show All

  • rblaco need create a user accounts on a windows 2000 server using c#

    hi all my probe is like this that i need to create user accounts in windows 2000 server from my program without using default procedure exist in windows 2000 server to create user accounts.where i can find information regarding this matter regards pubs http://support.microsoft.com/default.aspx/kb/306273/en-us Cheers, Greg thanks greg i was looking this code f ...Show All

  • sdGumby Keeping the info

    I have several classes inside a class file, at the top of each one is:         Info T = new Info();         other N = new other(); 'info' and 'other' are declared in another class, these are filled with information when the app is running, they are then needed later for a different process, the thing is, i dont know how to access the stored info from an ...Show All

  • Gaudos Array lookup

    If I create an array int[] siteid = {38, 55, 102, 176}; Is there any way to programmatically determine if the value 38 is one of the elements, without iterating through each element Is there a way to do an array lookup in C# Brilliant! Thank you both! MarcD -- This is exactly what I needed! n0n4m3 -- I did not know about Hashtables -- That will help with another part of the project I am working on! Thanks! int[] siteid = {38, ...Show All

  • One Touch DllImport and enumerations

    I have a dll that was made in c that I would like to invoke from C#. Some of the parameters want enumeration values to be passed to them. These enums are defined within the c project. Is there anything I can do with this Hi, You may either declare the int parameter where enumerator parameter is used, or you can redeclare the enum in C# code. See below: suppose that there are following declarations in you ...Show All

  • Scott Kao IVsaSite vs ICodeCompiler

    I have an application that makes extensive use of IVsaSite, specifically it generates VB code, and adds a number of "Global" objects such as an execution context, value evaluators,.....  Now that I have upgraded to .NET 2.0 all IVsaSite references are considered to be obsolete and will not be supported in the future.  The warning message suggests using ICodeCompiler instead, however I can find no way of allow access to named global ...Show All

91011121314151617181920212223242526

©2008 Software Development Network

powered by phorum