Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

salemmohamed

@salemmohamed
About
Posts
4
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sorted [modified]
    S salemmohamed

    I have program by java: I want to do the following 1- read from file integer number 2- after reading sort the integer number import java.io.*; import javax.swing.*; import java.util.*; import java.util.Arrays; class read1 { File infile;int n=10; public void getInput() { try { JFileChooser jfc = new JFileChooser(); jfc.showOpenDialog(null); infile=jfc.getSelectedFile(); FileInputStream fis =new FileInputStream(infile); Scanner sc=new Scanner(fis); int[] arrayToSort = new int[] Arrays.sort(arrayToSort); for (int i = 0; i < arrayToSort.length; i++) System.out.println(arrayToSort[i]); } catch (Exception e) { e.printStackTrace(); } } public static void main(String[] args) { read1 e=new read1(); e.getInput(); e.sortIntArray(); } } my question this program execute but problem in this line int[] arrayToSort = new int[]

    modified on Friday, March 19, 2010 8:58 AM

    Java java help question

  • project
    S salemmohamed

    I have project call Managmnet information system for finace, I use the 1- oracle database 10g 2- oracle developer 10g I am not have anything about two this software. I want project alreay did by to this software or toturial

    Database database oracle

  • coloring the row after pressing a button
    S salemmohamed

    Greetings all, I am facing a problem in my project. I created a button that should color the whole row to a red when cloumn " called status" is equal to "open". As an example: when column "status" of that row is "OPEN" then the whole row will be red. When column "status" of that row is "STOP" then the whhole row will be green. and etc depending on the condition. that will be checked in the whole database. Thank you for your help and regards,

    C# help database tutorial

  • how connect to access database by c#
    S salemmohamed

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace lastone { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // TODO: This line of code loads data into the 'database21DataSet.Table1' table. You can move, or remove it, as needed. this.table1TableAdapter1.Fill(this.database21DataSet.Table1); // TODO: This line of code loads data into the 'database21DataSet1.Table1' table. You can move, or remove it, as needed. this.table1TableAdapter.Fill(this.database21DataSet1.Table1); } private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { } private void groupBox1_Enter(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { this.table1TableAdapter.Update(database21DataSet1); MessageBox.Show("Updated ,,,successfully"); } private void button2_Click(object sender, EventArgs e) { } private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { } } }

    C# csharp database linq graphics announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups