-
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 … -
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. -
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. -
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 ' … -
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 ? -
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 … -
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 … -
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. -
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 … -
Stopped Watching hi everybody
Hello everyone, I'm Nick and I am new here. Hope to learn a lot from all of you. :) -
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 * … -
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 … -
Replied To a Post in Listbox
i can't understand , what you want. please explain again in convenient way. -
Began Watching c++
accept a number and display if it an odd or even number.??? -
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 … -
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 … -
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 … -
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 = … -
Began Watching hi everybody
Hello everyone, I'm Nick and I am new here. Hope to learn a lot from all of you. :) -
Replied To a Post in hi everybody
hello and welcome to Daniweb! -
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, … -
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 … -
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 ? -
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 … -
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 … -
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 … -
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 … -
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. -
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 … -
Replied To a Post in How to do this ?
please mark your thread as solved. -
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). -
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 … -
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. -
Replied To a Post in logout
mark this thread solved if you get the solution. -
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. -
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 … -
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 … -
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 … -
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 … -
Replied To a Post in InvalidCastException
i didn't notice that. thanks for pointing it out. -
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 … -
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 … -
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 … -
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 … -
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 : … -
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, … -
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 … -
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. … -
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 … -
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.