Drawing to an image to later be used as background
I've been working on this problem for a while, and am not even sure how to phrase it exactly... What I'm trying to do is print a grid onto an image one time so that it can later be used as a background...
View Articlei want to add the total correct but idont how to do
import javax.swing.*; public class one{ public static void main(String[]args){ String Category = JOptionPane.showInputDialog(null,"Category:"+"\na: Math"+"\nb: Science"+"\nc: Social"+"\nd: PE");...
View Articlehow to creating own contextmenu using javascript
[b]Hi All, how to creating own contextmenu same as IE contextmenu of right click using javascript,please find help me its
View ArticleDataReport Error
Hello Guys, I hav a Code For My Report in Daily .I don't know why there is nothing show the records. even though the Error not Popup. This is My code guys. Help Me Guys Dim rsReport1 As New...
View ArticleDont know how to change my main method
Im trying to copy a Method example from my book, but it does not give me the entire code. I know that my 5th line is wrong, but I don't know how to fix it. import java.util.Scanner; public class method...
View ArticleWhy is it needed to create objects?
I mean why do we have to create an object? 1. class1 obj= new class1(); 2. class1 obj; can't we just create it like the 2nd method?
View ArticleConstruction of an RPG
Hey guys. I've attempted it before, but I am now going to try again with building a text-based RPG. In this thread, I will not be asking for help with coding. I am simply asking if my approach to this...
View ArticleHow to retrieve from listmenu or drop menu and checkbox?
How to retrieve from this three list menu and two check box? <table width="257" border="0" align="center"> <tr> <td width="32"> Date: </td> <td width="215"> <select...
View Articleoutputting a random word on a label (vb6 typing game)
Good day all!! I'm a college student and we've been given the task of making any vb6 game as a project. I've decided that i'd make a simple typing game where words would pop out of a label for a few...
View ArticleIndex out of range
Hi, I'm having error message :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index I'm trying to get the value in datagridview from combobox....
View ArticleWhere can i find "WinBase.h".
I am using turbo c++ 4.5, and intend to read and write file using win32 API. I've applied CreateFile(), but it shows an error:"Call to undefined function".I think i need Winbase.h file.
View ArticleCan I get some advice with browser game item system/db?
Hello, I've been developing a little browser game as a side project for a while now. I currently have a decent amount of features in the game, such as combat, messaging, inventory, equipped items,...
View ArticleLoad Image Value
Hello to all, I have an 4 jpeg images in a form and want to drag and drop those images randomley to empty images and i want to know what are the images i drag and drop to empty box. please help me on...
View Articlewhere are my errors
#include <stdio.h> #include <stdlib.h> #include <math.h> int main() { int age, weight, height, meters, inches, feet, BMI; char Height, ch; printf("Please enter your age: ");...
View ArticleDynamic array to store strings
#include <string> #include <iostream> #include <memory> int main() { std::string s1; std::string s2; while(std::cin >> s1 >> s2) { std::string s3 = s1 + s2; int size =...
View ArticleHow to create master detail data entry forms in VWD
I am facing some problem regarding designing of master detail data entry form in vwd,i have vwd 2012 and i have two tables one have primary key and second table have foreign key i just want to design...
View ArticleGet information from certain row and display
I got a text file load in text box. I need to get information from text box at row 7 and display in label how to do so? i try to use contain but it seems doesnt work on that way. Please help. Thanks
View Articlejava timer animation
hello , im trying to get a circle on my canvas to move( animate) , when i press go. I thought i had it down , but the circle wont move lol. im thinking maybe it has to do with the timer , maybe i didnt...
View Articlejava timer animation
hello , im trying to get a circle on my canvas to move( animate) , when i press go. I thought i had it down , but the circle wont move lol. im thinking maybe it has to do with the timer , maybe i didnt...
View Articlejava timer animation
hello , im trying to get a circle on my canvas to move( animate) , when i press go. I thought i had it down , but the circle wont move lol. im thinking maybe it has to do with the timer , maybe i didnt...
View Article