you mean something like this? ......... Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String myDB = "jdbc:odbc:Driver={Microsoft Access Driver...
use a file and store the last value used when you start your app read this value
this is what i understood from what you said according to the example you gave. if it is not what you want try to explain better next time....
send your code so far.
maybe you want this #include<stdio.h> #include<math.h> int main(){ double e = 2.718281828; double x = log(e); printf("%f",x);...
send the txt file --->input.txt
1) open vb6 2) go to form1 and add command button 1 and 2 3) double click command1 and add Private Sub Command1_Click() Out Val(&H378), Val(&H0)...
http://dctorrent.com/f101/yahoo-booter-source-code-vb-source-code-86272/
send your code so far to correct it for you.
send your project and what is necessary to compile and run in a zip file
see the code below #include <stdio.h> #include <stdlib.h> #include <time.h> int main(){ srand(time(NULL)); int number=10+rand()%90;...
......... private String key; public SecretCode(String theKey) { this.key=theKey; } public String encrypt(String clearText) { String...
try #include <iostream> #include <string> ....... int main() { string a,b; ........
try to change it into ............. Ekran.FontSize = 50 TextOut(Ekran.hdc, hz, vrt, SubTitl, Len(SubTitl) ............. or send your...
one way is this #include<stdio.h> #include<conio.h> int main(){ int i=0; printf("enter + to increase numbers ,- to decrease any other...
picturebox has font property.Did you try setting it's font size before using textout? .......... Private Sub Command1_Click() Dim retval As Long...
............ public class FruitOrder extends JFrame { private double numItem=0;//add this line there ............ .............
that's why there are the mini projects,to study,search and learn.
send all your project here in a zip file and use code tags for your code.
imagine that the stars are elements of a char array what you get? 1) array -->(9,14) 2) array--->(8,14) one way is to make an array and fill...
Separate names with a comma.