-
Replied To a Post in Create a student class
It also makes it possible to (in some cases) copy/paste code if someone wants to do local testing to help you out. -
Replied To a Post in Create a student class
Post the code using the code block tool `</>`. -
Replied To a Post in Overloading Python Operators
Same need as in any other language that supports operator overloading. If you want to perform an addition (for example) on two instances of a custom object, what would produce … -
Endorsed Ray Paseur
-
Replied To a Post in Create a student class
You neglected to add bullet point 4 - Post your code so I don't have to do anything myself -
Replied To a Post in What is the best game in 2018
Best game in 2018? Canasta. And what's wrong with a good old-fashioned card game? It involves interacting with actual people in actual reality. It involves thinking instead of just frantically … -
Replied To a Post in Linked list modifying
Please repost this using the code tool with proper indentation. -
Replied To a Post in Deleting extended attribute set due to presence of reparse point. Help!
>the only way folk learn is to lose it all. I wish that lesson didn't have to be learned first hand. The rule being "when you lose, don't lose the … -
Replied To a Post in Deleting extended attribute set due to presence of reparse point. Help!
My suggestion would be to go to your friend's computer (take along an 8 gig or larger USB stick). Download the Windows 10 install media and create a bootable USB … -
Replied To a Post in Deleting extended attribute set due to presence of reparse point. Help!
If you got the free upgrade to Windows 10 then your computer has already been registered with Microsoft as legit (licensed). If you don't mind installing your apps again you … -
Replied To a Post in 2 C++ on visual studio
Other than just copy/paste the assignment and ask us to do your homework for you, what effort have you made to do this yourself? -
Replied To a Post in How to set time to delete data from database
How about you start by taking the time to more clearly describe your problem? -
Replied To a Post in How to loop a python quiz
Please repost your code using the code tool and proper indentation. -
Replied To a Post in Recursion effects in Python?
That question is too vague to be answered in detail. There are problems for which recursion is appropriate and problems for which it is not. For example, traveresing a binary … -
Replied To a Post in plz help me to get time and date
The correct solution would be to replace the batteries in the clients. Getting the date/time from the server is not a solution. By the way, it's **Ms.** Dani. -
Replied To a Post in How to store data from file redirect to new file using C
Part of the formatting problem was that the OP did not use the code tool to post the code. As such all of the lines beginning with `#` (because they … -
Edited How to store data from file redirect to new file using C
Hi all, I am working on a project that should take all the data from file redirect and write them to a new file. Here is what I have: #include … -
Replied To a Post in Question about a platform for IOS in java
At the risk of derailing this thread... Bluetooth did it again. Now that I have an app for viewing/editing text files on my Android phone, I tried to send a … -
Replied To a Post in How do I send a PM in the New Daniweb?
It was probably in reference to [this thread](https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/517993/can-you-tell-me-how-to-burn-a-dvd-dl-using-windows-10#post2249297). As I recall, the OP asked for help via PM. -
Replied To a Post in Can you tell me how to burn a DVD DL using Windows 10?
You might try the free version of [Deep Burner](https://www.deepburner.com/?r=products&pr=deepburner&prr=provsfree). -
Replied To a Post in Question about a platform for IOS in java
>It's a real shame that Apple did something to the Bluetooth system. It's not like Bluetooth was awesome to begin with. I've had several laptops and peripherals with Bluetooth for … -
Replied To a Post in Visual Basic 6.0 project [airport boarding pass generator]
Do you have a question? -
Edited Visual Basic 6.0 project [airport boarding pass generator]
I'm very new to visual basic 6.0 and I have a very less knowledge in it. My project is about airport boarding pass generator. In my first form,I have a … -
Edited Visual Basic 6.0 project [airport boarding pass generator]
I'm very new to visual basic 6.0 and I have a very less knowledge in it. My project is about airport boarding pass generator. In my first form,I have a … -
Replied To a Post in Showing Error :Index Was Out Of Range. In Datagridview Please Help....
Try For Z1 = 0 To DataGridView1.RowCount - 1 If you have 5 rows, for example, the indices are 0, 1, 2, 3, 4 -
Edited Visual Basic 6.0 project [airport boarding pass generator]
I'm very new to visual basic 6.0 and I have a very less knowledge in it. My project is about airport boarding pass generator. In my first form,I have a … -
Replied To a Post in Help! Search Button code error in vb.net
Glad I could help. -
Revoked Solved Status for Help! Search Button code error in vb.net
Please tell what's wrong in this code.. I am using 3 DateTimePicker.. I think that line has some problem...Please Help..  -
Replied To a Post in Profile pic update
>Why on Earth would anyone put themselves through the extra work of using a command line graphics editor. I also have Paint Shop Pro but there is a very good … -
Replied To a Post in Help! Search Button code error in vb.net
You see where you did Dim cmdUpdate As OleDbCommand Dim cmdSearch As OleDbCommand Dim cmdDelete As OleDbCommand What you have done is define pointers to specific objects but you didn't … -
Replied To a Post in FINDSTR & SET to create an environment variable
I've never really liked FINDSTR. For one thing, FINDSTR won't allow you to parse out the mac address. It will just list lines containing a matched string. I tend to … -
Replied To a Post in Help! Search Button code error in vb.net
I'd have to guess that cmdSearch is not defined. I suggest putting a breakpoint on that line then adding a watch on cmdSearch to see what's up. Please post the … -
Replied To a Post in Display An Image From A URL
What code? -
Replied To a Post in Search Button Error-System Null Reference Exception
It could be any of the objects you are trying to use but possibly have not defined. I can't say because you haven't included any definitions. Those objects may be … -
Replied To a Post in Word Association Game
Yum-dee-buckety (extra points if you get the reference). -
Edited Unable to get the Game of Mastermind working
I'm new to Java and I'm trying to recreate a simplified version of the Game of Mastermind. I managed to allow the player to input once but then it stops. … -
Gave Reputation to Linda_10 in Computer Science Jobs (Explain the Difference)
First learn to spell college. -
Marked Solved Status for TypeError: input expected at most 1 arguments, got 4
 I'm relatively new to python, and I'm trying to create a pokemon battle. This error has come up, I've looked up solutions but it hasn't helped me as I … -
Replied To a Post in TypeError: input expected at most 1 arguments, got 4
If by "correct" you mean "syntactically correct" your python interpreter will tell you that. If you mean does it have any logic errors, you'll have to determine that. We can … -
Replied To a Post in TypeError: input expected at most 1 arguments, got 4
`input` takes zero or one parameters. Any more than one gives an error. -
Replied To a Post in Access Denied to Folder (Windows 10)
What is the exact folder name that gives the error? Don't assume the folder name. Display it then post the output here. What happens when you try to manually copy … -
Replied To a Post in Computer Science Jobs (Explain the Difference)
Two skills you will absolutely need: 1. Ability to quickly pick up new skills. 1. Ability to communicate clearly. Pay special attention to \#2 and remember that listening is a … -
Replied To a Post in nothing
I'd rather have questions that can't be answered than answers that can't be questioned. - Richard Feynman -
Edited Datagrid Autocomplete With Other Field
Hi All Brothers I am working on ERP system and i need one help I wrote code for Datagrid auto complete. this code is working perfect but it only showing … -
Replied To a Post in How we can get IP address of computer
On my system (laptop - wireless) I can get that info under VB.NET 2017 by Imports System.Net.NetworkInformation Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click … -
Replied To a Post in Visual Studio plugins
I used to use the Regular Expression plugin until I rolled my own stand-alone tester. -
Replied To a Post in Trump
BTW, has anyone considered another possibility for exploding the debt/deficit? This debt/deficit is financed largely through the sale of T-Bills. T-Bills are considered a safe investment. Those "rich" people who … -
Replied To a Post in Trump
Problem now is that no legislation can be passed because no legislation is making it to the Senate floor. I loved it when Pelosi (effectively) said that Trump is not … -
Replied To a Post in Trump
The media is seriously failing regarding the shutdown. Several points: 1. If you repeat a lie often enough, people will begin to believe it. 1. Trump is on record (video) … -
Replied To a Post in Dell inspiron 3521 laptop Battery Not Charging
Typically there is a Dell app which will tell you the battery health. You should find it on your taskbar. Right click and select `Dell Power Manager`. Some batteries also …
The End.