Click here to Skip to main content
15,895,370 members
Home / Discussions / C#
   

C#

 
GeneralRe: splitting values randomly - C# Pin
PIEBALDconsult21-Sep-09 6:11
mvePIEBALDconsult21-Sep-09 6:11 
GeneralRe: splitting values randomly - C# [modified] Pin
PIEBALDconsult21-Sep-09 7:22
mvePIEBALDconsult21-Sep-09 7:22 
GeneralRe: splitting values randomly - C# Pin
Luc Pattyn21-Sep-09 7:50
sitebuilderLuc Pattyn21-Sep-09 7:50 
GeneralRe: splitting values randomly - C# Pin
OriginalGriff21-Sep-09 5:48
mveOriginalGriff21-Sep-09 5:48 
GeneralRe: splitting values randomly - C# Pin
PIEBALDconsult21-Sep-09 7:42
mvePIEBALDconsult21-Sep-09 7:42 
AnswerRe: splitting values randomly - C# Pin
PIEBALDconsult21-Sep-09 7:50
mvePIEBALDconsult21-Sep-09 7:50 
QuestionMicrosoft Document Explorer is driving me CRAZY Pin
Axonn Echysttas21-Sep-09 0:07
Axonn Echysttas21-Sep-09 0:07 
AnswerRe: Microsoft Document Explorer is driving me CRAZY Pin
Alan N21-Sep-09 1:43
Alan N21-Sep-09 1:43 
Hi,
I've had this WTF moment too and have often wondered why a document explorer search was a lot less precise than I intended it to be.

Q) Is the search term 'apples oranges pears' is equivalent to the term 'apples AND oranges AND pears'?
A) It depends!

Explicit use of the AND operator will give hits that contain all three keywords. The problem when AND is merely implied is that a setting in Visual Studio (Tools..Options..Help..General..Include partial matches in local search results) allows partial matches, in effect allowing 'apples OR oranges OR pears'. Unchecking the box in my VS C# Express 2005 has restored sanity to the world of boolean logic.

Alan.
GeneralRe: Microsoft Document Explorer is driving me CRAZY Pin
Axonn Echysttas21-Sep-09 1:46
Axonn Echysttas21-Sep-09 1:46 
QuestionUsing the pdb file after release crash on customer machine running my c# executable [modified] Pin
w.hooper20-Sep-09 22:31
w.hooper20-Sep-09 22:31 
AnswerRe: Using the pdb file after release crash on customer machine running my c# executable Pin
Alan N20-Sep-09 22:57
Alan N20-Sep-09 22:57 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
w.hooper20-Sep-09 23:00
w.hooper20-Sep-09 23:00 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
Simon P Stevens20-Sep-09 23:08
Simon P Stevens20-Sep-09 23:08 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
w.hooper20-Sep-09 23:21
w.hooper20-Sep-09 23:21 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable [modified] Pin
w.hooper20-Sep-09 23:54
w.hooper20-Sep-09 23:54 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
Simon P Stevens21-Sep-09 0:47
Simon P Stevens21-Sep-09 0:47 
QuestionConnect to internet In my program Pin
M M A20-Sep-09 22:30
M M A20-Sep-09 22:30 
AnswerRe: Connect to internet In my program Pin
Manas Bhardwaj20-Sep-09 23:20
professionalManas Bhardwaj20-Sep-09 23:20 
QuestionLet the user write a line code Pin
bonzaiholding20-Sep-09 22:16
bonzaiholding20-Sep-09 22:16 
AnswerRe: Let the user write a line code Pin
Nuri Ismail20-Sep-09 22:41
Nuri Ismail20-Sep-09 22:41 
GeneralRe: Let the user write a line code Pin
bonzaiholding21-Sep-09 0:21
bonzaiholding21-Sep-09 0:21 
AnswerRe: Let the user write a line code Pin
dan!sh 20-Sep-09 22:43
professional dan!sh 20-Sep-09 22:43 
AnswerRe: Let the user write a line code Pin
Senseicads21-Sep-09 1:10
Senseicads21-Sep-09 1:10 
AnswerRe: Let the user write a line code Pin
PIEBALDconsult21-Sep-09 4:58
mvePIEBALDconsult21-Sep-09 4:58 
QuestionProblem in Connecting Excel File Pin
amaankhan20-Sep-09 21:27
amaankhan20-Sep-09 21:27 

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.