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

Search:

Type: Posts; User: TheSoyBean

Search: Search took 0.02 seconds.

  1. Thread: Firefox

    by TheSoyBean
    Replies
    0
    Views
    494

    Firefox

    Hello,

    I am unaware of how to know what class is the address bar of firefox browser made of. I use Spy++ but it highlights the whole browser, I'd like to get the address-url of the browser in C#...
  2. Thread: SendMessage

    by TheSoyBean
    Replies
    2
    Views
    789

    Re: SendMessage

    Thank you, I delete CharSet and it works! :D
    Should have made more checks before asking. :D
  3. Thread: SendMessage

    by TheSoyBean
    Replies
    2
    Views
    789

    SendMessage

    [DllImport("user32.dll", CharSet = CharSet.Auto)]
    internal static extern IntPtr SendMessage(IntPtr hWnd, UInt32 Msg, Int32 wParam, [MarshalAs(UnmanagedType.LPStr)] StringBuilder lParam);
    ...
  4. Replies
    3
    Views
    10,439

    XAML auto resize a tab' content

    <TabControl Name="tabCtrl" Grid.Column="2" Margin="0,1,10,25" Grid.Row="1">
    <TabItem Header="image" Name="tabItem1">
    <Grid>
    <Grid.ColumnDefinitions>...
  5. Replies
    0
    Views
    3,976

    Textbox and columns

    I'd like a textbox with 2 columns :( thank you
  6. Replies
    3
    Views
    1,486

    Re: Midterm test

    Hey! I was very angry and cursed you for having misguided me, but I never think it was something I need to keep in my heart, as I suppose it is a bomb that blows my heart off. :( :D
  7. Replies
    1
    Views
    5,724

    WFP Express edition

    Hello, I am using express edition of C#. I have got a little problem to create a WFP project and the error report states that "Access to the path 'C:\Documents and Settings\User\Local...
  8. Replies
    1
    Views
    803

    print a Listview

    Hello, I have a listview on a form, and I would like to print its content without saving it to file.
    How can I embed it into a printpreviewcontrol before printing ?

    Thank you
  9. Replies
    1
    Views
    1,344

    serial communication

    I am doing a small project to send commands to a device using rs232 serial interface
    My knowledge about this is limited
    I'd lke to know when you can send data rate (transmission rate) that is...
  10. Replies
    0
    Views
    733

    Using XAML and C#

    Could you show me a tutorial link to WPF basics (where it shows me step by step to use WPF, XAML and C#) ? I only know how to open C# windows form project ? How to use XAML ? Basic step by step know...
  11. Replies
    0
    Views
    838

    Download Visual Express C#

    I am downloading VS ExpressC#, I think my home network is fast and i am connecting using wireless but when I start to run the vcssetup.exe, it downloads at a speed of 2000KB then it drops to...
  12. Re: C++ VC++ QT OPENGL PythonQt Contract Assignment Wanted

    Awfully cheap prices for freelancers, it can only similar to parttime jobs
  13. Replies
    2
    Views
    832

    Re: Last night 's dream

    I am worried you won't gain as much fresh free air as you are now, at most only around 5 liters.
  14. Thread: Grammar

    by TheSoyBean
    Replies
    2
    Views
    857

    Re: Grammar

    I'd like to learn about Types
    I have learn basics of types (char/Char, String/string/StringBuilder, int/Int/Int32/Int64 etc)
    I'd like to know how they are represented as T only ?
    I have checked...
  15. Thread: Grammar

    by TheSoyBean
    Replies
    2
    Views
    857

    Grammar

    I'd like to know if there is a grammar rule to define a delegate ? Could you let me know please ?

    Thank you
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured