Hi,
I have file in while following line are present
dir1 dir2 dir3 dir2 file1 file2
dir1_file1 dir1_file2\tdir 2_file1 dir2_file2\tdir 3_file1
...
...
reading a one line at a time from a file,
i'm using the function strtok_r() to split the each line with delimiter whilespace and '\t' character.
How can differentiate that 2 words are split by whitespace or...
Search Result
Collapse
6 results in 0.0032 seconds.
Keywords
Members
Tags
-
Split a line by whilespace or tabcharacter (\t)
-
JuanDelaX started a topic how do you jump to tabs in a different form using a button in another form in vb8?in Visual Basichow do you jump to tabs in a different form using a button in another form in vb8?
Scenario:
I have Form 1,. a button says: "View Saved"
this button when clicked should show the other form e.g. Form2 which has tabs,. example the saved items are in the 4th tab,. the Form2 should show the contents of the 4th tab when it pops-up,.
I am using visual basic 2008,.
Hmmn,. inside my tab is another tab containing another set of tabs,. :)
u can check the image I attached.
... -
How to delete a tab page created in one method from another method?
For example, if I want to do this
Code:private void ProcessLogin() { TabPage welcomeTab = new TabPage("Welcome"); welcomeTab.BackColor = SystemColors.Control; tabControl1.TabPages.Remove(loginTab); tabControl1.TabPages.Add(welcomeTab); }
-
Comparing a string to tab ("\t")
Im trying to compare a string variable to a tab
if (someStringVar == "\t")
...
but that doesnt seem to work. -
Verical tab positions
Hi,
I am sure I have very basic question, but I just spent two hours trying to fix it... so here is goes. I am trying to create vertical CSS tabs/menu, but cannot change the spacing between individual tabs. Ideally I'd like it to be about 1px, but it is around 10px:
My css file looks as follows:
.dynamic-tab-pane-control-vertical.tab-pane {
font: bold 9px/1.5em Verdana;
... -
tabbing between textctrl's
in all my research everyone is saying that pressing tab by default gets u to the next textctrl, but when i try to do that, i get the error sound "ting", and it doesn't, what is a way to have the tab navigate through textctrls?
another thing is that the cursor is not on the first textctrl by default, is there a way to set it in the Frame?
thank you all
T