Search Result

Collapse
12 results in 0.0041 seconds.
Keywords
Members
Tags
cursor
  •  

  • eHat
    started a topic Make image custom cursor

    Make image custom cursor

    I need to make a custom cursor from an image of a car in VB.NET Ultimate, but I dont know how.

    Can you explain how to import an image to be a cursor?
    Do you import it through the resources?
    I know that the code for cursor is going to be like this ( Im not sure if its right though) if you know the code, give me it then. Thanks
    Code:
    Me.Cursor = System.Windows.Forms.Cursor namespace
    See more | Go to post

  • slingblade
    started a topic Help with SQL script

    Help with SQL script

    There must be a way to do what I want to do without using a cursor, but I can't think of it. FYI, I'm a marketing analyst and not all that good with sql.

    Here's the scenario:

    SITE table
    Code:
    ID  NAME          AD1          CITY          STATE  MONTHLY
    1   JOHN DOE      11 MAIN ST   BIGCITY       FL     30.00
    2   JANE DOE      22 MAIN ST   BIGCITY       FL     25.00
    3   BOB SMITH     33
    ...
    See more | Go to post

  • Parmenides
    started a topic Use .blur() without locking cursor (jQuery)

    Use .blur() without locking cursor (jQuery)

    I have a few text input fields for data entry. I use .blur() for client data validation. Some of the fields requires a little extra validation processing. This creates a long pause (i.e. the cursor is locked) as the user tabs from one input to the next. Is there some way to fire up the .blur() event asynchronously so that the user can continue typing in the next field before the validation process for the previous is completed?
    See more | Go to post

  • ramilol
    started a topic how to create cursor using gdi+ c++
    in C

    how to create cursor using gdi+ c++

    i wanna create cursor but i have no idea how all i know is that ill use create cursor to do it but the last two paremters need a some 00xff values i have no idea how to use them can't i just draw something using eclipse than create cursor using it
    any idea would help me?
    thanks
    See more | Go to post

  • qwilteeeBing
    started a topic Change the Text-insertion cursor appearance

    Change the Text-insertion cursor appearance

    I'm hoping someone could tell me how I would go about changing the appearance of the text-insertion cursor in Windows.
    I need it to appear as it does exactly in Command Prompt, a horizontal block, or an underscore, if this is possible ?

    Thanks
    See more | Go to post

  • hottiebug
    started a topic Cursor modification

    Cursor modification

    Hi, I need to modify my cursor without a form in the background. Or basically if I run my program, I want to be able to customize the windows cursor, but not only on top of the form.. Does anyone know how to go about doing this?

    Thanks
    See more | Go to post

  • shockna1
    started a topic How can I move the cursor with c#?

    How can I move the cursor with c#?

    Im trying to make a program so that when I hold down shift or something and press an arow key it moves the cursor. Is it posible to move the cursor using c#?
    See more | Go to post

  • Is it possible to change the colour of the cursor in a RichTextBox?

    Title says it all, really: Can you change the colour of a RichTextBox's cursor?
    See more | Go to post

  • plpgsql update cursor where current of with dynamic query

    plpgsql (postgresql 8.3 but I can upgrade)

    I can open a cursor with a dynamic query (table / column variable) :
    -open cursor for execute '...' ;
    But if I want do updates...
    - execute 'update ...' where current of cursor ??
    Mmm I don't find the way.

    Another approach :

    -execute 'declare cursor ...' +with hold -for update :(
    -execute 'update ... where current of cursor'...
    See more | Go to post

  • Dreea
    started a topic Variable table name for cursor

    Variable table name for cursor

    Hello all

    What is the appropriate syntax for declaring a cursor for a table name that is passed as a parameter to a procedure? I tried several combination and it doesn't seem to work.

    CREATE PROCEDURE PROC(tableName varchar(50))
    BEGIN
    DECLARE cursorName CURSOR FOR SELECT column1,column2 FROM tableName;
    END

    The select statement can not be a variable, also it's not working with PREPARE...
    See more | Go to post

  • Getting Rid of Cursor Flickering caused by Scriptaculous

    I am using Scriptaculous to achieve a pretty simple and straightforward effect. I need a couple of images and text to fade in and fade out periodically, which I already managed to do it using SetInterval, Effect.Appear and Effect.Fade. The only problem is that while the effects are taking place(fading in/out) the cursor keeps flickering in IE(not in firefox) changing rapidly from the normal cursor to the progress cursor and back. is there a way to...
    See more | Go to post

  • What's the difference between Cursor = Cursors.WaitCursor and CurrentCursor=Cursors.WaitCursor

    Does Me.Cursor.Curre nt=Cursors.Wait Cursor
    set the current property of Me.Cursor to Cursors.WaitCur sor
    And Me.Cursor.Curre nt=Cursors.Defa ult set the Me.Current
    property to something (default) stored in Me.Cursor.

    Or is Cursors.Default some process wide cursor shape?

    What is a correct statement?


    I the top statement is correct what happens if I do
    Me.Cursor=Curso rs.WaitCursor
    ...
    See more | Go to post
Working...