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
T

The_Soul_Of_Rock

@The_Soul_Of_Rock
About
Posts
25
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Client - Server
    T The_Soul_Of_Rock

    Please show me how to program an application client - server. user user server application must be control the client application. Thank in advanced. Thanks Rock Throught The Night

    C# sysadmin tutorial

  • E-Commerce
    T The_Soul_Of_Rock

    sorry. i mean i want to write down an e-commerce site but i do not know how to do payment in my site. thanks Thanks Rock Throught The Night

    ASP.NET tutorial

  • E-Commerce
    T The_Soul_Of_Rock

    Please show me how to do an e-commerce site. Thanks a lot Thanks Rock Throught The Night

    ASP.NET tutorial

  • E-Commerce
    T The_Soul_Of_Rock

    please show me how to do an ecommerce page. Thank in advance. Thanks Rock Throught The Night

    C# tutorial

  • ShutDown Computer
    T The_Soul_Of_Rock

    What can i do to shut down a computer near me ( on the LAN 1network ) Thanks Rock Throught The Night

    C#

  • ToolboxBitmap Icon
    T The_Soul_Of_Rock

    [ToolboxBitmap(typeof(myNamesapce.myControl), "myNamespace.FlatComboBox.bmp"] How can i change the icon defaul of the custom control Thanks Rock Throught The Night

    C# question

  • PictureBox Problem
    T The_Soul_Of_Rock

    the " currentPath " and the newPath is the same Folder and the " currentFileName " and "newFileName" is the same too so the error occur. Rock Throught The Night

    C# help database

  • PictureBox Problem
    T The_Soul_Of_Rock

    i known the error is File.Copy line but i cannot find out the to correct it. please help me again thanks Rock Throught The Night

    C# help database

  • PictureBox Problem
    T The_Soul_Of_Rock

    the problem is here: string currentPath; private void frmPicture_Load(object sender, System.EventArgs e) { currentPath = @"D:\Image\1.jpg"; this.pictureBox1.Image = Image.FromFile(currentPath); } private void updateButton_Click(object sender, System.EventArgs e) { if (File.Exists(currentPath)) { string newPath = Application.StartupPath + @"\PatientImages\" + arrISN[index].ToString() + ext; this.pictureBox1.Image = null; File.Copy(currentPath, newPath, true); } } Error: the process cannot access the file "D:\.." because it is being used by another process. what can i do to correct this problem. thanks. Rock Throught The Night

    C# help database

  • setup project
    T The_Soul_Of_Rock

    what kind of set up tool that you are using. Rock Throught The Night

    C# question workspace

  • Attachment Database
    T The_Soul_Of_Rock

    thank you very much.;) Rock Throught The Night

    C# database sql-server sysadmin

  • Attachment Database
    T The_Soul_Of_Rock

    In MS SQL Server, it's got an attacth and dettach database, so i want to write a programme to do that, but i do not know where to start. Thanks Rock Throught The Night

    C# database sql-server sysadmin

  • Print Picture
    T The_Soul_Of_Rock

    please show me how to pint the image by using the printer when i pess the print button thanks Rock Throught The Night

    C# question graphics help

  • Print Picture
    T The_Soul_Of_Rock

    I have a picture on picture box and I want to press a button to print it but it not work how can i correct this: private void button1_Click(object sender, System.EventArgs e) { try { PrintDocument pd = new PrintDocument(); pd.Print(); } catch (Exception ex) { MessageBox.Show("An error occurred while printing", ex.ToString()); } } private void pd_PrintPage(object sender, PrintPageEventArgs ev) { string path = @"D:\PatientImages\10.jgp"; ev.Graphics.DrawImage(Image.FromFile(path), ev.Graphics.VisibleClipBounds); ev.HasMorePages = true; } and i want to print direct to printer so how can i do it? Thanks in advanced Rock Throught The Night

    C# question graphics help

  • Image Printing
    T The_Soul_Of_Rock

    I got a pictureBox and I put an image on it. please show me how to print that image. Thanks Rock Throught The Night

    C# tutorial

  • CheckBox in DataGrid
    T The_Soul_Of_Rock

    can anybody show me how to add checkboxes to DataGrid and how to know the items that is checked. :doh: Rock Throught The Night

    C# tutorial

  • Save Image
    T The_Soul_Of_Rock

    once more question: how to get the file extension. Thanks Rock Throught The Night

    C# question

  • Save Image
    T The_Soul_Of_Rock

    how can i save an image to a directory that i want with out using SaveFileDialog. Thanks Rock Throught The Night

    C# question

  • TreeView
    T The_Soul_Of_Rock

    how to load the data in database into the treeView thanks Rock Throught The Night

    C# database tutorial

  • Embed application
    T The_Soul_Of_Rock

    How can i embed an excel application for windows form in c#. and how can I define a formula for the cell that I want. Thanks Rock Throught The Night

    C# csharp question
  • Login

  • Don't have an account? Register

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