Results 1 to 2 of 2
  1. #1
    a9x9x69's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    The name 'int' does not exist in the current context

    I try to add a tab using Tabcontrol, and when I want to go to the new tab, it gets an error
    The name 'int' does not exist in the current context

    The code I use is
    Code:
    tabControl1.SelectTab(@int());
    Thanks for helping

  2. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by a9x9x69 View Post
    I try to add a tab using Tabcontrol, and when I want to go to the new tab, it gets an error
    The name 'int' does not exist in the current context

    The code I use is
    Code:
    tabControl1.SelectTab(@int());
    Thanks for helping
    well, you would have to do some writing but...
    (And I have very little time..)

    Do something like:
    Code:
    int i = 0;
    
    Button->
    Create New Tab
    
    ->  i++;  for each new tab made.
    
    
    Button->
    Remove Tab
    
    Then on a Remove option you would have to decrease the i value
    -> i--;
    Hope you get it

    And then you use your code:
    Code:
    tabControl1.SelectTab(i);
    Enjoy your time

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Similar Threads

  1. [Info] What does and does not work after the Episode 8 P1 patch
    By HoLyNeSs in forum Vindictus Discussions
    Replies: 40
    Last Post: 07-18-2011, 04:43 AM
  2. the hack does not work for the patch yesterday
    By igWPipeKill in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 04-30-2009, 10:05 AM
  3. The canadian hack does not work
    By HaCkErR-pRo in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 04-23-2009, 03:55 PM
  4. Replies: 25
    Last Post: 01-09-2009, 01:29 AM
  5. the hack does not work in the ca eu
    By Massimo1993 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 12-23-2008, 05:20 AM