Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: Static Arraylist? Pin
Anonymous1-Apr-04 23:32
Anonymous1-Apr-04 23:32 
AnswerRe: Static Arraylist? Pin
Dave Kreskowiak2-Apr-04 4:38
mveDave Kreskowiak2-Apr-04 4:38 
GeneralRe: Static Arraylist? Pin
SherKar2-Apr-04 6:41
SherKar2-Apr-04 6:41 
AnswerRe: Static Arraylist? Pin
Heath Stewart2-Apr-04 9:55
protectorHeath Stewart2-Apr-04 9:55 
Generaltracing keystrokes using c# Pin
amal_pro831-Apr-04 21:14
amal_pro831-Apr-04 21:14 
GeneralC# Keystroke logger? Pin
Anonymous1-Apr-04 21:58
Anonymous1-Apr-04 21:58 
GeneralRe: tracing keystrokes using c# Pin
Dave Kreskowiak2-Apr-04 4:27
mveDave Kreskowiak2-Apr-04 4:27 
Generalproblem using CommandBarComboBox in Outlook Add Ins Pin
naresh_pandey131-Apr-04 21:00
naresh_pandey131-Apr-04 21:00 
I m so Confused | :confused: and feeling Sleepy | :zzz: bkz i m D'Oh! | :doh:

CommandBarComboBox

i m making Add ins for outlook .I have added a ControlEdit button in
CommandBar collection using the following code...

oEdit = (JOffice.CommandBarComboBox)
oCommandBar.Controls.Add(JOffice.MsoControlType.msoControlEdit,oMissing,oM
issing,oMissing,oMissing);
oEdit.BeginGroup = true;
oEdit.Text = "Search";
oEdit.Tag="URL";
oEdit.Caption="Search Word";


now the problem is when i m fatching the value from edit box ,it is not
returning me the value.I m not able to get the value which i have
written inside the edit box .the code i have written for this is following

private void oButton1_Click(JOffice.CommandBarButton Ctrl, ref bool
Cancel)
{
try
{
CommandBarComboBox tempCom;
tempCom =
(CommandBarComboBox)oCommandBar.FindControl(JOffice.MsoControlType.msoCont
rolEdit, "oEdit", "URL", false, false);
Sval=tempCom.Text;
System.Windows.Forms.MessageBox.Show(Sval); // here no value
Test1.JOutLookLib.SearchURL("http://www.google.co.in/search?q="
+Sval+"+&ie=UTF-8&oe=UTF-8&hl=en&btnG=Google+Search&meta=");
}

->NOTE : JOffice is an Alias for Namespace which I have included in My Code

when i write any value inside the edit box and click the button the new
value is auto clears and again the old value appears .I don't know how i
can solve it .I need the new values and it is returning old values .,...
mean it is not refreshing .

Please solve it it is very .....


Thanks for Help and ur time Poke tongue | ;-P
GeneralSetup Project Pin
DucLinh1-Apr-04 20:29
DucLinh1-Apr-04 20:29 
GeneralRe: Setup Project Pin
Heath Stewart2-Apr-04 10:04
protectorHeath Stewart2-Apr-04 10:04 
GeneralRe: Setup Project Pin
Demian Panello13-Apr-04 4:03
Demian Panello13-Apr-04 4:03 
GeneralDataGrid Pin
DucLinh1-Apr-04 20:12
DucLinh1-Apr-04 20:12 
GeneralRe: DataGrid Pin
benqazou2-Apr-04 5:46
benqazou2-Apr-04 5:46 
Generaldatatype check Pin
Anonymous1-Apr-04 19:01
Anonymous1-Apr-04 19:01 
GeneralRe: datatype check Pin
Andy Wieberneit1-Apr-04 20:19
Andy Wieberneit1-Apr-04 20:19 
GeneralRe: datatype check Pin
Anonymous2-Apr-04 2:21
Anonymous2-Apr-04 2:21 
GeneralOptimization of C# code!! Pin
abc8761-Apr-04 18:15
abc8761-Apr-04 18:15 
GeneralRe: Optimization of C# code!! Pin
Tristan Rhodes1-Apr-04 20:02
Tristan Rhodes1-Apr-04 20:02 
GeneralRe: Optimization of C# code!! Pin
Daniel Turini1-Apr-04 20:35
Daniel Turini1-Apr-04 20:35 
GeneralRe: Optimization of C# code!! Pin
Kastellanos Nikos1-Apr-04 23:09
Kastellanos Nikos1-Apr-04 23:09 
GeneralRe: Optimization of C# code!! Pin
Kastellanos Nikos1-Apr-04 23:24
Kastellanos Nikos1-Apr-04 23:24 
GeneralA question of a Game Pin
lajiyo1-Apr-04 15:36
lajiyo1-Apr-04 15:36 
GeneralRe: A question of a Game Pin
Christian Graus1-Apr-04 15:53
protectorChristian Graus1-Apr-04 15:53 
GeneralRe: A question of a Game Pin
CWIZO2-Apr-04 2:42
CWIZO2-Apr-04 2:42 
GeneralRe: A question of a Game Pin
lajiyo2-Apr-04 23:01
lajiyo2-Apr-04 23:01 

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.