Has anyone ever used jwplayer to play multiple flv files consecutively
Has anyone ever used jwplayer to play multiple flv files consecutively? So far I can play a single movie but I can't play one after the other code so far: Imports System.IO Imports System.Net.Sockets...
View ArticleHow do I reference content from an external library I have created?
Hi all, I having trouble correctly referencing a content project of an external library project I have created. I created a windows game library project ('ComponentLibrary') and added a content project...
View ArticleWhat is your favorite *nix shell? Why?
So, answer the poll, but try to give a reason in a reply. Also, I just took the most popular shells I could with a quick search. If your favorite shell is not listed, select other and enlighten us....
View ArticleTrying to attach dll
I've read that dll's should be called automaticaly, when .exe file, placed in the same folder is called. So I made simple code ( to be sure that dll is attached ): #include "Windows.h" BOOL WINAPI...
View ArticleImages in or out of Jar file?
Hello, so another "theory" question, which way is better having your images in your jar file or outside the jar file? I wanna try to maximise the speed of the game Thank you Bob
View ArticleCursor problem
Hey guys. After so many searched, I made what I was looking for... To implement an custom icon cursor. I have loaded my .ico into resources and in Form Constructor, I loaded the cursor with:...
View ArticleReverse X & Y axis
Hey, I'm making a program to show the coordinates wherever the mousecursor is. That part is done. But right now the coordinates is showing from top to bottom. It starts at 0 at the left top corner, and...
View Articlejoining windows forms
i was wondering how chrome and firefox uses two windows and joins them a runtime, i have seen it done in some projects but have never played the the code myself had no use of it til this point in my...
View ArticlePossible to invoke text?
Hi, I have come across a little problem. I am attempting to create a log in system for a college course I have taken. It requires you to make a secure log in system. What I am trying to do is invoke...
View ArticleDrawing Image From Multiple Images
Is there a way to draw an image from multiple images. Such as divided into several 16x16 to create an single image.
View ArticleTextbox lines to listbox? "Index was outside the bounds of the arr
Hi, I'm making a program and a small part of it includes a multi-line textbox and a listbox. After entering text into the textbox the user would click a button and each line in the textbox will become...
View Articleproblem the loadin data
do not load the data in form I press the enter key and call the function but this function call and do not load data,after that stuck the program I,m using access data base hear is my code Private...
View ArticleFriend Function Not Working?
I have two classes Dealer and Players (this is a poker game). I am trying to deal the player's their cards so I have a function name DealPlayerCards(Players player[]) in Dealer class that I have...
View ArticleIndexOutOfRangeException Problem!
So i'm writing a DLL injector using a DLL injection library I found. It works well except for this: Heres all of the injection code: //inject dll here var injector =...
View ArticleQuestions about duplicating an array
I do not know what means or how to solve it Here is the Question : Write function duplicate( int x[],int s) that receives an array of integers, and its size. the function duplicates all array elements....
View ArticleNumberFormatException onBufferedReader to read doubles into ArrayList.
Hello peeps. I'm new to bufferedreader. I'm using it instead of scanner because my program has to save on memory. But it seems like a headache. What I'm trying to do is read in a line of doubles.. I...
View ArticleWondering how to set up a simple chat program
I have no code for this whatsoever. Just wondering how hard it would be.
View Articleupdate syntax error in vb.net
cmd.CommandText = "UPDATE master SET appl_no='" & Me.app_id.Text & _ ", c_name='" & Me.app_name.Text & "'" & _ ", h_f_m_name='" & Me.appfm_name.Text & "'" & _ " WHERE...
View ArticleCompiling JSP Without an IDE
Hi, I have a Project where I need to create a JSP Website. This is not the First time I created these types of site, but I am trying to challenge myself and create this one without an IDE. The Main...
View ArticleRandomising 2 numbers in a row is giving same random number?
hi all , for my little challenge i have been asked to get two random numbers for x and y so i have wrote in int x = r.NextDouble(); int y = s.NextDouble(); (i have created new randoms ar beginning...
View Article