Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Tools And Utilities
Remove
Platform
Any
License
Any
Dear pro programmer ^^ i just wanna ask which language do a LCD TV use? i want to make a file into my pendrive to command the lcd tv to run my Pendrive image folder and slideshow it. please help me....
Well here is the rest of my program i started to make when i was 15 years. I remember i did not completed it then, so i stared program again in 2001, to complete the program mostly, but still there...
Thanks for the response it helped make things a little bit clearer.
I don't know much about visual basic but I know in standard basic you make it a subprogram try looking that up in your books. In a standard basic compiler you would makesure that the subs and strings...
Make this condition Reverse order may be done or contact me at soni16_sachin@yahoo.co.in
question
what is the difference: (define)
char var
char* var
char *var
char** var
char var[]
char* var[]
char** var[]
not so basic I always get confuse If you...
It's acually a better idea to make an rpg within visual basic because visual basic is better with databases such as mysql.
Text from there?
There is no form1.cpp file either, should there be?
Apologies for this very basic question, I tried to search, but couldn't find anything on it. I found a lot of help setting...
: #include
: char hot[]="anoop";
: HWND hWnd;
: LRESULT CALLBACK WndProc(HWND hWnd,UINT m, WPARAM wParam, LPARAM
: lParam)
: {
: switch(m)
: {
:
: case WM_CLOSE:
:...
Hi,
I am newbie on VB6 or you can say that am in learning stage,
I have a doubt,
I have a VB6 program & I want to make that to a .exe file,
how can i do it,
please guide me ..
(the version...
#include
char hot[]="anoop";
HWND hWnd;
LRESULT CALLBACK WndProc(HWND hWnd,UINT m, WPARAM wParam, LPARAM lParam)
{
switch(m)
{
case WM_CLOSE:
DestroyWindow(hWnd);
break;...
Yeah. there is no standard for .DAT files. It's a basic extension alot of people use as it is self explanatory. Like Atex said, post it here and we can most likely make a program to extract it.
Package and devlopment Wizard.
Do not forget to include all referenced files
and backend files in setup.
: Hey, I'm writing a simple app to randomly generate sequences of the
: letters GATC (never mind why) and I'm having a "Cannot find Symbol"
: compiling issue. I'm rather new to the JDE I'm using...
Hey, I'm writing a simple app to randomly generate sequences of the letters GATC (never mind why) and I'm having a "Cannot find Symbol" compiling issue. I'm rather new to the JDE I'm using (jGRASP),...
So I'm new at learning at Pascal, and I'm just trying to make a simple circumference program. This is what I have:
program Circumference;
const
pi = 3.14159265;
var
radius :...
: To write such programs you will need extensive knowledge of
: programming. Modern web browsers are for example quite complex, with
: lots of multi-threading etc. You need to learn socket...
Hello, I have two seperate topics.
1) I would like to make a program that would give the user certain abilities based on, who is logged into Windows. Windows Server 2003 and Visual Basic 6 is...