Search results

  1. S

    VB.NET 2005 Sendkey...?

    Hi. Kinda newbie in this one, got a form name form1.vb and form2.vb, all i want is when i press F4 on my keyboard form2.vb will show. Here are my problems: 1. How to write that code using sendkeys function in vb,net 2005 2. Under what event should I placed it? is it under a timer event, form1...
  2. S

    VB.NET 2005 Sendkey...?

    Hi. Kinda newbie in this one, got a form name form1.vb and form2.vb, all i want is when i press F4 on my keyboard form2.vb will show. Here are my problems: 1. How to write that code using sendkeys function in vb,net 2005 2. Under what event should I placed it? is it under a timer event, form1...
  3. S

    VB.NET 2005 Sendkey...?

    Hi. Kinda newbie in this one, got a form name form1.vb and form2.vb, all i want is when i press F4 on my keyboard form2.vb will show. Here are my problems: 1. How to write that code using sendkeys function in vb,net 2005 2. Under what event should I placed it? is it under a timer event, form1...
  4. S

    VB.NET 2005 Sendkey...?

    Hi. Kinda newbie in this one, got a form name form1.vb and form2.vb, all i want is when i press F4 on my keyboard form2.vb will show. Here are my problems: 1. How to write that code using sendkeys function in vb,net 2005 2. Under what event should I placed it? is it under a timer event, form1...
  5. S

    Php report generated in ms word?

    hi, before anything else i would like to give thanks to those who give time to this... I have developed a php website that can generate reports with ms word, i was hoping if someone can help me disable editing the generated reports when they open it in ms word. Note: No PDF suggestion...
  6. S

    what is the easiest way to generate report in php pdf format.?

    hi. im just a newbie in php. there are still a lot of codes that i dont understand. i just want to generate my reports in pdf format the problem is i don't know how. can someone give me an easiest way to understand it? a sample is much better. thanks...
  7. S

    loading PHP on a div tag...?

    hi... first of all i want to give thanks for those who give time for this... i want to load different php file in my div tag under index.php when ever i click a button, the problem is i dont know how... ^_^ here is my code on my index.php <body> <form id="form1" name="form1" method="post"...
  8. S

    Global or Public variable in php?

    is there a global variable in php? what i mean if i declare a value to that variable then i go to other page of my site the value of that variable is still the same, just like in vb6 when you declare "public varname as string" in the module i can call it anywhere on my form. if there's any...
  9. S

    if then else statement in html?

    is there an if then else statement on html? for example i want to make a div tag visible on state if the span tag is visible? <span id=sample1>if this is visible then div tag is visible </span> <div id=sample2>if span tag with id=sample1 then this is visible </div> if there's a way way? can...
  10. S

    how can i make flash games?

    use an action script to manipulate the game.
  11. S

    How would I move a textbox with HTML?

    <style type="text/css" media="screen"> input.(textbox class){ left: -300px; top: 500px; } </style>
  12. S

    How can i link my javascript.js to my index.php?

    i want to separate my javascript to my index.php. i already put the codes to file named javascript.js, my question is how to link or call my javascript.js to my index.php? sowee im just a nobie
Back
Top