-
Created Will a true AI have a net positive or negative impact on society?
I've been listening to various debates on the potential impact of AI and the two sides seem to boil their arguments down to 1. AI is dangerous because it will … -
Marked Solved Status for CSV files, VB.net
I work in VB.net only. I cal read an entire file in one statement, sort it with another statement and write it bacl in another. Three statements to sort a … -
Replied To a Post in How big are Windows 10 updates?
I had to download the Fall Creator's Update (which I call FU) about 8 times. I think it was about 4 gig a pop. Fortunately, at home, I have a … -
Replied To a Post in CSV files, VB.net
I don't know about the array method but you might read it into a ListView then see [here](https://msdn.microsoft.com/en-us/library/ms996467.aspx) for how to do a custom sort on any column. -
Replied To a Post in laptop shuts down when plug into charging
Can you reboot it after the shutdown while it is plugged in? Can you run it while plugged in with the battery removed? Have you checked the power settings to … -
Replied To a Post in Database to serve cost and product discounts for customers
The way this works is that before you get help you have to show that you have put in some effort to solve it yourself. It would help if you … -
Replied To a Post in how to free up local Disk (C) space
You said that the SSD was your OS drive but you also said you had the user folders set to default on the HDD. The default for the user folders … -
Edited Converting Pascal to VB
I have a problem!! I am trying to convert pascal code to VB and am stuck. Pascal: TYPE Elements = SET of 1..255; Xpath = ARRAY[0..50] of BYTE; VAR Path0,Path1,Path2:Elements; … -
Edited Converting Pascal to VB
I have a problem!! I am trying to convert pascal code to VB and am stuck. Pascal: TYPE Elements = SET of 1..255; Xpath = ARRAY[0..50] of BYTE; VAR Path0,Path1,Path2:Elements; … -
Replied To a Post in Trump
Interesting. In 2013 when the GOP controlled Congress and the Senate, they called it the Obama Shutdown. Now when the GOP controls Congress, the Senate AND the White House, it's … -
Replied To a Post in Hello
Welcome. Please take the time to read the Daniweb [Posting Rules](https://www.daniweb.com/welcome/rules). You might also want to [Read This Before Posting a Question](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) to increase your chances of getting a timely … -
Gave Reputation to Michelle_10 in Unique IT thesis topic for 2011
can you please help us in our thesis project. Give us some latest proposal title. Thankyou! -
Replied To a Post in Unique IT thesis topic for 2011
If you can't show any effort why should we? -
Replied To a Post in Help me make a list of database servers!
Technically, MySql is not a database server. It is a database engine and the engine plus the supporting hardware/software constitutes a database server. A **database**, however, is the set of … -
Replied To a Post in What's the HARDEST program you've written?
Well, I had a boss (for far too many years) whose idea of a spec was "you've worked for me for long enough that you should know what I want". … -
Replied To a Post in What's the HARDEST program you've written?
The hardest program wasn't the hardest because of its complexity although it **did** involve linked lists within linked lists within linked lists (possibly four levels deep). I wrote it to … -
Replied To a Post in messed up cacls command, now I can't access files
Try opening a shell as Admin and typing cacls pics /e /g %username%:full but if that doesn't work you could always boot into a linux livecd and just copy the … -
Edited how to link data base delete button to the website delete button
how to link data base delete button to the website delete button -
Endorsed Dani
-
Endorsed Dani
-
Endorsed Dani
-
Endorsed Dani
-
Replied To a Post in Removing old, unused columns - Need suggestions on not breaking apps.
The stuff I was referring to was code from way back (circa 2000). The offending code was written using ADO. This was before all the interface objects like Readers came … -
Replied To a Post in Removing old, unused columns - Need suggestions on not breaking apps.
There is also the possibility that some programmer wrote code that accesses the columns in a recordset by number rather than by name. I've seen it done more than once … -
Replied To a Post in Last week for Windows 10 Free Upgrades. Now closing on Jan 16, 2018
Officially, Microsoft was still offering the free upgrade only to users of "accessibility" features but they weren't asking for any verification so it's basically just an extension. I have two … -
Deleted a Post in Sowftware architecture
Try GitHub [Click Here](https://github.com/join) -
Replied To a Post in Circle/ball collision problem....
I presume delta (change in) x and delta y (calculus terms). -
Undeleted a Post in Problems with accessing AOL Mail
Hello everybody! I'm from Germany, so please excuse my language mistakes. My problem refers to the use of Aol Mail. I can access this site and even read my mails, … -
Deleted a Post in Problems with accessing AOL Mail
Hello everybody! I'm from Germany, so please excuse my language mistakes. My problem refers to the use of Aol Mail. I can access this site and even read my mails, … -
Replied To a Post in Captcha before posting?
At the worst I was repeatedly cycling through the four top-level forums, mass deleting 50-100 spams in each. By the time I was done the last forum it was time … -
Replied To a Post in Converting numbers to words in C++ using SWITCH
A switch construct needs a `switch` statement. You don't have one. Look up the syntax. -
Replied To a Post 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 c++ assignment
OK. Done. Now what? -
Replied To a Post in West bengal
Winnipeg, Manitoba. And -27 means it is getting warmer. We had a few days of -35C with a -47C windchill. -
Replied To a Post in Help with C++ program
BTW - If you want something done for case 4 then you should put more there than just an output statement. Also, I know formatting style is a very personal … -
Replied To a Post in West bengal
Hello. How are things in West Bengal? Probably a lot warmer than here (-27C) just now. -
Replied To a Post in i'll tell you about creating a class in c++ Object Oriented Programing
Is there a question? -
Replied To a Post in Need help deleting specific lines from file in python
There is a general rule in programming that states "if you don't know what your program is supposed to do then you shouldn't start writing it." Start by writing the … -
Replied To a Post in Help with C++ program
Check the pairing of your brace brackets. They aren't paired properly. You are missing a few closing brackets in `case 2`. You should also remove the final closing brace at … -
Replied To a Post in Is DW alive?
@ddanbe - did you reply to the wrong post? -
Edited Mysqli image fetching issue
hi, i am new to php. I am trying to fetch the image stored in database by using mysqli but couldnt fetch it. Please help me with this. Please find … -
Replied To a Post in Grand Total of one text box in Vb.net
Typically, if you want to display multirow data from a database you use a DataGridView rather than a Textbox. I'm assuming multirow otherwise you wouldn't need to do a sum. -
Replied To a Post in Grand Total of one text box in Vb.net
And what part is giving you trouble? -
Replied To a Post in Flickering screen after Windows Update
You might want to check out [spinrite](https://www.grc.com/spinrite.htm). It might recover otherwise inaccessible areas of the drive. -
Replied To a Post in how can I learn html
If you are too lazy to do a simple google on the subject then I suspect you are too lazy to put in the effort to learn it. -
Edited 2Khz sound signal using PC sound card
How to generate 2KHz sound signal using pc soundcard continuously in python -
Replied To a Post in Sowftware architecture
Can I assume you meant **"deploying"**? There are lots of apps I deplore. -
Replied To a Post in Happy Holidays
So the skiing wasn't great but the apres ski was fantastic. Started out trying to feed the squirrels but they wouldn't come close. Instead, a chickadee landed in my hand … -
Replied To a Post in Laptop mouse not working
Does it matter which USB port you plug it into? Is it a wired mouse, or a wireless mouse? If it's a wireless mouse, are the batteries fully charged? Do … -
Replied To a Post in Happy Holidays
"It's not the years, sweetheart. It's the mileage." - Indiana Jones
The End.