Search Result

Collapse
13 results in 0.0039 seconds.
Keywords
Members
Tags
change
  •  

  • Jaehoon
    started a topic I want to make python script in abaqus 6.10

    I want to make python script in abaqus 6.10

    Hi all.

    I try to make the python script with the macro.

    As you know, the funtion of macro manager can record the every acticvity in python script. But this script work on the macro manager only. I want to make this script work on the run script menu.

    The error message was done when I try to run the macro script.

    Message says "C:/Temp/abaqusMacros.py :56: SyntaxWarning: import * only...
    See more | Go to post

  • tharindu96
    started a topic How to change the title using JavaScript

    How to change the title using JavaScript

    I want to change the title of HTML file using Javascript that the title will be like,

    (the h1 tag of the document)+"Text "
    See more | Go to post

  • 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

  • Jay Samson
    started a topic change a variable thru a dialog box

    change a variable thru a dialog box

    How do I change a variable thru an entry dialog box in tkinter or python, as x = 1 and the user changes it to x = 2?? I can't seem to find the answer.
    See more | Go to post

  • How do I change backcolor of textbox based on the value inside it?

    Lets see if I can explain-

    I have a text box (rich text box) in a form. Inside the box, some data gets put in there- specifically insurance information.

    Normally, the box doesn't need to change color to alert the user there's a problem with the text that's inside, because the information is usually good.

    But there are a few phrases that need to alert the user there's a problem.

    For example,...
    See more | Go to post

  • How do I change backcolor of textbox based on the value inside it?

    Sorry, I posted this in the wrong forum-

    http://bytes.com/topic/visual-basic-...de#post3638797...
    See more | Go to post

  • How to Change Audio Speed without Changing its Pitch?

    I have written a small VB Application to play my Audio Files the way I like. But, up to now, I haven't been able to change the speed of the audio file without changing its pitch.

    As you know, it's easy the change the speed of the Media/Audio file being played with MediaPlayer.Rat e using Windows Classic Media Player whose OCX file has this name: "msdxm.ocx".

    The value for Rate ranges from 75 to 150.
    ...
    See more | Go to post

  • Rickard Hill
    started a topic Change combobox value

    Change combobox value

    Fellow csharpers..

    I got a problem that I haven't found a solution for, and are hoping to get some help.

    I have the following piece of code (with commented out parts that I tried without success)
    Hoping someone can help me.

    Code:
    else if (msg[0].ToString() == "set")
                        {
                            MessageBox.Show(msg[0].ToString());
    ...
    See more | Go to post

  • gpcgeek
    started a topic How to change the content in the table cell

    How to change the content in the table cell

    I've a situation where upon selecting a month in a drop down the value in the <td> cell should change. It is a table oriented UI where it shows values
    _______________ ______________
    | Lable: | Value1 | Value2 | Value3 |
    ---------------------------------------------------
    Value1, value2 value3 are different values and once I select a different month only the values should change not the lable. Like Value1 changes...
    See more | Go to post

  • youngblood0494
    started a topic Updating informating using multiple forms

    Updating informating using multiple forms

    Basically, i have two forms.
    On my first form there is a button that opens up the second form.

    Now when i get to the second form, there is another button. I want it so when i click that button, it will change the text in a textbox i have in the first form.

    How can i do this?
    See more | Go to post

  • PHPstarter
    started a topic Use button to change PHP variable
    in PHP

    Use button to change PHP variable

    Was wondering how to do this?

    It's basically for a database table, so the button can be used to sort the results as ascending/descending.

    Googled a bit, but there wasn't much on it as I could see.
    Thanks
    See more | Go to post

  • Issuing an alert when a control value is changed...this is driving me nuts...

    Hi all,

    I have a DB which is designed to have 1 admin and several users on at the same time. The users and admin all work with the same form, called frmOrders, which is a continuous form that lists out, in real time, orders which the users enter. I have a timer form called frmTimer running (hidden) in the background which updates frmOrders every 2 seconds and checks if a new order has been added. If yes, a MsgBox pops up on the admin's...
    See more | Go to post

  • Read WMI from FF extension and [SOLVED]Change value of textbox via Firefox extension

    as title says i wish to change the value of a textfield in the current website.

    Basicly it enters a certan user and pass on a certan website, both will be stoerd in the prefrences.

    then the script will check if the website is the correct it will logon and click submit.

    also (sorry for merging 2 questions) is it possible to get WMI data from within a firefox extension , i can do it in VBscript.

    Thankyou...
    See more | Go to post
    Last edited by GhOsTTeCh; Jan 15 '09, 04:11 AM. Reason: forgot ";" :$
Working...