User Profile

Collapse

Profile Sidebar

Collapse
waqasmgl
waqasmgl
Last Activity: Jan 26 '11, 06:19 PM
Joined: Nov 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thanx death slaught...
    Sorry i cant check my post because i found dat i have to hook direct input...
    See more | Go to post

    Leave a comment:


  • How to send keyboard commands to a game based on Direct-X or OpenGL

    Hi all,

    First i m clearing one thing. This question is a general windows question and it has nothing to do with programming.

    I want to know that how can i send keyboard commands to a game based on Direct-X or OpenGL.
    I have tried SendInput and keybd_event API to send keyboard commands but it aint working on games but working perfectly on normal windows form based applications. Sending messages to a game aint work,...
    See more | Go to post

  • waqasmgl
    started a topic DOS Output in VB

    DOS Output in VB

    Hi all,

    I have a problem that i m not getting how to solve that.

    I want to execute dos commands from VB6 and want to see the output in a textbox present in the form.

    For example i execute ipconfig command from vb6 then i want to see the output in a textbox.

    Now plz guide me how to execute dos commands from vb6 so that i can see the output in a textbox.

    Thanx
    See more | Go to post

  • waqasmgl
    replied to Problem in DB Import
    Thanx Oralloy for your kind reply.
    See more | Go to post

    Leave a comment:


  • waqasmgl
    started a topic Problem in DB Import

    Problem in DB Import

    Hi all,

    I m having trouble in importing a sql file.
    I m using MySql 5.1.36.
    Using WAMP Server Version 2
    phpMyAdmin version 3.2.0.1

    Following error was displayed by phpMyAdmin
    Code:
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'U' at line 1
    
    U�S�E� �[�I�U�A�O�S�]�
    ...
    See more | Go to post
    Last edited by waqasmgl; Aug 18 '10, 07:52 PM. Reason: Edit Heading

  • waqasmgl
    replied to Display HTML on a page
    Thnx all problems solved.
    See more | Go to post

    Leave a comment:


  • waqasmgl
    replied to Display HTML on a page
    Thank you very much.
    But can i use the same function for javascript?
    i ll try this with javascript too....
    See more | Go to post

    Leave a comment:


  • waqasmgl
    started a topic Post form to a new window

    Post form to a new window

    Hi all,
    This is a very small and easy problem but i m failed to solve it.

    I want to post my form, but i want it to be posted on to a popup window.
    Following is my doing:

    Code:
    <form id="report" name="report" action="report.aspx?id=1&authorId=2&reportType=post" method="post" onsubmit="ShowPopupWindowXY ('report.aspx?id=1&authorId=2&reportType=post', 400,
    ...
    See more | Go to post

  • waqasmgl
    started a topic Display HTML on a page

    Display HTML on a page

    Hi,
    I want to display HTML on a page.
    For example:

    If i have following values in a variable:

    Code:
    Dim str As String
    str = <html><body><h1>Hello Html</h1></body></html>
    Then on html page i want to show these exact value not the formated text.

    On page this will appear:
    Code:
    <html><body><h1>Hello Html</h1></bo
    ...
    See more | Go to post

  • waqasmgl
    started a topic System or Server Current Time
    in PHP

    System or Server Current Time

    Hi all,
    Following is my question:
    how to get the SYSTEM TIME OR SERVER TIME in this format (hh : mm : ss)

    Thanx in advance
    See more | Go to post

  • Thanx to everybody i have solved this problem.
    See more | Go to post

    Leave a comment:


  • URL of current page in ASP.NET using VB.NET (Urgent)

    hi,
    i want to get the url of current page. I dont want to get only the page name. I want to get the whole url including the query string.

    I used this Request.ServerV ariables("URL") but it only returns me the page name.

    For example current url is : index.aspx?id=1 0&return=50
    It returns me only index.aspx. But i want the whole url.

    Thanx in advance.
    See more | Go to post

  • waqasmgl
    started a topic Simple JavaScript

    Simple JavaScript

    Hi,
    I want to do this.

    Code:
    <a href="registration.aspx?returnUrl=<Current Page URL>">Registration</a>

    I want to place current pages' url in query string. I m doing this :
    Code:
    <a href="registration.aspx?returnUrl=javascript:current();&sessionTimeout=25&cancelUrl=javascript:current();">Registration</a>
    Current Function :
    Code:
    <script type="text/javascript">
    ...
    See more | Go to post

  • Whats wrong with this AJAX Code? Not working in FireFox

    Hi,
    I m confused about following ajax code. Where is the problem? Working good on IE but not on FireFox?

    Please sort it out.

    Code:
    <script type="text/javascript">
    function loadXMLDoc()
    {
    if (window.XMLHttpRequest)
      {// code for IE7+, Firefox, Chrome, Opera, Safari
      xmlhttp=new XMLHttpRequest();
      }
    else
      {// code for IE6, IE5
      xmlhttp=new
    ...
    See more | Go to post

  • waqasmgl
    replied to Operation must use an updateable query
    I m so sorry for my rude behavior, that was because of tension i was facing at that time... i need to show the site to my customer the very next day and i was tensed.
    Thank you very much for being understanding.
    See more | Go to post

    Leave a comment:


  • waqasmgl
    replied to Operation must use an updateable query
    I got my problem.... i tried many times but didnt try the error search. This problem occurs when we dont have permission to write on database folder.
    I asked my server support and they gave the rights to me now its all ok...
    But i m amazed that none of u knw this.
    See more | Go to post

    Leave a comment:


  • waqasmgl
    replied to Operation must use an updateable query
    Sir my syntax is OK.... Code is all ok... but i m confused why i m getting this error?
    I m using an updateable query then why the server is giving this error?...
    See more | Go to post

    Leave a comment:


  • waqasmgl
    started a topic Operation must use an updateable query

    Operation must use an updateable query

    Below is the code i am using to insert a record in msaccess database.
    I am getting an error that bcmd must use an Updateable query.
    Error screenshot is attached....

    Code:
            Dim strsql as string, rGender as string
    		dim BCon As OleDbConnection
    		dim bcmd as OleDbCommand
    				
    			if rbMale.checked = false then 
    				rGender = "Female"
    			else
    				rGender = "Male"
    ...
    See more | Go to post

  • waqasmgl
    started a topic make an exe file

    make an exe file

    i am making a database and i want to make him a portable database whuch can use on any computer without any compiler.plz solve my problem its my first database.
    See more | Go to post

  • waqasmgl
    started a topic Function
    in C

    Function

    how can i make a function to change text color?


    Thanx
    See more | Go to post
No activity results to display
Show More
Working...