-
Replied To a Post in West bengal
San Diego, California, USA. It's currently 57F and should be 72F today (13C, 22C) -
Began Watching West bengal
Hi -
Replied To a Post in A button to redirect
To me this is not a redirect but to move to that page location. So, links about. http://www.myhtmltutorials.com/jump.html Want a button? Add this `<button>Jump Button</button>` -
Began Watching A button to redirect
How to create a button that redirect to certain location in a website which is still on the same page? -
Replied To a Post in Converting numbers to words in C++ using SWITCH
While I don't see where you call the functions in main(), this has over 70 solutions at https://rosettacode.org/wiki/Number_names For code like this, it's best to not recreate the wheel. If … -
Began Watching Converting numbers to words in C++ using SWITCH
I have to create a program that asks a person to enter numbers (1-99) and convert it into words. I've been working on this for days and I still don't … -
Replied To a Post in c++ assignment
I didn't downvote this since you might be new to boards in general. Take time to read how this place works at https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question -
Began Watching c++ assignment
write c++ programming that calculate electricity bill with persons name and id -
Replied To a Post in Search and delete data in DatagridView
First you got 1 star at https://www.codeproject.com/Questions/1223868/Search-and-delete-data-in-datagridview-access if that's you. I worry that you didn't create a very good question. You did lead with 2 items you want to do … -
Began Watching Search and delete data in DatagridView
1- I want to edit the search code where I search all the fields with no repetition of the data 2- And modify the deletion code where it deletes and … -
Gave Reputation to Reverend Jim in Need help whit MySQL UPDATE query in wxPython
What is the problem? Please do not just reply "it doesn't work". You wouldn't take your car to a mechanic and tell them only "it doesn't work". -
Replied To a Post in CDMA encode
This question needs expansion. Supply some background since the topic is pretty specific to some system not all of us have used. Me? Yes I worked in cellular design but … -
Began Watching CDMA encode
Use cdma to construct the aggregate frame for two denders s1 frame 0 , s2 frame 1, the code for s1 is (+1,-1,+1,+1,+1,-1,+1,+1), the code for s2 is (-1,+1,-1,-1,-1,+1,-1,-1) I … -
Replied To a Post in i'll tell you about creating a class in c++ Object Oriented Programing
When the office asked me for better formatted code I asked them to pick one out of https://en.wikipedia.org/wiki/Indentation_style Only eight styles but what did they do? Create yet another style. … -
Replied To a Post in i'll tell you about creating a class in c++ Object Oriented Programing
I think http://www.cplusplus.com/doc/tutorial/classes/ covers this much better. Try a few of the online tutorial sites to see what makes good tutorials. -
Began Watching i'll tell you about creating a class in c++ Object Oriented Programing
``//this program show the implementation of a sigle class #include<iostream> #include<conio.h> using namespace std; class Example //class is reserved keyword and "Example is the name of class { public: int … -
Replied To a Post in Flickering screen after Windows Update
That's sad to read. It means something is going on with the machine. If you stop the reset it usually just is a wipe out. At least with W10 you … -
Replied To a Post in retrieve any user profile data
Wait, did you just ask how to get all 1.86 Billion Facebook user info? Can you rephrase the question? -
Began Watching retrieve any user profile data
For example, in Facebook, if you enter someone's profile you can see all the user's data. I know how to get the logged in user's data. But what I don't … -
Replied To a Post in Position: Fixed, -webkit-transform Still Not Working on Chrome
@L So you are telling me the example at developers.google.com example now fails? Added with edit: A JS Fiddle would be best. -
Replied To a Post in Position: Fixed, -webkit-transform Still Not Working on Chrome
@L I worry they broke it again. Did you try an example from say https://developers.google.com/web/updates/2016/12/position-sticky ? If google's own example fails, it's broke again. -
Replied To a Post in Position: Fixed, -webkit-transform Still Not Working on Chrome
I wonder about top. https://www.google.com/search?client=opera&q=Position%3A+Fixed%2C+-webkit-transform+Still+Not+Working+on+Chrome finds priors and comments on the web say it might be broken again. https://developers.google.com/web/updates/2016/12/position-sticky The bug report at https://bugs.chromium.org/p/chromium/issues/detail?id=673538#c26 has comments about workarounds. -
Began Watching Position: Fixed, -webkit-transform Still Not Working on Chrome
Hello guys. I've just gotten back to programming. It's been 5 years since I last programmed. Yes, that long. But I am not very far behind it seems since I … -
Replied To a Post in Grand Total of one text box in Vb.net
Following RJ's comment see tip #7 at http://www.dotnetcurry.com/windows-forms/132/csharp-datagridview-winforms-tutorial Has both C# and vb.net examples. -
Replied To a Post in Grand Total of one text box in Vb.net
Your choice. Now that I know you haven't completed eiither I hope you'll research the on change event and code that to do what you want. -
Replied To a Post in Display category and subcategory
You forgot a lot when you made this post. For example, not one question was found. So it's anyone's guess what your question or need is here. If you were … -
Began Watching Display category and subcategory
**Table: category** **table structure** id label parent **example data** id - label - parent 1 - Apparel - 0 2 - Technology - 0 3 - Travel - 0 4 … -
Replied To a Post in Grand Total of one text box in Vb.net
That's not the real problem. For VB, you could write an on change event handler that you sum it up and change the text box value as you wish. I … -
Began Watching Grand Total of one text box in Vb.net
i have a simple database where i want to sum Amount of one one text box at the footer of my form textbox. Am using access as the database -
Replied To a Post in display name
@NA. Actually you show your code so far and where you are stuck. Here's how this works, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Maybe there are forums that hand out code, here folk try … -
Began Watching display name
hi everyone hope you are all well... i am login with userid and password and i want to display there username after login from my oracle database how? -
Replied To a Post in Flickering screen after Windows Update
That's not good but does seem to agree with our findings so far. If there are disk or file system issues, the updates can do odd things like hang, change … -
Replied To a Post in Troubleshooting email client set up
Not to make it sound bad on your part. "Typical" overreaching antivirus suites. That is, raise shields, don't pop up and ask if it's OK for the mail app to … -
Replied To a Post in Troubleshooting email client set up
Now it's starting to sound like the overreaching antivirus suite. I can't fix that. You or the antivirus folk have to tell you. Again, no mention of the mail server … -
Replied To a Post in how to code a select date range using php/mysql
So the question is: How do I convert from a unix date code to MM-DD-YYYY? For PHP we have these functions: See Conversions at http://avilpage.com/2014/11/python-unix-timestamp-utc-and-their.html http://php.net/manual/en/function.strtotime.php -
Replied To a Post in Troubleshooting email client set up
So this fails on both? Anyhow, since you didn't share the email server or host I can't doublecheck or supply how it should work or if there might be a … -
Replied To a Post in how to code a select date range using php/mysql
It appears there are priors to this. Try reading a few and see how they solved it. Search follows. https://www.google.com/search?q=how+to+code+a+select+date+range+using+php/mysql+site:www.daniweb.com&client=firefox-b-1&sa=X&ved=0ahUKEwiHoJ796LTYAhUG5WMKHYkFCqIQrQIINCgCMAA&biw=1920&bih=947 -
Began Watching how to code a select date range using php/mysql
Hi all - also new to PHP/SQL and have a different question on a similar question posted - I need to create a page in php that allows the user … -
Replied To a Post in Animation plays weirdly in rotated container
Any progress? Maybe the non-rotated version would let me see something else? -
Replied To a Post in Troubleshooting email client set up
I just ran into this and it turned out to be the owner's choice of AntiVirus Suite. Some are overreaching IMO. Other reasons are trojans, DNS hijackers and such. That … -
Began Watching Troubleshooting email client set up
So I have a little vague question and I don't know what to even google to get right answer. I am trying to setup email client on friend's computer remotely. … -
Replied To a Post in Undefined errors
I apologize a little here. I was under the impression that this is your code. Folk seem to be finding scripts and then asking for others to fix them. Something … -
Began Watching Problem of syntax declaration error
my c++ code is giving error syntax declaration int hang(void) { const int maxl=80; const int maxt=5; int lfill (char,char[],char[]); void unitunknown (char[],char[]); int m2(void); int m2 () { \\the … -
Replied To a Post in Flickering screen after Windows Update
I can not assure you this will fix it. But luck finally landed such a laptop in my hands to figure out. What was it? It wasn't the updates. Turns … -
Began Watching Flickering screen after Windows Update
I have an Asus laptop running Windows 10. Windows updated and took unusally long to do so. After the update, my screen just keeps flickering. I uninstalled the updates, and … -
Replied To a Post in Undefined errors
Still didn't find where $sql is created so that means in your first 43 line code passage at line 28 appears and reads to me that the value/variable/string is non-existant. … -
Replied To a Post in Undefined errors
I'm looking at the full code of 43 lines and on line 28, why would that work? I don't see where $sql was created so it looks to be an … -
Began Watching Undefined errors
hi all im attempting to update some script and i have a undefined error in a page see coding for error $column = "select * "; $sql .= " from … -
Replied To a Post in how can I learn html
How did you research this question? Why I ask is that I'm encountering folk that get upset at using google or taking classes on programming and web creation classes. A … -
Began Watching how can I learn html
how can I learn html
The End.