-
Replied To a Post in Working with mp3 tags
I think everyone asked what you are trying to do. You have a reason to write some information for this MP3 and have decided how to do that but, here's … -
Replied To a Post in Not installed TrueType fonts being an issue
My bet is the font is in the registry and was not found by you (yet.) I'm taking this as if this is a font showing up in other apps. … -
Replied To a Post in Working with mp3 tags
Do tell what the goals are. There are many fine libraries out there and some are .NET with source. http://professionaltag.sourceforge.net/ -
Began Watching Working with mp3 tags
Hi guys. Well according to the research I had, and MP3 file structure is as follows: ` AAAAAAAA AAABBCCD EEEEFFGH IIJJKLMM ` which is refered to as frames, and each. … -
Replied To a Post in [Python] Mousewheel binding tkinter
Code looks incomplete. (it is) Without the rest not much to work with. Try putting it in a fiddle if you can, like http://pythonfiddle.com/ -
Began Watching [Python] Mousewheel binding tkinter
Hi guys, I'm new to Python have get done a lot by searching. Now I try to bind a scroll wheel to canvas, but it doesn't do anything. Will someone … -
Replied To a Post in CD Drive is not working
This is where I pull out my 20 dollar USB DVDRW and use that instead. Your post is tantamount to "it's broken" with no detail. If you have shared more … -
Began Watching CD Drive is not working
I am using acer aspire 4730z, windows 7 32 bit cd drive is not working all of the sudden its stop working how to solve it can you people help … -
Replied To a Post in splash screen in pygame
I can't find how many times you've posted this. All of them suffer from formatting issues with your post as the code is both in and outside of the code … -
Began Watching splash screen in pygame
Hi, im trying to add a slapsh screen before my game. It will display a png and the use can either press "e" to continue or "q" to quit. when … -
Replied To a Post in calculating total
First, VB6 is so old that it's something you need to avoid for any new system. As to the divisor you should chnage that to a variable that holds the … -
Began Watching calculating total
Hello!!!! I am a novice programmer though, I am trying to code a vb 6.0 system that calculates total marks from the exams done and return the output. I only … -
Replied To a Post in visual basics importance
Very strange post. Your subject title doesn't match with your post and tags. You should read: https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question next then try again. -
Began Watching visual basics importance
write a programme in visual basic to create anarray of size 5 to store any 5 names and display them -
Replied To a Post in How to sort the contents of a data file?
On Linux, Windows and other OSes I can do that sort with the sort commandline. No code required. Why would a business code this when it's just a command away? -
Began Watching How to sort the contents of a data file?
I have a program that runs a bank management.It saves the created accounts in account.dat. For example these are the contents of the data file: 1001 felisilda s 5000 0002 … -
Gave Reputation to diafol in Generating Bills
>im going to upload my application to some free server you guys will see it and then give me your suggestions. Erm, not sure that works by itself. Code is … -
Replied To a Post in Battery on a brand new laptop
I hold no such notion. While I fretted about this in the NiCad and NiMH days, today I won't lose any sleep over this. You will find folk fretting on … -
Replied To a Post in Generating Bills
Given how well I'm seeing PHP work, I can't imagine a programmer suggesting avoiding PHP. I would be guessing "open source" is another way for you to say "free" so … -
Replied To a Post in Generating Bills
@cereal. My thought was "how strange to ask to use a daemon and as cron was such a thing, well, may as well point that out." It should be interesting … -
Replied To a Post in I'm newbie
Surprise! To be a great coder, you learn more than one language and then learn more than one development system. Over the years I have used command line compilers, IDEs, … -
Began Watching I'm newbie
Hye I'm new to c++ language. Can anyone suggest me what is the best programming software should I learn ? And how I'm gonna learn coding ? -
Replied To a Post in Generating Bills
@spluskhan. I thought cron was a daemon. https://www.google.com/search?q=is+cron+a+daemon&ie=utf-8&oe=utf-8 seems to state it is! -
Replied To a Post in Transform this to have atleast 1 inheritance in accepting the inputs.
Why does this look just like http://www.cppforschool.com/project/banking-system-project.html ? I think you need to consider wholesale copies of code that you didn't claim as your own creation to not be such … -
Began Watching Transform this to have atleast 1 inheritance in accepting the inputs.
//*************************************************************** // HEADER FILE USED IN PROJECT //**************************************************************** #include<iostream> #include<fstream> #include<cctype> #include<iomanip> using namespace std; //*************************************************************** // CLASS USED IN PROJECT //**************************************************************** class account { int acno; char name[50]; int … -
Replied To a Post in Which languages are used when developing softwares like word processing
First your question in your topic. The answer is that all languages have been used from Assembly to all others. I don't know of any language that someone has not … -
Began Watching Which languages are used when developing softwares like word processing
Hi Dw. If there is anyone who knows how and which languagies are used to develop software's like word processing, Excel, Access, basically things like Office suite. I know Linux … -
Replied To a Post in Generating Bills
While this looks like a cron job, you didn't reveal enough about your system. Even Windows could make this yet another cron job. Or for some folk they like to … -
Began Watching Generating Bills
Hello, I have two tables in mysql using php> 1) Consumers 2) Monthly Billing In Consumers that table contains about 100s of Consumers , and it increase monthly. 2) Monthly … -
Gave Reputation to diafol in Generating Bills
Use a cron job to email your consumers. -
Replied To a Post in adding images before a game in pygame
It looks like there are 3 duplicates on the same topic. Maybe you need to narrow down the question? I see some mention of the splash screen so I'd look … -
Began Watching adding images before a game in pygame
Hi, i was want to add an image that is displayed before my game and then the user will click or press enter and the image will disappear and my … -
Replied To a Post in Listing several several proxy IP'S in proxy configuration?
Since ping is not http or https, why would proxy play a role here? Read [these](https://www.google.com/search?q=does+ping+use+proxy) to learn more. If you wanted to ping your proxy then you do that! -
Began Watching Listing several several proxy IP'S in proxy configuration?
Hello all, I listed several proxy IP'S in my proxy configuration in kali linux. One for http, another for https etc. These are all free proxies obtained at the hidemyass … -
Replied To a Post in object reference
No, not at all. I didn't deep dive into MethodInvoker but your question is close enough to a system I wrote in about 2008 using VS2008 C#. While not exactly … -
Replied To a Post in object reference
There are many priors on this and most if not all solutions involve more than a line of code. For my app that starts up many threads and even new … -
Began Watching object reference
Hi. I invoke method from other thread which did not create ui. Appears to work well... DVG.Invoke((MethodInvoker)(() => dgv.Rows.Add(DGVR))); But I need return value from Add method, so I do... … -
Gave Reputation to ddanbe in HOW DO I MAKE A FACE RECORGNITION PROGRAM
Learn linear algebra thoroughly. Learn C++ thoroughly. Maybe then you begin start thinking about face recognition. -
Replied To a Post in My app doesn't connect over wan
And testing is all well and good but to me this reads as if you don't know your own network and gear. Here's an example where the router with its … -
Replied To a Post in My app doesn't connect over wan
"Ok on this router under the firewall Switch there was these options:" I can't be your router/firewall support here. While it looks as if someone was locking down the network, … -
Replied To a Post in My app doesn't connect over wan
If client and server are on the same LAN, then the client uses the server LAN IP. This works as you told me in your first post. If your client … -
Replied To a Post in WNR614 Doesn't detect DSL Cable
The WNR614 I looked up does not have the DSL modem in it so let's hear about the old Dlink Router. Model number please and let's see if it's one … -
Began Watching WNR614 Doesn't detect DSL Cable
I have bought a new Netgear WNR614 N300 Wi-Fi Router. I plug in the power cable and all the LEDs light up and then after few seconds only the Power … -
Replied To a Post in Getting Percentages In Area Codes
Sorry I had a memory lapse here. First read http://www.w3schools.com/sql/sql_top.asp Aha, you can get the top 10 percent from a query. For your idea sort by zip/postal code. But the … -
Replied To a Post in My app doesn't connect over wan
Without commenting on networking skills.... The server is not what I'd touch. The client needs to find this server so whatsmyip is run on the server. And you supply that … -
Replied To a Post in Programming Ideas
My son decided to not do ANY community service and is now paying the price. No prior experience. As to up to date knowledge, the field is always in motion … -
Began Watching Programming Ideas
Can someone give me some programming ideas to keep my knowledge up-to-date? I received a masters degree in computer science back in December and been job searching since then. I … -
Replied To a Post in Battery on a brand new laptop
Nice enough PC. For this one you plug it in and the battery charges up and you use the laptop. All battery operations are fully automatic and can really upset … -
Replied To a Post in What wrong with my code !
I think the lack of replies means you have to tell more about what's broken. If possible try to code it up on IDEONE. https://ideone.com/Vc0043 coughs up an error on … -
Began Watching What wrong with my code !
I am writing a code which prompt user to enter her mobile number and in result..I code to display it's user SIM network according to some principles which I code …
The End.