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
User Profile
Collapse
-
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 -
Problem with Security exception
im doing a project which connects .net to a database
i get an error each time it runs
this line keeps giving the errorCode:objCustomersDA.FillSchema(objDataSet, SchemaType.Source, "Customers")
"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... -
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?...Leave a comment:
-
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. *;... -
-
jPanel problem
is there anyway to "lock" the size of a panel.. so it cant be resized by the user using the mouse? -
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;
...
No activity results to display
Show More
Leave a comment: