Click here to Skip to main content
15,918,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I correct MFC focus problem after closing HtmlHelp window? Pin
Richard MacCutchan26-Sep-09 3:50
mveRichard MacCutchan26-Sep-09 3:50 
QuestionGoogle map from lat/long Pin
colemans26-Sep-09 2:50
colemans26-Sep-09 2:50 
AnswerRe: Google map from lat/long Pin
Stuart Dootson26-Sep-09 4:35
professionalStuart Dootson26-Sep-09 4:35 
GeneralRe: Google map from lat/long Pin
tiresias226-Sep-09 11:37
tiresias226-Sep-09 11:37 
GeneralRe: Google map from lat/long Pin
Stuart Dootson26-Sep-09 11:59
professionalStuart Dootson26-Sep-09 11:59 
GeneralRe: Google map from lat/long Pin
tiresias226-Sep-09 13:06
tiresias226-Sep-09 13:06 
GeneralRe: Google map from lat/long Pin
Stuart Dootson26-Sep-09 13:09
professionalStuart Dootson26-Sep-09 13:09 
GeneralRe: Google map from lat/long Pin
tiresias227-Sep-09 12:09
tiresias227-Sep-09 12:09 
QuestionWhat is the key code for PowerOff/SwitchOff button for Windows mobile.. [modified] Pin
Rushikesh12326-Sep-09 1:35
Rushikesh12326-Sep-09 1:35 
Questionrtd client Pin
trioum26-Sep-09 0:30
trioum26-Sep-09 0:30 
AnswerRe: rtd client Pin
CPallini26-Sep-09 2:22
mveCPallini26-Sep-09 2:22 
GeneralRe: rtd client Pin
trioum26-Sep-09 2:47
trioum26-Sep-09 2:47 
AnswerRe: rtd client Pin
Rajesh R Subramanian26-Sep-09 9:36
professionalRajesh R Subramanian26-Sep-09 9:36 
Questionwin mobile 6.1 whether or not Support audio compression manager? Pin
wgh1689925-Sep-09 19:41
wgh1689925-Sep-09 19:41 
Questionprohibit some character on edit box VC 6.0[solved] Pin
Eka Candra25-Sep-09 19:25
Eka Candra25-Sep-09 19:25 
AnswerRe: prohibit some character on edit box VC 6.0 Pin
theCPkid25-Sep-09 19:58
theCPkid25-Sep-09 19:58 
GeneralRe: prohibit some character on edit box VC 6.0 Pin
Eka Candra25-Sep-09 20:25
Eka Candra25-Sep-09 20:25 
AnswerRe: prohibit some character on edit box VC 6.0[solved] Pin
Iain Clarke, Warrior Programmer25-Sep-09 20:52
Iain Clarke, Warrior Programmer25-Sep-09 20:52 
AnswerRe: prohibit some character on edit box VC 6.0[solved] Pin
David Crow26-Sep-09 17:40
David Crow26-Sep-09 17:40 
QuestionVC or Turbo C 2.0 & Partition when empty OS Pin
tuan111125-Sep-09 18:10
tuan111125-Sep-09 18:10 
AnswerRe: VC or Turbo C 2.0 & Partition when empty OS Pin
Richard MacCutchan25-Sep-09 23:47
mveRichard MacCutchan25-Sep-09 23:47 
AnswerRe: VC or Turbo C 2.0 & Partition when empty OS Pin
CPallini26-Sep-09 11:29
mveCPallini26-Sep-09 11:29 
QuestionHandling DNA sequence data as text Pin
Er1cS25-Sep-09 12:18
Er1cS25-Sep-09 12:18 
Thanks in advance for your input.

I am trying to write a program that will handle DNA sequence, which is essentially text consisting of the letters A,T,C and G. The problems I am facing are:

1) The text needs to be displayed as double lines of text where A is above T, C is above G and so on, but text selection should act (wrap, etc) like it is seeing only the top row. Below shows a selected region (in bold) that wraps from one line to the next.


ATGTGTCGATCGATCGATCGATAGGATATATATTGAAG
TACACAGCTAGCATGCTAGCTATCCTATATATAACTTC

TGGAGCTAGCTAGGATCGAGTCATCGATCGACGGTACG
ACCTCGATCGATCCTAGCTCAGTAGCTACGTGCCATGC


2) I'd like to be able to place symbols in the spaces between line.

Any ideas on how to accomplish one or the other (or even both) would be greatly appreciated.

Thanks

Eric
AnswerRe: Handling DNA sequence data as text Pin
«_Superman_»25-Sep-09 16:38
professional«_Superman_»25-Sep-09 16:38 
GeneralRe: Handling DNA sequence data as text Pin
Er1cS25-Sep-09 18:22
Er1cS25-Sep-09 18:22 

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.