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

Search:

Type: Posts; User: mohamed123

Page 1 of 26 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    1
    Views
    1,120

    defaultable model sorting

    why is a JTable , set to default sorting
    how do i switch off this default sorting in JTable ?
    Regards
    mohamed
  2. Replies
    3
    Views
    4,864

    Re: quiz program with C# webapplication

    i have a Visual Studio C# Express free edition

    there i saw that there is something called Windows Presentation Foundation

    and an application type "WPF Browser Application" but it runs on...
  3. Replies
    3
    Views
    4,864

    quiz program with C# webapplication

    Hi

    I have done applications with C# which run on windows , just wondering if its possible to create applications which run on browsers with C# ?

    i want to program a quiz application with c#
    ...
  4. Replies
    1
    Views
    593

    realtime programming

    Hi

    Could some one post me a small example perhaps in C++

    just for the sake understanding and using realtime programming ??

    Regards
  5. Replies
    4
    Views
    1,096

    Re: reference and ampersand symbol

    Yes it is C++

    is there any concept of declaring "reference variables" in C programming ?

    or only "pointer variables" ?
  6. Replies
    4
    Views
    1,096

    [RESOLVED] reference and ampersand symbol

    Hi

    Is there any difference between the ampersand ( & ) used for getting the address of the pointer and that used for a reference variable ?

    Better asked is there any concept of declaring...
  7. Replies
    8
    Views
    1,332

    Re: linux app emulator for windows?

    Refer : http://cygwin.com/cygwin-ug-net/setup-net.html#internet-setup


    Additionally i found this : on http://www.cygwin.com/ml/cygwin/2007-01/msg00018.html

    This is the mail archive of the...
  8. Replies
    4
    Views
    886

    Re: How to call a variable

    Or you can also use reference





    #include <iostream>
    using namespace std;

    void Function1(double& T)
  9. Replies
    6
    Views
    17,898

    Re: using keydown event on a picturebox

    Hi

    Thanx for that reply

    The control does appear in toobaox which i can drag into my test form application and set the keydown and it works

    But i want to do this i.e keydown event management...
  10. Replies
    6
    Views
    17,898

    Re: using keydown event on a picturebox

    You are right picturebox does not such an event

    But will do this then ?

    This PicBox class compiles but that control does not show on my panel
  11. Replies
    6
    Views
    17,898

    Re: using keydown event on a picturebox

    Like this you mean

    But when i try to add this control my Panel , it does not show


    public class PicBox : PictureBox
    {
    public void PictureBox()
    {
    ...
  12. Replies
    6
    Views
    17,898

    using keydown event on a picturebox

    Hi

    I have a scrollable panel , inside which theres a picturebox control

    When i use the



    Lies in Initializer of the ScrollablePanel...
    this.KeyDown += new KeyEventHandler(OnKeyDown);
  13. Replies
    1
    Views
    595

    Resizing a rectagle

    Hi

    I am programming in C# the funionality of a

    - Drawing a rectangle

    - Resizing it on mouse move ( similar to what you find in a Microsoft Word )

    The problem is i draw the marker on the...
  14. Replies
    0
    Views
    659

    moving a Box on mousemove

    Hi

    I want to implment a functionality

    drag and drop a Box in PictureBox with Image

    I have drawn the box

    i redraw the box on MouseMove ( checking if mouse was down previously )
  15. Replies
    6
    Views
    13,929

    Re: picturebox , scrolling image on mouse move

    thanx for that

    but what u told is already done

    i wanted to know how to scroll down with mousewheel i.e middle mouse wheel

    in your solution when i set autoscroll to true , the mouse wheel...
  16. Replies
    6
    Views
    13,929

    Re: picturebox , scrolling image on mouse move

    Its a simple application which has a picturebox control

    and the image is loaded OnLoad

    i have added vscroll and hscroll bars and i can scoll with these bar on mouse click

    i just need to make...
  17. Replies
    6
    Views
    13,929

    picturebox , scrolling image on mouse move

    Hi

    Jumped to C# now from C++


    Any tips on programming how to scroll a picture image in a picture box control ?

    Regards
  18. Re: System.Reflection.Emit.TypeBuilder.Enter cannot be found !!

    Thanx for that

    @boudino : Which framework do u mean ?

    @Arjay : When i did that i received a tip

    and code crashes here


    public static object InvokeMember( Type type, string name, object...
  19. System.Reflection.Emit.TypeBuilder.Enter cannot be found !!

    Hi

    I am new to C# and have the following problem while program compilation

    I receive this error

    "The Method System.Reflection.Emit.TypeBuilder.Enter cannot be found."

    Actually i am using...
  20. Replies
    3
    Views
    1,241

    Re: System.Windows.Control namespace

    Ok
    Found it

    The assembly is called PresentationFramework.dll

    When i referenced it , problem solved

    Thanx
  21. Replies
    3
    Views
    1,241

    System.Windows.Control namespace

    Hi

    System.Windows.Control namespace missing

    in Visual Studio 8 with .NET 3.5

    TextChangedEventArgs is in System.Windows.Control , but this is not avaialable

    I currently have , a trial...
  22. Thread: dllimport

    by mohamed123
    Replies
    2
    Views
    958

    Re: dllimport

    or to put simly

    DllImport("MyDLL.Dll", ....... );

    does not find MyDll.dll

    but if put

    DllImport("C:\\MyDLLS\\MyDLL.Dll", ....... );
    i.e hard code the path , alls well
  23. Thread: dllimport

    by mohamed123
    Replies
    2
    Views
    958

    dllimport

    Hi

    I use C# wrapper classes from a SDK in my C# application

    This wrapper is using dllimport to load DLLs

    When i run my app , it complains , these Dlls cannot be found

    I dont know how to...
  24. Replies
    2
    Views
    888

    reading and printing word document

    Hi

    reading and printing word document without opening the doc file

    i mean , if we want to print out a text file we read it as stream and print it

    like that is there any way to printout a...
  25. Replies
    8
    Views
    1,556

    Re: using createdirectory in .net

    Yes thats what i meant

    Naitve C++ is not from microsoft

    I meant that C++ from microsoft as you said is not computationally efficient
    so better off use C++ may be with MFC and NOT .NET...
Results 1 to 25 of 645
Page 1 of 26 1 2 3 4





Click Here to Expand Forum to Full Width

Featured