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
A

aPerfectCircle

@aPerfectCircle
About
Posts
17
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CrystalReport
    A aPerfectCircle

    I developed a c# application for my roomate's laptop ,I tried run my exe file on his laptop and I was getting an error message so after spending many hours trying to figure out whats going on, I realised that my crystalReport portion of the code was causing the error, so I had take it off the project . so do you guys know why it wont run if I use CrystalReport ??? ps: the application runs fine in myh laptop I guess cause I have the compiler, my roomate's laptop has only the .framework. thanks in advance

    aPerfectTool

    .NET (Core and Framework) csharp help question

  • crystalReport
    A aPerfectCircle

    I posted a message few weeks ago about me trying to run my exe file on my roomate's laptop, I finally got it to work by taking the crystalreport off the project, so do you guys know if I need to download anything beside the frame work to make my crystal report work on my roomates laptop ???

    aPerfectTool

    C# question

  • run exe on different computer
    A aPerfectCircle

    I installed the .net framework on his computer, tried to run another small c# application worked just fine, but one I try the application I wrote for him or any other application with several methods I get the error message "Budget.ece has encoutered a problem and needs to close.we are sorry for the inconvenience" I really need to run the exe file on his computer spend alots of time woriking on it so please help !111

    aPerfectTool

    C# csharp help question

  • how to pass parameter to CrystalReports ?
    A aPerfectCircle

    you can also check this link out, it might be useful for what you looking for

    aPerfectTool

    C# tutorial csharp question

  • run exe on different computer
    A aPerfectCircle

    I'm doint right now, I really thought u can run the exe file on any windows based computer, I guess I was wrong, thanks for the tip :)

    aPerfectTool

    C# csharp help question

  • run exe on different computer
    A aPerfectCircle

    I dont thinki he does, he just bought new laptop with windows xp , :(

    aPerfectTool

    C# csharp help question

  • run exe on different computer
    A aPerfectCircle

    I m trying to run the exe on my roomate's laptop, but I'm getting the following error "the application failed to intiliaze properly !!!" how can I run the app I wrote for my roomate in his laptop, he does not have c# compiler installed

    aPerfectTool

    C# csharp help question

  • dates
    A aPerfectCircle

    Thanks for all the answers, I got my problem fixed by declaring date1, and date2 as DateTime and by changing the data type in the column date from datetime to smalldatetime :cool:

    aPerfectTool

    C# database csharp question

  • dates
    A aPerfectCircle

    I'm trying to get data from a sql database , calling a stored procedure that take 2 parameters date1, date2, I declared date1,date2 as string in my c# application, do I have to declare them as date type?, if so whats the data date type in c## ??? thanks in advance ,:)

    aPerfectTool

    C# database csharp question

  • dataGrid and textBox
    A aPerfectCircle

    Thanks guys, I got it going, your reponse helped me alot :|

    aPerfectTool

    C# database sql-server sysadmin question

  • dataGrid and textBox
    A aPerfectCircle

    I can display results of a view I created in Sql server on a dataGrid,how would I display the same result on a txtBox ???

    aPerfectTool

    C# database sql-server sysadmin question

  • Accessing Access DataBase
    A aPerfectCircle

    I'm tryin to find online a sample of a Windows code on how to access an Access DataBase,how to retreive and dispaly Data from different tables, and also how to update that database, all my online search hits were samples on Sql server . aPerfectTool

    C# database sql-server sysadmin tutorial announcement

  • ComboBox
    A aPerfectCircle

    Would someone tell me how to read the data selected by the user in a comboBoxNames, and put the name into a variable string name; ????? Thanks . aPerfectTool

    C# tutorial question

  • Write to a text file
    A aPerfectCircle

    I'm trying to read from a text file "Amine.txt", I'm gettin a compiling error <'System.IO.StreamReader' does not contain a definition for 'close'> here is my code: static void Main(string[] args) { StreamReader re = File.OpenText("Amine.txt"); string input = null; while ((input = re.ReadLine()) != null) { Console.WriteLine(input); } re.close; return 0; aPerfectTool

    C# help

  • Help
    A aPerfectCircle

    hey Ravi I just got it working thanks for your help :) aPerfectTool

    C# help

  • Help
    A aPerfectCircle

    hey ravi thanks for your quick response, I'm still having the same problem, when i run the code, it always do the try and catch first with leaves me with only one error message if I leave the textBox empty the program just bomb on me !!!!??? aPerfectTool

    C# help

  • Help
    A aPerfectCircle

    this seems easy but I just got stuck I just wanna display an error message if the textBox is left empty, and display another error Message if the entry is not an integer. I used the if statement (if var=="") MessageBox.Show(" you must enter anumber") but it gives me an error message everytime I try to compile ...Help please aPerfectTool

    C# help
  • Login

  • Don't have an account? Register

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