Search:

Type: Posts; User: wordtopdf0

Search: Search took 0.03 seconds.

  1. Re: I Can not Change the Value of Web Combobox

    Thanks for your patience. :) as I said .value command not working. I guess some javascript codes blocking this situation.
  2. Re: I Can not Change the Value of Web Combobox

    It's it...



    <select id="mycombobox" class="mycomboclass">
    <option value="1">Option 1</option>
    <option value="2">Option 2</option>
    <option value="3">Not Selected</option>
    </select>
  3. I Can not Change the Value of Web Combobox

    Hello everybody, I'm trying to change the value of web combobox but it's not changing completely. Actually It's visuality is changes but imagine, it must be black colored but it looks like gray when...
  4. Replies
    5
    Views
    1,057

    I can't click Webbrowser's Element

    I want to click one <div> but I couldn't click it with my standart code. You need to press F12 and select mobile emulator to see this mobile version of website. After then you can click button...
  5. Replies
    17
    Views
    3,331

    Re: VB6 Import an Image to Web

    Are you sure you understand me?
  6. Replies
    17
    Views
    3,331

    Re: VB6 Import an Image to Web

    I don't need it. I must do it with tinypic or similar web site. Like click button open dialog click image etc.
  7. Replies
    17
    Views
    3,331

    VB6 Import an Image to Web

    Hello everybody today I'm wondering how can I import and image to web with dialogs. I'm trying to make an image uploader for my user's errors. My system take screen photo and save it app path after...
  8. Replies
    1
    Views
    968

    Re: Internet Explorer Safe Mode [PROBLEM]

    Don't you have any idea friends?
  9. Replies
    1
    Views
    968

    Internet Explorer Safe Mode [PROBLEM]

    Hello friends, sometimes internet explorer obstruct my operations. And webbrowser1.silent = true don't be usefull. I know it's about safe mode anymore. So how can I disable this feature with vb6? Is...
  10. Replies
    10
    Views
    3,854

    Re: Run as Administrator Registry

    Manifest file? Can you explain it?
  11. Replies
    10
    Views
    3,854

    Re: Run as Administrator Registry

    Set fs = CreateObject("Scripting.FileSystemObject")
    Set shell = CreateObject("WScript.Shell")

    'create .reg file:
    Set reg_file = fs.CreateTextFile("slash.reg")
    reg_file.WriteLine "Windows...
  12. Replies
    10
    Views
    3,854

    Re: Run as Administrator Registry

    When I try it, it give Compile error: Argument not optional.
  13. Replies
    10
    Views
    3,854

    Run as Administrator Registry

    Hello, today I'm working on about the save my program to registry for run as administrator. I know "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" we should...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width