User Profile

Collapse

Profile Sidebar

Collapse
pleb
pleb
Last Activity: Mar 17 '08, 09:37 AM
Joined: Dec 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pleb
    started a topic basic Error
    in .NET

    basic Error

    Error 1 Error creating Win32 resources: Error reading icon 'C:\Documents and Settings\Applic ation Data\Microsoft\ VisualStudio\8. 0\VSProjectAppl ication.ico' -- The system cannot find the file specified.



    anyone no how to fix this.. thanks in advance
    See more | Go to post

  • pleb
    replied to Problem with Security exception
    in .NET
    thanks for taht i fixed it... however im now getting...
    Error creating Win32 resources: Error reading icon 'C:\Documents and Settings\Applic ation Data\Microsoft\ VisualStudio\8. 0\VSProjectAppl ication.ico' -- The system cannot find the file specified.

    any ideas?
    thanks in advance
    See more | Go to post

    Leave a comment:


  • pleb
    started a topic Problem with Security exception
    in .NET

    Problem with Security exception

    im doing a project which connects .net to a database
    i get an error each time it runs
    Code:
    objCustomersDA.FillSchema(objDataSet, SchemaType.Source, "Customers")
    this line keeps giving the error
    "Request for the permission of type 'System.Data.Ol eDb.OleDbPermis sion, System.Data, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b77a5c561934e08 9' failed."

    can anyone tell...
    See more | Go to post

  • pleb
    replied to possible FileInput/output problem
    in Java
    Sorry complete newb at this... Yes it will be preforming calculations but the "Admin" have to be able to set/change the ticket prices.. Thus im thinking the Price per ticket has to be read form the text file first?...
    See more | Go to post

    Leave a comment:


  • pleb
    started a topic possible FileInput/output problem
    in Java

    possible FileInput/output problem

    Hey Guys,

    if i want to get the total price in
    total = new JTextField(20);
    c.add(total);

    would i first have to save the price per ticket in a text file and then open that file. Muliplying this then by the number of tickets purchased?.. or is there an easier way?


    [CODE=Java]
    import java.awt.*;
    import java.awt.event. *;...
    See more | Go to post
    Last edited by BigDaddyLH; Mar 12 '08, 06:24 PM. Reason: added code tags

  • pleb
    replied to jPanel problem
    in Java
    nice one thanks very much...
    See more | Go to post

    Leave a comment:


  • pleb
    started a topic jPanel problem
    in Java

    jPanel problem

    is there anyway to "lock" the size of a panel.. so it cant be resized by the user using the mouse?
    See more | Go to post

  • pleb
    started a topic Problem with login screen
    in Java

    Problem with login screen

    hi.. when i hit run all i get is the Clear button which fills the whole panel and nothing else comes up anyno where i went wrong

    import java.awt.*;
    import java.awt.event. *;
    import javax.swing.*;

    public class Login extends JFrame implements ActionListener
    {
    JPanel cardHolder;
    private CardLayout card;
    private JLabel label1, label2;
    private JTextField username;
    ...
    See more | Go to post
No activity results to display
Show More
Working...