How to make a browser game in flash?
Hello everyone. I was wondering how one would go about creating a game similar to this one: http://www.sfgame.us/ . It seems like it is a game with no graphics made in flash. It is an mmorpg where you...
View ArticleCreating a "student" class. Homework help. (NOVICE)
I'm very new to programming, I'm in an intermediate class and just barely passed the intro course. For my assignment I have to write 2 programs, the first one consists of creating a "student" class...
View Articleupdate and delete cascade
Hi everyone, I have a question is it possible to use update and delete cascade function on a primary key referenced as as foreign key which are set to auto-Incerement to update and delete items in both...
View ArticleVB.net Screen Capture Image Problem!
Good day dreamincoders here's my problem: i always get half or 1/3 of the image when i'm taking a screen capture. here's my code on server form dim bytedata(100000) as byte Private Sub OnReceived(ByVal...
View ArticleMenu Guided UI - Switch Statement
Hi All, I have a menu-based UI where the user inputs a number 0-3, to choose from the options. I'm trying to figure out a way to guard against a user inputting a completely erroneous value (for example...
View Articleusing dataevniroment database connected,problem with next and pervious
I have create a database in access and connect to vb through dataenviroment but add ,update , delete ,edit button is working but problem with next,previous button can any describe what will be the code...
View Articlehow to make a class diagram for a java based project if made innotepad
hello friends..i have made a order processing system in java using notepad and i want to draw a class diagram of my project. how do i it can any body provide me with some guidance becoz i have not used...
View ArticleInconsistent Jframe Size
My window component looks like cropped. The size when run and size in properties (minimumsize and preferredsize) is different. This happened both with Free Design or Absolute Design. What is the...
View ArticleMethod to Search Event ID in EventLog
Hello Everybody! I try to construct a method that searches for an EventID in EventLog. If it finds the value it return false, if not it returns true. The problem is the method has an error ..."return...
View ArticleBest way to make my prog more OOP friendly
Hi Guys, Im totally new to Java been leaning for last couple weeks. Im getting there but obviously loads to learn. I'm hoping this forum will be the place that helps me to grow. So to the task at hand....
View Articleupdating a BufferedImage from iplimage
I need to know how to update a BufferedImage. Some friends and I are creating a stop motion program. We're using JavaCV which means that while we got the engine built we were just using CanvasFrame but...
View Articlelabel not showing on form
Public Class standingForm Private thisConf As Conference Dim label1 As New Label Dim label2 As New Label Dim label3 As New Label Dim label4 As New Label Dim label5 As New Label Dim label6 As New Label...
View ArticleHow to check the given formula is tautology or not using recursion?
Hello. I am trying to do some exersices about tautology checking. I can check it using truth table, but I have problem with writing code. Please give me sum hints. how can I start to think and write...
View ArticleFTP Uploading crash issue
Basically the program uploads multiple files selected by the user one by one onto an ftp server while uploading an html file named after those individual filesonto the same server. Dim dr As...
View ArticleQuestions regarding iphone game designing.
Hi Friends, I am working on my very 1st iPhone game and developer asked me to provide graphics compatible with Cocas2d-x and Unity framework. I am bit confused here in what format i should provide him...
View Articletask: to retrieve data from access file to textbox1 on button click
using System; using System.Configuration; using System.Data; using System.Data.OleDb; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using...
View ArticleWhy "Only parameterless constructors and initializers are supporte
This is the original code. It exports blog articles to XML. The articles have a default constructor ("parameterless") and they have 3 fields which are ArticleId, Title and Content. [HttpGet] public...
View ArticleAdding data to one column like a sentence in vb.net
Hello Friends, Again I have a problem, not actually a problem but I dont know anything about the answer I have got three columns in my database viz. col1, col2, col3 These columns has some data like...
View Articlemy task is to write to a .dat file
I recently posted some code and tested the code with a .txt file. now that I have the code working my task is to change the .txt to a .dat file, now my code does not write to the file. Am I missing...
View ArticleHow to identify whether the table is in 5 th normal form or not ?
Hi every one, I am preparing for exam , i need info for fifth normal form, in our exam we need to identify whether the table is in Fifth normal form or not . can some body explain how to recognize...
View Article