-
Replied To a Post in code array in system body mass index
Your request needs refinement. If this is homework or assignment, share the assignment along with your attempt so far. Also, tell what language as it may be important in the … -
Began Watching code array in system body mass index
I want to do code array with topic bmi.....can you give one example? -
Replied To a Post in Printing UNO game logo-python
Tell me more about this printing requirement. Also, why is there tags about c here? -
Began Watching Printing UNO game logo-python
Hey, Im working on the UNO game in python and am almost done with the rest of the code but I am not able to print the UNO logo as … -
Replied To a Post in GMT time conversion to Unix epoch
This one had me ponder a while on how to debug but then I read the code again and can you explain lines 81 to 83? Up to this point … -
Began Watching GMT time conversion to Unix epoch
I am trying to convert the GMT time into unix epoch (starting from 1970), looks like there is a small bug in code , i could not get and exhausted. … -
Replied To a Post in how to end the tkinter program
I'll skip reading over 100 lines and noted this from the past. Read https://www.daniweb.com/programming/software-development/threads/66698/exit-a-tkinter-gui-program -
Began Watching how to end the tkinter program
i have a set of code for a gui that runs using a dictionary but i cant get the code to exit once the user presses the last button named … -
Replied To a Post in DataSet' is a 'namespace' but is used like a 'type'
I worry here that much code has been left unshared. Read https://forums.asp.net/t/2013649.aspx?Student+is+a+namespace+but+is+used+like+a+type+ for an example of what to look for. -
Began Watching DataSet' is a 'namespace' but is used like a 'type'
Error 1 'AdvoDiary.DataSet' is a 'namespace' but is used like a 'type' D:\AdvoDiary\AdvoDiary\ReportViewer\rptBilling.cs 25 9 AdvoDiary namespace AdvoDiary.ReportViewer public partial class rptBilling : Form Common sCom; DBHelper myDB; string sOLE; … -
Replied To a Post in How can I coloring an empty cell in a bounded datagridview?
Again from memory for the reason given, I recall setting the background color even if there is no text in a cell. You can also do more research on this … -
Replied To a Post in how to place a java program made in eclipse on the web ?
I see priors about that with this search: https://www.google.com/search?&q=run+java+app+in+web+browser Since the exact answer varies with your code complexity, I pause here. -
Began Watching how to place a java program made in eclipse on the web ?
hi, i made a game in java but i don't know how i can place it on the web ? Can anybody help ? -
Replied To a Post in Gateway P-6822 - Finding Correct Bios Upgrade
Aha! The brightness control. Just last month I had to work that issue and for that I turned to AUTOHOTKEY (what is, is all over the web) then a brightness … -
Replied To a Post in Print to video database on another html page
I see tr (table row), th, (table header) but no td (table data.) Also in your graphic example of items a, b and c, it's unclear what is data, what … -
Began Watching Print to video database on another html page
Good evening, I need a little help. After having extracted the data from a database table, I would need to print them on the screen in a certain part of … -
Replied To a Post in Gateway P-6822 - Finding Correct Bios Upgrade
I'm sharing from my experience. The reason to upgrade from Vista or W7 is to get that free W10 license. Once that is done, and this is not only me … -
Replied To a Post in Gateway P-6822 - Finding Correct Bios Upgrade
Note: Similar/same at https://community.acer.com/en/discussion/629753/gateway-p-6822-finding-correct-bios-upgrade This looks to be some Core2Duo laptop and I have CLEAN INSTALLED W10 on such before. But this is old enough to have issues with cooling … -
Began Watching Gateway P-6822 - Finding Correct Bios Upgrade
I have a Gateway P-6822 that I recently upgraded from Vista 32 bit to Win 10 32 bit and fitted an ssd. There are some unexplained BSOD's I am troubleshooting. … -
Gave Reputation to Douglas_5 in Passwords to websites
Yes I do -
Replied To a Post in How can I coloring an empty cell in a bounded datagridview?
From memory you set the background color instead of the forecolor. I'm on my machine without VB.net so I won't check this out for quite some time. -
Began Watching How can I coloring an empty cell in a bounded datagridview?
Like the title says, I'm trying to coloring an empty cell in bounded datagridview. I've got this code to coloring a cell with specitic value and is working well. This … -
Replied To a Post in Write into text file in wxpython
Here's an example: https://gist.github.com/rollcabbage/08c821acc52d7e8738d3 -
Began Watching Write into text file in wxpython
Hi, how do we write value into text file in wxpython. As in python, file_out = open("filename", "wb") is used (as far as I know). Im trying to write the … -
Replied To a Post in how to use winsound in a situation variable in python tkinter
See "Play a Very Long Song File" at https://python-sounddevice.readthedocs.io/en/0.4.1/examples.html#play-a-very-long-sound-file as a possible workaround. -
Replied To a Post in PHP: Inserting records from a table to another using check boxes
https://www.daniweb.com/programming/web-development/threads/188502/insert-into-multiple-tables-based-on-checkbox looks to be similar. Would be a great start. -
Began Watching PHP: Inserting records from a table to another using check boxes
Hi guys I am after a pre written PHP script or a tutorial which displays records from a table each with a checkbox. ( I have worked to this part) … -
Replied To a Post in I need a script that constantly scans a token on etherscan and notifies me
I looked at the API and don't see an obvious solution. But you should ask this in Etherscan forums found at https://etherscan.io/directory/News_And_Forums/Forums -
Began Watching I need a script that constantly scans a token on etherscan and notifies me
Ahun ni mi Eni ba temi je I need a script that constantly scans a token on etherscan and notifies me when a large order goes through. I should be … -
Replied To a Post in Ping a server on a VPN network.
" Ping code in its own sub routine " and why that works. My thought is that the runtime/compiler optimizers are in play here. As you fixed it I'll pause … -
Replied To a Post in In there any sample code helping me with this graph in python?
Before we get to graphing, where's your code for the math functions? -
Began Watching In there any sample code helping me with this graph in python?
I want to draw the following graph in python. https://pasteboard.co/JKp5Iyc.png There are two equation as follow and I want to draw them with matplotlib. https://pasteboard.co/JKp6eWW.png Because I don't have any … -
Replied To a Post in Ping a server on a VPN network.
I would need to see the code with the for loop to take a stab at this but there are known issues with screen updates in apps like this. You … -
Began Watching Ping a server on a VPN network.
Hello All, I've only just started to develope some code in VB.net and i have very little experience in it and some of the "instructional" web pages are very confusing … -
Replied To a Post in Hello can anyone help me how to code this I really don't know how to start
[Community Rules](https://www.daniweb.com/welcome/rules) -
Began Watching Hello can anyone help me how to code this I really don't know how to start
 Sample output: Enter number of guests: 40 40 guests have been invited. Enjoy the party! -
Replied To a Post in how to use winsound in a situation variable in python tkinter
You left out what happens with your code as is. If the file did not play I add a print statement just before the play statement so I can check … -
Replied To a Post in an assignment that i am having trouble with coding
[Community Rules](https://www.daniweb.com/welcome/rules) -
Began Watching an assignment that i am having trouble with coding
Write a program that prompts the user to input (word/statement), Accepts only letters. The program then: 1.Remove all the vowels from the (word /statement) then output the (word /statement) without … -
Edited an assignment that i am having trouble with coding
Write a program that prompts the user to input (word/statement), Accepts only letters. The program then: 1.Remove all the vowels from the (word /statement) then output the (word /statement) without … -
Replied To a Post in Passwords to websites
The bigger question. Do you have this information on backups so a failure on your PC or Google doesn't lock you out of websites you use? That would be your … -
Began Watching Passwords to websites
I have scores of entries in Chrome "Settings" / "Passwords" . When I go to from "Settings" / "Passwords" to the "google account" link Password Manager, the list is a … -
Replied To a Post in how to use winsound in a situation variable in python tkinter
I am not a TK person but on line 27 you have this variable "song" but I can't tell how it's value is set which leads me to ask how … -
Began Watching how to use winsound in a situation variable in python tkinter
hello ive been trying to get a sound file to play once i press a button in a situation using winsound but i am unable to get the audio to … -
Replied To a Post in I need a software that can automatically login
Let's begin with there is no ready to use app. As you are posting on a Software Development Forum this means you intend to write this. That said, I would … -
Began Watching I need a software that can automatically login
I need a software that can automatically log into a series of accounts to a website, available data acount list, we need software to automatically log in continuously to check … -
Replied To a Post in c++ lotto combinations
Break it down into smaller tasks. 1. Do you know how to create programs in, using your tags in assembly, c++ and visual-basic for windows? (maybe you should pick one … -
Began Watching c++ lotto combinations
So i have to create a programm that reads 7-49 numbers and makes all posible combinations (6 number each) from the given numbers. Do you know how can i do … -
Replied To a Post in Print to video database
It looks like your code needs a rewrite as to lines 28 to 32 (tr and td versus th). (Not an offer to rewrite your code.) The tutorial about table, … -
Began Watching Print to video database
Good evening everyone, I created this file to be able to print the data from the database on the screen. Everything ok but all the data contained in the database …
The End.