• Member Avatar for oussama_1
    oussama_1

    Began Watching Make user and custom controls operate at design time

    I've built several user/custom controls in the effort of saving space on my UI main screen. Slide in/Sliode out, collapsable controls save a lot of space on the screen for …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Make user and custom controls operate at design time

    Use Control.Parent = Panelx example : button1.parent = panel1 the button1 is now attached to panel1, so that when you hide or move the panel the control in it(button1) will …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Arrays and more ...

    Ok in the inner loop, [j] should always be a one step ahead of [i]: public static int[][] Puzzle(int[] numbers, int x) { int rows = 0,a = 0; for …
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Arrays and more ...

    Hey guys, another one that I got stuck on(Although I passed 4000 points, soon to be on the leader board!:D) ... so here is the idea I have an input …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Arrays and more ...

    You need to return all possible combinations, so you need a method that returns a multidimensional array. Ok let's start with the main method; we will create a sample array …
  • Member Avatar for oussama_1
    oussama_1

    Began Watching 2d array

    Hey guys, I need to produce an output such as {{0,0,0,0,0}{0,0,0,0,0}{0,0,0,0,0}{0,0,0,0,0}{0,0,0,0,0}}; I have no input paramethers so I assume I need to have int[] array= {0,0,0,0,0} and then make 2d …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in 2d array

    Yes, you can improve it: int [][] arrayOfSets = new int[5][5]; and that's it, an array of type int will have a 0 in each cell by default.
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Error: Could not find or load main class apples.class

    Hi guys, so I started learning Java 2 minutes ago and I have already encountered an error. The error is Error: Could not find or load main class apples.class and …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Error: Could not find or load main class apples.class

    What did you write in the cmd?
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Need name and logo idea for program

    Welcome :)
  • Member Avatar for oussama_1
    oussama_1

    Stopped Watching Ruin the above poster's wish.

    I found this game on another forum and found it really very interesting lets start it here :) hope everyone will enjoy it Make a wish, and let the next …
  • Member Avatar for oussama_1
    oussama_1

    Stopped Watching Scrabble

    So the game works like this: We start with a word, and each person must change that word. You must change **one letter only**, and you **may not add or …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Scrabble

    goal
  • Member Avatar for oussama_1
    oussama_1

    Stopped Watching Memorable Quotations

    Once harm has been done, even a fool understands it. -- Homer
  • Member Avatar for oussama_1
    oussama_1

    Stopped Watching What movie have you seen lately?

    Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best …
  • Member Avatar for oussama_1
    oussama_1

    Began Watching What movie have you seen lately?

    Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in What movie have you seen lately?

    Perfume: The Story of a Murderer. beautiful story
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Ruin the above poster's wish.

    I found this game on another forum and found it really very interesting lets start it here :) hope everyone will enjoy it Make a wish, and let the next …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Ruin the above poster's wish.

    Granted: surprise surprise, it says in the contract "Gogle" and you didn't notice, you my friend just bought a small plumber company in mexico.. congratulation I wish to be a …
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Need name and logo idea for program

    I have a project in wich i have to create a program making usae of geotechnology. My program revolves around pilots, paragliders and airbaloons. Basicly it has 3 seperate programs …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Need name and logo idea for program

    ![2a021e2ac28430cdd62d76dd91d72191](/attachments/large/4/2a021e2ac28430cdd62d76dd91d72191.png "2a021e2ac28430cdd62d76dd91d72191") ![336f09d717b7e93e3ca7c82915e133dc](/attachments/small/4/336f09d717b7e93e3ca7c82915e133dc.png "align-left")
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Scrabble

    So the game works like this: We start with a word, and each person must change that word. You must change **one letter only**, and you **may not add or …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Scrabble

    boat
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in How to use VB.Net to print from app server to Zebra bluetooth label printer

    Since your printer is on a network and inaccessible through ports you are left with one option, you should target the ip address of that printer so don't use a …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in How to use VB.Net to print from app server to Zebra bluetooth label printer

    Ok so you are assuming it's COM9, to be sure add this code and tell me what happens dim List As New ListBox List.items.addRange(IO.Ports.SerialPort.GetPortNames) for each item In List.Items msgBox(item) …
  • Member Avatar for oussama_1
    oussama_1

    Gave Reputation to jwenting in Calculate current grade in class

    you don't need help, you need a spanking. If you'd paid attention in class you'd have known how to do this... It's simple math, compared with simple programming. Nothing at …
  • Member Avatar for oussama_1
    oussama_1

    Gave Reputation to jwenting in Calculate current grade in class

    you don't need help, you need a spanking. If you'd paid attention in class you'd have known how to do this... It's simple math, compared with simple programming. Nothing at …
  • Member Avatar for oussama_1
    oussama_1

    Began Watching New to netbeans need help with school assignment

    Hi I am new to Java/netbeans. I have been working on a school assignment to create a commission calculator. I have it done I believe but, have some errors. Please …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in New to netbeans need help with school assignment

    * Ok Change line 21 to double fixedSalary = 100000; Reason: Type of variable not declared also a syntax error, you can't add any character such as "," in type …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in How to use VB.Net to print from app server to Zebra bluetooth label printer

    Btw what is your portname in runtime? (msgbox(portname))
  • Member Avatar for oussama_1
    oussama_1

    Began Watching How to use VB.Net to print from app server to Zebra bluetooth label printer

    We have a Zebra QLn420 label printer and I am writing a .Net application to allow the user to scan an item, process it through our system, create a shipping …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in How to use VB.Net to print from app server to Zebra bluetooth label printer

    Are you sure it's connected through "COM9"? (devices and printers >> printer properties >> ports), if yes then add this code before opening the serial port PrinterSerial.DtrEnable = True PrinterSerial.RtsEnable …
  • Member Avatar for oussama_1
    oussama_1

    Created Bad computer habits

    Here's Some of my habits that i picked up over the years, How about you? - Refresh every 5min - my fingers are on "A", "W" and "D" keys - …
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Bad computer habits

    Here's Some of my habits that i picked up over the years, How about you? - Refresh every 5min - my fingers are on "A", "W" and "D" keys - …
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Your favorite...

    What is your favorite thing/person/animal/etc.? Basically, all you do is say what is your favorite based off of the previous persons subject. For example, **Favorite Forum** Response: **Daniweb**. And after …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Your favorite...

    fĂȘte de la musique. What is your favorite password?
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Memorable Quotations

    Once harm has been done, even a fool understands it. -- Homer
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Memorable Quotations

    "Yippee-ki-yay, motherf&$)#*." Bruce Willis
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Things I hate about TV shows

    Cop shows that include a 5 minute foot chase. This is usually the result of the cops shouting out a suspect's name from half a block away instead of waiting …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Things I hate about TV shows

    Have you noticed this pattern in every episode of any tv show - Previously on.. - New issue/new villain - Series introduction (short video) - Commercials - Things are getting …
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Beards

    I have contributed to the 'Real World Computing' section of PC Pro magazine here in the UK for, come the next edition, what will be 20 years. During all of …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Beards

    I have a beard (you can see it in my profile pic), for about 8 years.. i'm 26 now and i don't consider myself as a hairy guy, i mean …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in VB.NET - Simple Game

    @Mr.M Ok the full code is in the attached text file. what i did is that i added the above code(randomize) to line 207. but i have to warn you, …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in VB.NET - Simple Game

    > Line 302 has: control.text = String.Concat("Level ", levelNum.ToString, " Lives ", lives.ToString, " Money: ", rewards.ToString) This would do the same thing in a shorter format: control.text = String.Format("Level …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Building Executable Problem

    Try the publish way, because in this way you can add everything your program needs to operate to the installer, in these 2 buttons ![8943da1c1cad7e22c29ad3d27d185452](/attachments/large/4/8943da1c1cad7e22c29ad3d27d185452.jpg "8943da1c1cad7e22c29ad3d27d185452")
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Building Executable Problem

    Just to be clear, did you go through these steps? your project properties >> publish >> installer path >> publish now >> run setup.
  • Member Avatar for oussama_1
    oussama_1

    Began Watching Building Executable Problem

    I have been working on a project with selenium 2 webdriver for a few weeks. I got to a milestone and decided to compile my project in release mode and …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Building Executable Problem

    Check your Active solution platform if it is compatible with your System type (e.g. 64-bit)
  • Member Avatar for oussama_1
    oussama_1

    Marked Solved Status for Help with QoS Settings

    Hi guys, i was told that with the right settings of Qos in my router, i can prioritize the internet speed between online gaming or watching videos or browsing etc.. …
  • Member Avatar for oussama_1
    oussama_1

    Replied To a Post in Help with QoS Settings

    Thanks

The End.