No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
32 Posted Topics
hi i need to connect a vb application to a mysql database which is in a remote server plz suggest solutions thank u very much
hi all i have a vb application and i need to include this in a php page i tried the exe file of the application to include in the php page but i have to download it to run what i want is to call this vb application as part …
hi i dont know how to install ijl11.dll i have a exe version of it and how could i incorporate this dll to my application
can anybody tel me what are the steps in capturing images from a webcam using java
if anyone knows how to capture images from a webcam or digicam using vb plz help
hi i have 3 form and an exit button in 3rd form i want to close the whole project when i click exit i think unload me can only stops that particular form i want to close the whole project thank u very much
hi all i want to know how to print some thing which is beyond the boundaries of a page. for example i have a page in php which generates identity cards of certain number of students what i want is restrict the number of ids in one page to 4 …
1.Dim d As String 2.d = Format(Now(), "dddd, yyyy mmmm dd") 3. MsgBox (d) 4.If Dir("c:/", Photos & d) = "" Then 5.rspCreate = MsgBox("Directory doesn't exist, do you wish to create it?", vbYesNo) 6.If rspCreate = vbYes Then 7. MkDir "My Documents/swapna" 8. End If i want to create …
hi i have a vb application an to invoke it in a php page i used exec('app.exe'); but before this statement i have a lot of echo statements but when the page is loaded the echo statements are not displaying and the application is running and when i exit from …
Am using this code(shown below) 4 uploading an image. while using this getting an error like 'there was an error moving the uploaded file" what could be the reason for this? Though an error occurs,am still able to upload the image successfully. ie the image is saved at tha intended …
hi there i want my forms do not move is there any property that sets it at a fixed position thank u very much
hi there i have a vb application and its exe and i know how to call an exe in a php page but my problem is , i need to place the exe in a fixed position in the php page is it possible and if yes how plz let …
hi i want only that part of a picture which is visible in picturebox the picture may be larger than the picturebox but i want to copy only the visible part anybody help thank u vey much
hi i have two forms in the first form i used form2.show and in the second form from1.show but i want to reload form1 again on button click event in form2 is it possible to reload the form as it was first appeared thank u very much
i m doin a project in which i need to use ftp for that i need to include the modJPEG.bas anyone know how? thank u very much
hi is it possible to run a java application on a linux server if so, is it possible to run the exe of the application in the linux server or an applet should be called initially i was doing my project in vb and since it is not possible to …
hi there when im trying to connect to a remote mysql server im getting an error i searched for it and i came to know that MySQL database server remote access disabled for security reasons by default and they provided with lot of steps to enable it the problem is …
hi there in vb is there any possibility to get the ip of a system hope help thank u very much
is it possible to capture images using php plz help thank u very much
is it possible to print the vb for without its title bar
i need to develop an application in which there is a web cam or digi cam and my application must take the photo of a particular person and save it in the database. the focus may also be changed plz suggest thank u very much
hi anyone know how to call/run a vb application from a php page
is it possible to run a vb application using a link in a php page
how can i retrieve photo saved in a folder
i need to generate an id card for that i need to display the details such as name etc which must be accessed from a mysql database and now i know how to connect to mysql database and use select statement but dont know how to display the data accessed …
im getting an error while using Text1.SetFocus the error is invalid procedure call or argument i used this in the form load and i suppose it is used to bring the cursor in the textbox during form load
is it possible to pass the value of a text box and the caption of a label from one form to another
u will require the latest version of Connector / ODBC (formerly MyODBC), (currently 3.51.06). download and install it. then use the following code Dim rs As ADODB.Recordset Dim adoconn As ADODB.Connection Private Sub Command1_Click() Set adoconn = New ADODB.Connection adoconn.ConnectionString = "DRIVER={MySQL ODBC 3.15 Driver};SERVER=servername;DATABASE=dbname;UID=userid;PWD=password;OPTION=3;" adoconn.Open Set rs = New …
i also have the very same question i need to select a photo from a folder and my database is mysql database
hi thanks for ur suggessions now i got mysql connection with vb but i need to use the mysql Queries in this application hope i wil get solution thank u very much
hi there thanks guys now im able to connect to the mysql database and know how to use select statement to access the the data in the database but what to do to view the data retrieved by the select statement
The End.