Click here to Skip to main content
15,909,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help : tab ctrl Pin
marelluswallace2-Jul-03 1:34
marelluswallace2-Jul-03 1:34 
GeneralRe: help : tab ctrl Pin
RChin2-Jul-03 3:36
RChin2-Jul-03 3:36 
GeneralRe: help : tab ctrl Pin
Ryan Binns2-Jul-03 4:20
Ryan Binns2-Jul-03 4:20 
GeneralRe: help : tab ctrl Pin
RChin2-Jul-03 4:24
RChin2-Jul-03 4:24 
GeneralRe: help : tab ctrl Pin
Ryan Binns2-Jul-03 5:17
Ryan Binns2-Jul-03 5:17 
Generalpdf.ocx Pin
eridan1-Jul-03 23:34
eridan1-Jul-03 23:34 
GeneralRe: pdf.ocx Pin
Ryan Binns2-Jul-03 3:11
Ryan Binns2-Jul-03 3:11 
GeneralRegExp Search in VS6.0 Part II Pin
Bernhard1-Jul-03 23:01
Bernhard1-Jul-03 23:01 
one problem when i'm doing find&replace in vs6.0 with regexp.. i can't get the quantifiers to get "nongreedy" (this term is from uwe keim's "introduction to regexp").
normally the letter "?" should work.. but not for me..
any ideas?
<br />
fun (char sz1[], char sz2[], char sz3[]);<br />

change to
<br />
fun (const char* sz1, const char* sz2, const char* sz3);<br />

<br />
Find: char \(.*\)\[\]<br />
Replace: const char *\1 <br />

is greedy..
<br />
find: char \(.*\)?\[\] <br />

or
<br />
Find: char \(.*\)\?\[\]<br />

don't work for me..



"I'm from the South Bronx, and I don't care what you say: those cows look dangerous."
U.S. Secretary of State Colin Powell at George Bush's ranch in Texas
GeneralRe: RegExp Search in VS6.0 Part II Pin
ZoogieZork2-Jul-03 1:37
ZoogieZork2-Jul-03 1:37 
GeneralRe: RegExp Search in VS6.0 Part II Pin
Ryan Binns2-Jul-03 1:39
Ryan Binns2-Jul-03 1:39 
GeneralHelp.Transfer data. Pin
Svin1-Jul-03 23:00
Svin1-Jul-03 23:00 
GeneralRe: Help.Transfer data. Pin
AlexO2-Jul-03 3:30
AlexO2-Jul-03 3:30 
GeneralRe: Help.Transfer data. Pin
basementman2-Jul-03 5:00
basementman2-Jul-03 5:00 
GeneralAgain:Transmit files by Serial Ports Pin
Angel Kid1-Jul-03 22:03
Angel Kid1-Jul-03 22:03 
GeneralRe: Again:Transmit files by Serial Ports Pin
Eugene Pustovoyt1-Jul-03 22:27
Eugene Pustovoyt1-Jul-03 22:27 
GeneralRe: Again:Transmit files by Serial Ports Pin
Angel Kid1-Jul-03 23:42
Angel Kid1-Jul-03 23:42 
GeneralRe: Again:Transmit files by Serial Ports Pin
Eugene Pustovoyt2-Jul-03 0:38
Eugene Pustovoyt2-Jul-03 0:38 
GeneralRich edit vertical scroll bar not working Pin
insanely4201-Jul-03 19:39
insanely4201-Jul-03 19:39 
GeneralRe: Rich edit vertical scroll bar not working Pin
Rage1-Jul-03 22:47
professionalRage1-Jul-03 22:47 
GeneralModal dialog removes my App from Alt+Tab windows... Pin
insanely4201-Jul-03 19:36
insanely4201-Jul-03 19:36 
GeneralRe: Modal dialog removes my App from Alt+Tab windows... Pin
basementman2-Jul-03 5:02
basementman2-Jul-03 5:02 
GeneralRe: Modal dialog removes my App from Alt+Tab windows... Pin
insanely4202-Jul-03 5:42
insanely4202-Jul-03 5:42 
GeneralRe: Modal dialog removes my App from Alt+Tab windows... Pin
insanely4202-Jul-03 7:41
insanely4202-Jul-03 7:41 
GeneralRe: Modal dialog removes my App from Alt+Tab windows... Pin
insanely4202-Jul-03 7:43
insanely4202-Jul-03 7:43 
Generalcrystal reports in VC++ Pin
modular1-Jul-03 19:05
modular1-Jul-03 19:05 

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.