Click here to Skip to main content
15,916,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Populate Multi column (2) combobox with existing dataset (hide record #) Pin
Wheels0124-Feb-09 2:47
Wheels0124-Feb-09 2:47 
GeneralRe: C# Populate Multi column (2) combobox with existing dataset (hide record #) Pin
Wheels0124-Feb-09 8:08
Wheels0124-Feb-09 8:08 
GeneralRe: C# Populate Multi column (2) combobox with existing dataset (hide record #) Pin
DaveyM694-Feb-09 13:16
professionalDaveyM694-Feb-09 13:16 
QuestionSplash Screen / Init question Pin
EliottA23-Jan-09 8:50
EliottA23-Jan-09 8:50 
AnswerRe: Splash Screen / Init question Pin
DaveyM6923-Jan-09 9:10
professionalDaveyM6923-Jan-09 9:10 
AnswerRe: Splash Screen / Init question Pin
User 665823-Jan-09 10:01
User 665823-Jan-09 10:01 
QuestionError: RegularExpression can't be found [modified] Pin
u060509423-Jan-09 8:35
u060509423-Jan-09 8:35 
AnswerRe: Error: RegularExpression can't be found Pin
DaveyM6923-Jan-09 8:41
professionalDaveyM6923-Jan-09 8:41 
Add this to the usings at the top of your .cs file
using System.Text.RegularExpressions;
or use that followed by . to access the classes in that namespace.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

GeneralRe: Error: RegularExpression can't be found Pin
u060509423-Jan-09 8:43
u060509423-Jan-09 8:43 
GeneralRe: Error: RegularExpression can't be found Pin
DaveyM6923-Jan-09 8:51
professionalDaveyM6923-Jan-09 8:51 
GeneralRe: Error: RegularExpression can't be found Pin
u060509423-Jan-09 8:57
u060509423-Jan-09 8:57 
GeneralRe: Error: RegularExpression can't be found Pin
DaveyM6923-Jan-09 9:06
professionalDaveyM6923-Jan-09 9:06 
GeneralRe: Error: RegularExpression can't be found Pin
PIEBALDconsult23-Jan-09 9:43
mvePIEBALDconsult23-Jan-09 9:43 
GeneralRe: Error: RegularExpression can't be found Pin
DaveyM6923-Jan-09 10:05
professionalDaveyM6923-Jan-09 10:05 
GeneralRe: Error: RegularExpression can't be found Pin
u060509423-Jan-09 16:53
u060509423-Jan-09 16:53 
GeneralRe: Error: RegularExpression can't be found Pin
User 665823-Jan-09 9:48
User 665823-Jan-09 9:48 
GeneralRe: Error: RegularExpression can't be found Pin
PIEBALDconsult23-Jan-09 12:42
mvePIEBALDconsult23-Jan-09 12:42 
GeneralRe: Error: RegularExpression can't be found Pin
u060509423-Jan-09 16:46
u060509423-Jan-09 16:46 
GeneralRe: Error: RegularExpression can't be found Pin
PIEBALDconsult23-Jan-09 9:51
mvePIEBALDconsult23-Jan-09 9:51 
GeneralRe: Error: RegularExpression can't be found [modified] Pin
u060509423-Jan-09 16:34
u060509423-Jan-09 16:34 
QuestionI need help for sms sending Pin
abouhin23-Jan-09 8:30
abouhin23-Jan-09 8:30 
AnswerRe: I need help for sms sending Pin
DaveyM6923-Jan-09 8:38
professionalDaveyM6923-Jan-09 8:38 
AnswerRe: I need help for sms sending Pin
Ennis Ray Lynch, Jr.23-Jan-09 9:50
Ennis Ray Lynch, Jr.23-Jan-09 9:50 
AnswerRe: I need help for sms sending Pin
Rutvik Dave23-Jan-09 11:26
professionalRutvik Dave23-Jan-09 11:26 
QuestionUpdate listview data from db Pin
Tareq_bd23-Jan-09 8:04
Tareq_bd23-Jan-09 8:04 

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.