• Member Avatar for Learner010
    Learner010

    Began Watching How is the weather today in your country?

    How is your weather in your country? I am living in the Philippines and the weather here today is stormy and according to news, we are overloaded of typhoons in …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in How is the weather today in your country?

    11° temperature here with little rain drops and temperature is in downward trend day by day. hope it will be around -1° within 3-4days.
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Daniweb API

    Now how to convert JSON result into readable format. i've heard of `DeserializeObject()` But don't know how to use it. and also ignore line 8 in the above post.
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Daniweb API

    i tried following : ' Create a request for the URL. Dim request As WebRequest = WebRequest.Create("http://www.daniweb.com/api/forums/58/articles?filter=solved") ' If required by the server, set the credentials. request.Credentials = CredentialCache.DefaultCredentials ' …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Daniweb API

    As dani suggested that i have to send http request if i use daniweb api? so , anybody here would tell how to send http request in vb.net ?
  • Member Avatar for Learner010
    Learner010

    Created Daniweb API

    I don't know APIs? but i heard of Daniweb API. what it is ? Now i am playing with basic controls of vb.net but i hope after getting about API …
  • Member Avatar for Learner010
    Learner010

    Began Watching Daniweb API

    I don't know APIs? but i heard of Daniweb API. what it is ? Now i am playing with basic controls of vb.net but i hope after getting about API …
  • Member Avatar for Learner010
    Learner010

    Began Watching Given an array of random characters, integers and symbols, WAP to print the

    WAP to print the sum of all the PRIME or EVEN integers in the array and ignore the remaining.
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Given an array of random characters, integers and symbols, WAP to print the

    > What is WAP? i think OP is newbie and doesn't familiar with daniweb homework policy. He take WAP as Write A Programme , i think. > WAP to print …
  • Member Avatar for Learner010
    Learner010

    Stopped Watching hi everybody

    Hello everyone, I'm Nick and I am new here. Hope to learn a lot from all of you. :)
  • Member Avatar for Learner010
    Learner010

    Began Watching how to put parentheses around an infix problem?

    I know how to convert from infix to prefix or postfix. But how do you wrap parentheses around this problem: a / b * c - d + e * …
  • Member Avatar for Learner010
    Learner010

    Began Watching Listbox

    Hello I have a problem that is as follows. One list box with 30 perons in it and I have command(index) from a - z when I dblclick on a …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Listbox

    i can't understand , what you want. please explain again in convenient way.
  • Member Avatar for Learner010
    Learner010

    Began Watching c++

    accept a number and display if it an odd or even number.???
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in c++

    everybody here knows the solution but we won't give you the exact solution. use this as a hint:- if the number is evenly divisible(reminder =0) by 2 then it will …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Circles and Labels (snake and ladder)

    okay Now , delete that older project and thinking to create a new one . for this , i need an idea about what controls should i use to create …
  • Member Avatar for Learner010
    Learner010

    Began Watching Pointers with * and & before variable

    I need some pointers with pointers. What is the difference between a variable preceded by an "*" and an "&"? Some of my sample code uses one and some the …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Circles and Labels (snake and ladder)

    Even i cannot access label(created dynamically). see this : Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click player = IIf(player = "Blue", "Green", "Blue") lblPlayer.Text = …
  • Member Avatar for Learner010
    Learner010

    Began Watching hi everybody

    Hello everyone, I'm Nick and I am new here. Hope to learn a lot from all of you. :)
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in hi everybody

    hello and welcome to Daniweb!
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Circles and Labels (snake and ladder)

    i use vs2008. here is my code: Public Class Form1 Dim player As String = "Blue" Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim x, …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Circles and Labels (snake and ladder)

    i have shape control and one button. On button click event handler , what should i write that a shape will be there over a label. i wanna see a …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Circles and Labels (snake and ladder)

    okay, i'll try it. And waht about label color(2 colors in a label) problem ?
  • Member Avatar for Learner010
    Learner010

    Created Circles and Labels (snake and ladder)

    How to create two circle shape (circle shapes will work as token for 2 players ) in snake and ladder game. I can’t see any control for that ? Here …
  • Member Avatar for Learner010
    Learner010

    Began Watching Circles and Labels (snake and ladder)

    How to create two circle shape (circle shapes will work as token for 2 players ) in snake and ladder game. I can’t see any control for that ? Here …
  • Member Avatar for Learner010
    Learner010

    Began Watching Member profile changes

    Lots of member profile changes over the past day, plus a new tab for a member-specific activity stream. However, due to limitations, the member-specific activity stream (just like the activity …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Member profile changes

    yes , i see it. its nice. And that make Daniweb a perfect Community. > is only capable of pulling from the past 7 days. So the tab only appears …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in New Homepage

    yes , nice changes. i see changes in endorsement section and changes in appearance of social links. thats all are nice.
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Dictionary Database

    > Or you could see if this might be helpful > http://wordweb.info/developer/SQL.html they don't provide database for it. > You could try using an API > http://dictionaryapi.com/ i need the …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in How to do this ?

    please mark your thread as solved.
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in How to do this ?

    for more information on loops visit my tutorial [here](http://www.daniweb.com/software-development/cpp/tutorials/467340/beginners-tutorial-on-loop).
  • Member Avatar for Learner010
    Learner010

    Began Watching How to do this ?

    the output should be... "1 2 3 5 6 7 8 9 Merry christmas" using for loop.. here's my code ! </ #include<stdio.h> #include<conio.h> main() { int x; for(x=0;x<9;x++){ printf("\n …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in How to do this ?

    try like this(not tested but it will give you a hint): for(x=1;x<=9;x++) { for(sp=1;sp<x;sp++) { printf(" "); } printf("%d\n",x); } printf("Merry chirstmas"); this should work.
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in logout

    mark this thread solved if you get the solution.
  • Member Avatar for Learner010
    Learner010

    Began Watching logout

    hi guys how to declare boolean for log-in and log-out when i scan the id. anyone can give me an idea. ASAP and thank in advance.
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in logout

    i don't understand the exact the problem but i guess that the following will be hint for you. on login button's click dim xvar as boolean = false id=textbox1.text if(id="valid …
  • Member Avatar for Learner010
    Learner010

    Created Dictionary Database

    i need database for english words and their meanings so i can create an application for English Dictionary. do you have any database for such requirments ? if you don't …
  • Member Avatar for Learner010
    Learner010

    Began Watching Dictionary Database

    i need database for english words and their meanings so i can create an application for English Dictionary. do you have any database for such requirments ? if you don't …
  • Member Avatar for Learner010
    Learner010

    Marked Solved Status for InvalidCastException

    i've 9 button(i've set "" to button text) there and all buttons have almost same code as button1 has and here is the code :- Private Sub Button1_Click(ByVal sender As …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in InvalidCastException

    i didn't notice that. thanks for pointing it out.
  • Member Avatar for Learner010
    Learner010

    Created InvalidCastException

    i've 9 button(i've set "" to button text) there and all buttons have almost same code as button1 has and here is the code :- Private Sub Button1_Click(ByVal sender As …
  • Member Avatar for Learner010
    Learner010

    Began Watching InvalidCastException

    i've 9 button(i've set "" to button text) there and all buttons have almost same code as button1 has and here is the code :- Private Sub Button1_Click(ByVal sender As …
  • Member Avatar for Learner010
    Learner010

    Created Generate Colorful text

    hello now i am creating an application on what i've learned up to now. so for that i don't wanna show white character over black screen(i don't wanna show white …
  • Member Avatar for Learner010
    Learner010

    Began Watching Generate Colorful text

    hello now i am creating an application on what i've learned up to now. so for that i don't wanna show white character over black screen(i don't wanna show white …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Creating color in a sequence

    thanks for your reply but its not creating colors in a pattern what i think . it shows only black like color. as a hint to understand the problem : …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Creating color in a sequence

    i done with the code below and it shows color values but not all color values (i think that it can be more improved)... Private Sub Timer1_Tick(ByVal sender As System.Object, …
  • Member Avatar for Learner010
    Learner010

    Began Watching Bad Grammar

    I can't take it anymore. At first it was only occasionally. Now it seems that every time I turn on the TV someone else is doing it. Doesn't our school …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Bad Grammar

    > I thought the rule was: Before vowel add 'n' I think the rule is : Before vowel sound / pronunciation add 'an'. `An` is placed before a vowel pronouncaition. …
  • Member Avatar for Learner010
    Learner010

    Replied To a Post in Operator

    thanks for quick reply. i wanted to know to if there exist any other way to use strings as operator but i didn't find any useful that's why i created …
  • Member Avatar for Learner010
    Learner010

    Created Creating color in a sequence

    i want to display all possible colors on a form (i am using timer with 500 interval). what logic should be there to display all possible color (i want to …

The End.