Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
GeneralRe: Implementing password rules Pin
User 66585-Aug-05 5:35
User 66585-Aug-05 5:35 
GeneralRe: Implementing password rules Pin
Adam °Wimsatt5-Aug-05 5:43
Adam °Wimsatt5-Aug-05 5:43 
GeneralRe: Implementing password rules Pin
Dan Neely5-Aug-05 7:04
Dan Neely5-Aug-05 7:04 
GeneralCreating mapper application using C# Pin
GoTech5-Aug-05 4:23
GoTech5-Aug-05 4:23 
Generalcreate View Pin
magnifique5-Aug-05 4:01
magnifique5-Aug-05 4:01 
GeneralMultiple projects in a single Solution - Sharing Classes Pin
BinaryHead5-Aug-05 3:52
BinaryHead5-Aug-05 3:52 
GeneralRe: Multiple projects in a single Solution - Sharing Classes Pin
mav.northwind5-Aug-05 4:10
mav.northwind5-Aug-05 4:10 
GeneralRe: Multiple projects in a single Solution - Sharing Classes Pin
Rob Graham5-Aug-05 6:22
Rob Graham5-Aug-05 6:22 
you can share a common file (a class say) at a source level between two different solutions by just adding the file (add an existing item) to the appropriate project. The default in vs would be to create a copy of the file in each project that it is added to, but if you look closely the 'open' button on the file selection dialog is actually a drop-down combo, with the last choice being 'link file'. If you use the 'Link file' choice, no copy is created, and the file becomes truly shared between the projects, just like a common header file is used in C++.

Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke

Generalprogress bar in datagrid Pin
Mridang Agarwalla5-Aug-05 3:47
Mridang Agarwalla5-Aug-05 3:47 
GeneralRe: progress bar in datagrid Pin
Alomgir Miah5-Aug-05 3:53
Alomgir Miah5-Aug-05 3:53 
QuestionHow to bind Dataset with XML File Pin
Anonymous5-Aug-05 3:32
Anonymous5-Aug-05 3:32 
GeneralProgram resolution is off Pin
PHDENG815-Aug-05 3:03
PHDENG815-Aug-05 3:03 
GeneralRe: Program resolution is off Pin
Dan Neely5-Aug-05 3:29
Dan Neely5-Aug-05 3:29 
GeneralRe: Program resolution is off Pin
PHDENG815-Aug-05 3:39
PHDENG815-Aug-05 3:39 
GeneralClearing database connections while using SQLHelper class Pin
Rashid_Mehmood5-Aug-05 2:58
Rashid_Mehmood5-Aug-05 2:58 
GeneralRe: Clearing database connections while using SQLHelper class Pin
Alomgir Miah5-Aug-05 4:01
Alomgir Miah5-Aug-05 4:01 
GeneralSuppress an Event Pin
zaboboa5-Aug-05 2:57
zaboboa5-Aug-05 2:57 
GeneralRe: Suppress an Event Pin
Pradyumna Gogte5-Aug-05 3:24
Pradyumna Gogte5-Aug-05 3:24 
GeneralRe: Suppress an Event Pin
Alomgir Miah5-Aug-05 3:54
Alomgir Miah5-Aug-05 3:54 
GeneralRe: Suppress an Event Pin
zaboboa5-Aug-05 4:50
zaboboa5-Aug-05 4:50 
GeneralWinForms: How to add any control to a DataGrid column Pin
SebbaP5-Aug-05 2:41
SebbaP5-Aug-05 2:41 
GeneralTab control Pin
deep75-Aug-05 2:26
deep75-Aug-05 2:26 
GeneralRe: Tab control Pin
Alomgir Miah5-Aug-05 3:58
Alomgir Miah5-Aug-05 3:58 
GeneralNeed help with a data set problem.. Pin
corkey195-Aug-05 1:38
corkey195-Aug-05 1:38 
QuestionHow do we List Down All User Names and Passwords in SQL Server? Pin
pubududilena5-Aug-05 1:24
pubududilena5-Aug-05 1:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.