CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Behseini

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    746

    Problem With Oracle ConnectionString

    Hi Guys,
    I am trying to make a simple connection from my desktop(local computer) with Oracle 11g which is installed on windows server 2008 R2.Now I have problems with the ConnectionString.

    could...
  2. Replies
    3
    Views
    1,638

    How to Stop OleDbDataReader Getting NULL(s)

    Hi guys ,
    I am doing a very simple connection with C# and Ms Access and so far every thing goes fine, with me!.I just have a problem on retrieving Null values.the code that I am using to list values...
  3. Re: How to stop highlighting selected items in Combobox

    Thanks Fosben
    it works fine for me now
  4. [RESOLVED] How to stop highlighting selected items in Combobox

    Hi Guys,
    Could you please let me know how I can stop highlighting function in combobox?
    I just like to can select the items without that blue color!

    Thanks alot
  5. Replies
    1
    Views
    2,978

    Latest Version of Crystal Reports

    Hi guys,
    I am getting a bit confused could you please let me know what version is the latest version of Crystal Reports?
  6. Re: How to Pass ComboBox items as Cnstructor Parameter

    Hi BigEd781,
    Thanks for ur comment but to be honest I got more confused!
    lets make it simple! could you please tell me how I can create a new object by using an enum and combobox in form...
  7. How to Pass ComboBox items as Cnstructor Parameter

    Hi
    Could you please let me know how I can pass a combobox items as constructor parameter?
    As you can see from the codes I have a combobox which is loaded by enum FilmType.now I want to create a...
  8. Replies
    3
    Views
    1,266

    Re: [RESOLVED] Enum on comboBox - Problem

    Thanks
    It works perfect,
    and tanks about reminding my mistake for Type
  9. Replies
    3
    Views
    1,266

    Re: Enum on comboBox - Problem

    Thanks
    It works perfect,
    and tanks about reminding my mistake for Type
  10. Replies
    3
    Views
    1,266

    [RESOLVED] Enum on comboBox - Problem

    Hi guys
    I am working on a simple windows form application which has a simple class like this:
    //=============================================================
    public class Movie
    {
    ...
  11. How to Validate a TextBox to accept only String - Not any numeric(int ,decimal...)

    Hi guys,
    I just wonder how i can validate a TextBox( like txtName) to accept just string value and not any numeric value?
    Cloud u please let me know how I can do it? should I use a try and catch...
  12. Re: How to Make a button to Accept keyboard "Enter" Press

    Thanks BigEd781,
    That was exactly what I was looking for

    Thanks again
  13. [RESOLVED] How to Make a button to Accept keyboard "Enter" Press

    Hi Guys,

    Could you please let me know how to make a button (like Add to listbox button) to accept keyboard "Enter" press?

    I tried to use:

    btnAdd.Selected();

    In the Form load events but In...
  14. Replies
    10
    Views
    13,406

    Re: Find Max/Min value in a ListBox

    Thanks HanneSThEGreaT

    I got the idea completely.It was very helpful
  15. Replies
    10
    Views
    13,406

    [RESOLVED] Find Max/Min value in a ListBox

    Hi Guys,
    I am new at c sharp and I would like to know how I can find a min and max value in a listBox.
    lets say I have a listbox like which get the elements from a text box and by a btn click...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured