• Member Avatar for castajiz_2
    castajiz_2

    Began Watching Beginner Trying to understand better

    Hello all, I am working through Beginning Microsoft Visual C# 2008 I was asked to create a console application that multiplies 4 input values. I decided to take all 4 …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Beginner Trying to understand better

    You could use the ConsoleKeyInfo class and the ConsoleKey struct. Put them in a do while loop and you should be able to manage your code with spaces after the …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching C# Sudoku solver stack overflow

    Hi guys , I'm giving you the full C# project I have uploaded , since I'm working with windows form , so you can see the source code and run …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in C# Sudoku solver stack overflow

    I ve seen your code, I can have a deeper look at it but in 4 days from now on. If you find the error than post it so that …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Downloading content from another webpage

    What is the best way to download the html content from another site and display it into my website? What is the best built in class to use for this …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Downloading content from another webpage

    What is the best way to download the html content from another site and display it into my website? What is the best built in class to use for this …
  • Member Avatar for castajiz_2
    castajiz_2

    Marked Solved Status for Object Postioning

    Is there a easier way to move and postion the object from the toolbox in visual studio asp.net framework.When I say easier i reffer to windows forms framework object positiong …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Object Postioning

    I m sorry for the question. I found out that aplying a relative position attribute solves the problem. Now I m able to move the div tag accross my webform!
  • Member Avatar for castajiz_2
    castajiz_2

    Created Object Postioning

    Is there a easier way to move and postion the object from the toolbox in visual studio asp.net framework.When I say easier i reffer to windows forms framework object positiong …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Object Postioning

    Is there a easier way to move and postion the object from the toolbox in visual studio asp.net framework.When I say easier i reffer to windows forms framework object positiong …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Remote database connection, from one server to another

    Ok, I ve been struggling for the last two weeks to get my webservice working on somee.com. I managed that. Then my database corrupted but managed to get it migrated …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Remote database connection, from one server to another

    Ok, I ve been struggling for the last two weeks to get my webservice working on somee.com. I managed that. Then my database corrupted but managed to get it migrated …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Microsoft Visual C# 2013 Step by Step

    I am new to programming and picked up the following book by microsoft. I am taking Computer Science in college and would love to know if this is the correct …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Microsoft Visual C# 2013 Step by Step

    I would advice not to go to c or c++. I did that when I was at college. I picked a advanced c++ book and started learning some easy algorithms(I …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching MVC 4

    I'm creating a Sports system in mvc 4 . i need to add a checkbox list? how do i go about doing that? and how do i enable a button …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in MVC 4

    check out this, when you have something post the code... [https://www.youtube.com/watch?v=4KeoOPWshmw&index=39&list=PL6n9fhu94yhVm6S8I2xd6nYz2ZORd7X2v](https://www.youtube.com/watch?v=4KeoOPWshmw&index=39&list=PL6n9fhu94yhVm6S8I2xd6nYz2ZORd7X2v)
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to JamesCherrill in ASCII to Binary

    Here at DaniWeb we try to help people learn Java and develop their Java skills. We do NOT do people's homework for them. Your post explains and teaches nothing, it …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching ASCII to Binary

    Alright, so I am building a Converter to convert ASCII to Binary and for some reason, the for each loop stops working when it hits a space, and I have …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in ASCII to Binary

    This is a solution on how you could solve you problem, I m again working in java a little bit so I m trying to get the syntax to my …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Connecting database(somee.com)to a external free host(000webhost)

    My friend suggested me something else, he s got a good package at some popular hosting company.... I ll try to sort things out tomorrow and I ll give some …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Connecting database(somee.com)to a external free host(000webhost)

    Ok I hope that this is the problem(I ll pay them then but first I ll check it).My second question is, will somee.com free asp.net package allow me to make …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Connecting database(somee.com)to a external free host(000webhost)

    public string Data() { string dohvat_podatka = ""; using ( MySqlConnection con = new MySqlConnection("Server=xxx.000webhost.com;Port=3306;Database=xxx;Uid=xxx;password=xxx;")) { con.Open(); using (MySqlCommand cmd = new MySqlCommand("SELECT ime FROM `nastavnik` WHERE prezime=@prezime", con)) { …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Connecting database(somee.com)to a external free host(000webhost)

    public string Data() { string dohvat_podatka = ""; using ( MySqlConnection con = new MySqlConnection("Server=xxx.000webhost.com;Port=3306;Database=xxx;Uid=xxx;password=xxx;")) { con.Open(); using (MySqlCommand cmd = new MySqlCommand("SELECT ime FROM `nastavnik` WHERE prezime=@prezime", con)) { …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Webservice adding async to my method?

    Tnx for the reply Ketsuekiame but in WP8 Framework a concatenation is generated everytime i create a method. I managed to sort that out by doing this: private void Button_Click_1(object …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Webservice adding async to my method?

    I ve built a simple webservice just for testing and whenever I implement it on my windows phone 8 solution(I add a refference) my methods which are decorated with the …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Webservice adding async to my method?

    I ve built a simple webservice just for testing and whenever I implement it on my windows phone 8 solution(I add a refference) my methods which are decorated with the …
  • Member Avatar for castajiz_2
    castajiz_2

    Marked Solved Status for Instant dropdown when typing a method, variable, class etc...

    Is there any option which i can activate when using ECLIPSE so that when i m typing S... for String or i.. for int etc... to automaticly give me suggestions …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Define static

    I know this has been asked before, but I can't find any simple answers for a noob like me in C#. What exactly is a static method. I mean what …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Define static

    Watch videos 46, and 47, and you ll understand. [Click Here](http://thenewboston.org/list.php?cat=31)
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Syntax error in INSERT INTO statement.

    Hi was wondering if anyone could take a look at my code and see whats going wrong here because I have changed the code about 20 times trying to fix …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Syntax error in INSERT INTO statement.

    By all means you should reduce your code. After reducing it try to insert some data, see if the connection is right. If you manage to insert data into the …
  • Member Avatar for castajiz_2
    castajiz_2

    Marked Solved Status for Submarine software programming languages

    Does anyone here know what programming languages does the military usually use to make sumbarine softwares? If anyone can point to some links because i wasn't able to find anything …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Submarine software programming languages

    Does anyone here know what programming languages does the military usually use to make sumbarine softwares? If anyone can point to some links because i wasn't able to find anything …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Submarine software programming languages

    Does anyone here know what programming languages does the military usually use to make sumbarine softwares? If anyone can point to some links because i wasn't able to find anything …
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to Momerath in Content read using StreamReader not writing to console properly

    The reason is that your code looks for a match on the city, then assumes everything *AFTER* that is part of the record. It isn't. You should read in a …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Content read using StreamReader not writing to console properly

    Hi folks, I've a problem when writing the contents of a file that was read using steam reader to the console window. It is only displaying part of the information …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Content read using StreamReader not writing to console properly

    Why dont you put your struct in the code so that others can directly copy and paste to VS...
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Importing database onto the server (000webhost)

    I ve done that but didn,t help...
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching chat application understanding

    I have a form with a richtextbox (my chat box) and two textboxes (one for message one for username) now I need to understand how I can send a message …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in chat application understanding

    what framework are u using?
  • Member Avatar for castajiz_2
    castajiz_2

    Created Uploading .mdf file on somee.com (ERROR)

    I m getting the following error when trying to add a .mdf file and .log file to my account on somee.com ERROR--> "You don't have the permission to open this …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Uploading .mdf file on somee.com (ERROR)

    I m getting the following error when trying to add a .mdf file and .log file to my account on somee.com ERROR--> "You don't have the permission to open this …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching moving and Removing all items between listboxes

    I m using VS2010 with SQL server 2008 at the backend. I m creating a windows application in which I have 2 listboxes.the data is being retrieved from SQL server …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in moving and Removing all items between listboxes

    listBox1.Items.Clear(); // for removing all items foreach(ListItem listItem in listBox1.Items) /* adding items to another listbox*/ { if (listItem.Selected == True) { listBox2.Items.Add(listItem); } }
  • Member Avatar for castajiz_2
    castajiz_2

    Marked Solved Status for IPhone stealing data from a windows operating system?

    I would really appreciate some help here and some serious answers. I work at a coffe shop and an man came up to me if i could charge his iphone …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching picture box and label coming above child form

    Hello I have 1 MDI form on which there are 2 picture box , when I am opening child form it goes behind the picture box. Here is the code …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in picture box and label coming above child form

    Set your main form property IsMdiContainer to true private void toolStripMenuItem_Click(object sender, EventArgs e) { Form f1 = new Form(); f1.MdiParent = this; f1.Show(); } is this what you want?
  • Member Avatar for castajiz_2
    castajiz_2

    Marked Solved Status for few SQL queries problem

    1. For all the accounts that have authority="admin", set permision to modify all of the files (attribute changes is datatype YES/NO),,, so basically a user can set yes or no …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in few SQL queries problem

    ok the first one was ridiculous(i miss understood it) but the last one was the problem. 1.) UPDATE ovlasti INNER JOIN racuni ON racuni.username=ovlasti.username SET izmjena = yes WHERE racuni.ovlasti='admin'; …
  • Member Avatar for castajiz_2
    castajiz_2

    Marked Solved Status for Finding a post from a user

    There was a user named Mitja Bonca wich spent a lot of his time on the C# section. Before a year ago i ve seen a algorithm that he did …

The End.