Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 449529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:46:43+00:00 2026-05-12T21:46:43+00:00

Do any have any experience how this cold be done, if you look at

  • 0

Do any have any experience how this cold be done, if you look at the image im looking for a solution to programacly change the Name field to somehing else stored inn a variable from a other textbox.

i was thinking of using something like

    private void button1_Click(object sender, EventArgs e)
    {
      var xBox = textbox1.value;

      webBrowser1.Document.All.GetElementsByName("Name")[0].SetAttribute("Value", xBox);
    }

but i dont know the name of the Textbox, and Sieble seems to be a java thing? so i cant see the source behind it? does anyone know how to solve this issue. im making a automate app to help at work for handeling over 100 cases a day. Instead of typing the names, im looking for a solution to populate by the click of a button.

I cant handel this by the sieble API because we dont have contorle of the Siebel develompent, and wold take years to get the Sieble department to implement somthing like this in to the GUI. so im making a desktop app that can handel the issue.

alt text

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T21:46:43+00:00Added an answer on May 12, 2026 at 9:46 pm

    My solution to this was using cordinates, and simulate keys klicks, im using Global Mouse and Keyboard Library for this, found at this location http://www.codeproject.com/KB/system/globalmousekeyboardlib.aspx

    private void button1_Click(object sender, EventArgs e)
        {
            this.Location = new Point(0, 0);
    
            inputBlocker();
            xX = int.Parse(this.Location.X.ToString());
            yY = int.Parse(this.Location.Y.ToString());
            defaultMousePos();
            //Thread.Sleep(600);
    
           Cursor.Position = new Point(Cursor.Position.X + 1185, Cursor.Position.Y + 254);
           //Thread.Sleep(600);
           MouseSimulator.DoubleClick(MouseButton.Left);
           KeyboardSimulator.KeyPress(Keys.T);
           KeyboardSimulator.KeyPress(Keys.E);
           KeyboardSimulator.KeyPress(Keys.S);
           KeyboardSimulator.KeyPress(Keys.T);
           KeyboardSimulator.KeyPress(Keys.O);
           KeyboardSimulator.KeyPress(Keys.K);
           KeyboardSimulator.KeyPress(Keys.Enter);
    
    
    
           needUnblock = true;
           inputBlocker();
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone have any experience with this? For instance, consider Subversion, Git, or Mercurial,
I have a simple SQLCMD script that includes some lines like this: /* Load
i want to apply for this job as description below: This employer is looking
It'd be nice to have the Swiss Army knife of BusyBox on my emulator.
[Note - I asked this question on http://programmers.stackexchange.com , but the question was closed
I have a windows hosted mercurial repository that UserA, UserB and UserC have rights
We have been using Scrum for a few months and I have never felt
For learning purposes I have installed Joomla on my local host using XAMPP for
I was wondering if there is any way to export python functions to dll.
i am working on a categorization service. I want the experience to behave similarly

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.