4,911 Posted Topics

Member Avatar for joshl_1995

It's time to start ruling things out. Run task manager. Disconnect from the internet (yank the cable or turn off your wireless). Does your CPU usage go down? Boot into safe mode. Is CPU still high? If the CPU is maxed out, what task(s) are responsible? The snapshot you posted …

Member Avatar for Reverend Jim
0
1K
Member Avatar for mlhazan
Member Avatar for Dan_7

Copy the old profile to another location then delete the old profile. When you log back in as that user, a new profile should be created. Copy the desktop back to the new desktop from the saved profile.

Member Avatar for Reverend Jim
0
164
Member Avatar for arij khan

Unfortunately, now thay you have expanded C into the deleted partition you are likely out of luck. For the future I suggest you do regular backups of your files, especilly the important ones, to external media. Personally, I keep two external hard drives. I back up all changed files to …

Member Avatar for alexsaymond
0
92
Member Avatar for Dani

My career at Manitoba Hydo was about 20% developing/maintaining new applications and 80% maintaining/enhancing applications/systems developed by others. You have to context switch between only two systems, both developed by you. While I am sympathetic, trust me when I say it could be a lot worse. You can also trust …

Member Avatar for invisal
0
608
Member Avatar for Sean_11

It would help if you identified what language you are programming in. That being said, this is obviously homework and we will not do your homework for you. I don't see any proof of effort on your part, even to the extent of rreading [the forum rules](https://www.daniweb.com/community/rules).

Member Avatar for Reverend Jim
0
146
Member Avatar for Michael_47

Can't find anything? Thsts funny. When I google [update error 8007007F](https://www.google.ca/search?q=update+error+8007007F&oq=update+error+8007007F&aqs=chrome..69i57&sourceid=chrome&es_sm=93&ie=UTF-8) I get quite a few hits.

Member Avatar for Reverend Jim
0
198
Member Avatar for Teddy112

It's like using an index at the back of a book to get the page (address) of a particular topic. Instead of scanning the book looking for the topic you just get the address from the index and go directly there. You can add an index for any field (or …

Member Avatar for Teddy112
0
162
Member Avatar for javi2015

You can find just about any connection string at [connectionstrings.com](http://www.connectionstrings.com/mysql/).

Member Avatar for necrovore
0
179
Member Avatar for jkon

>How difficult could be to recognize DaniWeb as an app that could have multiple UI's Keep in mind that, unlike Google and Facebook, Daniweb is the product of one person with finite time and resources. >The second question should be the obvious one, I have to click in the menu …

Member Avatar for Reverend Jim
0
610
Member Avatar for JOSheaIV

>Finder is slightly useful, but there is better way to do it. What would a better way be? I was taught that when I go to my boss with a problem I should have a solution in mind. >Hiding it in a NOT so obvious tiny little icon is not …

Member Avatar for Popc0rn
1
2K
Member Avatar for DeanMSands3

Once you get Windows 7 back up and running you may want to have a look at [GWX Control Panel](http://blog.ultimateoutsider.com/2015/08/using-gwx-stopper-to-permanently-remove.html) to help prevent any further attempts from Microsoft to UPDATE-YOU-FOR-YOUR-OWN-GOOD. @ECODATA - That's why they invented [Virtual Box](https://www.virtualbox.org/), [Virtual PC](http://www.microsoft.com/en-CA/download/details.aspx?id=3702) and [VMWare](http://www.vmware.com/ca/en/products).

Member Avatar for goodtaste
0
323
Member Avatar for mnewsome

If you can cable in to the router then you can get the password from the admin interface. Or you can ask whomever maintains the router for the password.

Member Avatar for IntegratedTweak
0
372
Member Avatar for sylvarosetech

As I said in your previous post with the same question, you have to provide more details if you want a meaningful answer. What is it that you are having problems with? Is it trying to connect to the database? If so, what type of database are you connecting to? …

Member Avatar for Reverend Jim
0
99
Member Avatar for Mixer_1

Welcome to DaniWeb. Feel free to post questions. Before you do, please review [the rules](https://www.daniweb.com/community/rules). The rules are not useless boilerplate drivel. They're meant to be read and followed.

Member Avatar for Mixer_1
0
97
Member Avatar for sylvarosetech

You write a query and pass it to the database engine to execute. When you get the results back you display them. If you want more detail then you have to provide more detail. You should read through [the rules](https://www.daniweb.com/community/rules) while you are at it. Based on your question it …

Member Avatar for Reverend Jim
0
84
Member Avatar for Siberian
Member Avatar for themaj

I just open two instances of Visual Studio and copy/paste controls & code between projects.

Member Avatar for Santanu.Das
0
312
Member Avatar for lefteven20

I noticed a couple of things. First of all, you should have posted this in the thread you already statrted for this problem. Other than that: GrowthRate = 1 * (DailyPercent / 100) should be GrowthRate = 1 + (DailyPercent / 100) But even that won't work because you have …

Member Avatar for Reverend Jim
0
201
Member Avatar for DenisOxon

My preference is that if I am reading/writing enormous files I use StreamReader/Writer but if I am working with smaller files (anything under 1000 lines or so) I read/write the entire file all at once and skip the Streaming.

Member Avatar for Reverend Jim
0
162
Member Avatar for DenisOxon

At some point the people/person asking for the conversion will almost certainly come to you with a statement that begins with "As long as you are rewriting it you might as well...". This is known as scope creep. They will assume that as long as you are rewriting it will …

Member Avatar for DenisOxon
0
388
Member Avatar for lefteven20

You are over complicating the problem. You need three things as input 1. the number of organisms in the original population 2. the number of days to calculate growth 3. the percentage growth per day The user will likely enter the growth rate as a number from 1 to 100. …

Member Avatar for lefteven20
0
572
Member Avatar for davecoventry

In MS SQL you could do a Bulk Insert. In MySql it is LOAD DATA INFILE 'C:\MyTextFile' INTO TABLE myDatabase.MyTable FIELDS TERMINATED BY ',' Should be much faster then inserting record by record. You just have to have a text file in a regular (record) format. Specify a field terminator …

Member Avatar for pritaeas
0
573
Member Avatar for dreamvivek

Are you using postfix or infix notation? If you are using infix then I don't see how your `plus` code will work because you can't do the calculation until you know the second operand nd you won't know that until you press a second operator (or `=`). For example, most …

Member Avatar for Reverend Jim
0
190
Member Avatar for billman11

What changes have you made between when it was running fine and now? Have you checked the CPU load/memory with task manager? Have you checked for a virus/malware? Is it slow in general or just when browsing? Is yourcomputer 10 years old with little memory and are you trying to …

Member Avatar for IntegratedTweak
0
101
Member Avatar for BestBuyIC
Member Avatar for savvas3000

For a starting languge I would recommend one of vb.net, C# or Python. I lean more towrd the first two because of a lack of a visual development environment for Python.

Member Avatar for denvii92
0
213
Member Avatar for paul1145

You might have a look at [Perry's ID3 Tag Library](http://glassocean.net/perrys-id3-tag-library/). It's free and open source.

Member Avatar for Reverend Jim
0
402
Member Avatar for Mohamed_26

That's impossible to answer meaningfully without knowing the nature of the project.

Member Avatar for Mohamed_26
0
159
Member Avatar for Stefan_6

Here's one suggestion. This example uses a form with `KeyPreview = True`. You need this in order to process the keystrokes. Public Class Form1 Private CurrBtn As Button = Nothing Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load For Each btn As Button In Me.Controls.OfType(Of Button)() AddHandler btn.Click, …

Member Avatar for Reverend Jim
0
405
Member Avatar for westsiderailway
Member Avatar for overwraith
0
667
Member Avatar for Dani
Member Avatar for diafol
0
202
Member Avatar for izzwizz

Save all of your user data to an external device first. Using the recovery partition will wipe everything.

Member Avatar for CimmerianX
0
167
Member Avatar for Papa_Don

How about putting the controls you want to show/hide as a set into a groupbox. Then you can just make the groupbox visible or not to show/hide all of the controls in it.

Member Avatar for Reverend Jim
0
552
Member Avatar for Miurei

Look at [this code snippet](https://www.daniweb.com/programming/software-development/code/464769/export-listview-to-excel-spreadsheet).

Member Avatar for Reverend Jim
0
71
Member Avatar for tinapanpan

I would assume that if you don't have a blu-ray player then there is no way to convert it to any other format just like if you have a floppy disk (remember those?) but no drive to put it in you won't be able to read it. That aside, please …

Member Avatar for JacobBrown
0
153
Member Avatar for invisal

I was using current versions of FireFox & Chrome. Unless "older web browser" was referring to me ^_^ In any case I haven't had a problem since we went to the new interface. Have I mentioned how much I like it (now that I've given it a fair shake)?

Member Avatar for Dani
2
343
Member Avatar for sing1006

Put a breakpoint at cmd.CommandText = "SELECT FM_No FROM tbl_FailureMode WHERE MC_No= " & DMC_No.Item(i) & "" and check the value of `DMC_No.Item(i)` in either the watch or immediate windows. Note that you don't need the `""` at the end. You can just use cmd.CommandText = "SELECT FM_No FROM tbl_FailureMode …

Member Avatar for Reverend Jim
0
396
Member Avatar for Papa_Don

I think you are missing the point. If you just want to store a series (list) of strings (or numbers or whatever) you can declare a list and specify what you want it to be a list of. For example, if you want to store a list of strings you …

Member Avatar for Papa_Don
0
1K
Member Avatar for Dani

As I understand it, I can add a tag when I create a thread but the creation of a tag is not mandatory. When someone posts a new vb.net question and does not create a vb.net tag then how am I to know about it when I have to select …

Member Avatar for Nick Evan
2
1K
Member Avatar for wilsonchama

For SqlCommand you can't use `?` for parameters. Replace it with `@badge` as in query = "SELECT [Surname], [OtherNames], [NRC], [DOB] " & " FROM tblEmployees " & " WHERE EmpNo =@badge"

Member Avatar for Reverend Jim
0
325
Member Avatar for JOSheaIV

I will occasionally mark a thread as "answered" if it has been idle for a while and if one or more of the responses clearly satisfies the original question.

Member Avatar for JOSheaIV
4
236
Member Avatar for major_lost

It's actually less trouble to just show you the code than it is to chastize you for not showing any effort to solve it yourself ^_^. Dim myFiles As New List(Of String) For Each file As String In My.Computer.FileSystem.GetFiles("D:\temp") myFiles.Add(file) Next Dim rnd As New Random MsgBox(myFiles(rnd.Next(0, myFiles.Count))) What do …

Member Avatar for Reverend Jim
0
1K
Member Avatar for LukeJWhitworth
Member Avatar for SAMMY12345

Starting with Build 10565, Windows 10 will display ads in the start menu. Microsoft is calling them "suggested apps" rather than ads, but ads is what they are. It is currently enabled only for those running the Windows Insider edition. Good? You decide.

Member Avatar for jacob81
0
293
Member Avatar for jdm

I have no comments on the design but I thought you might be interested in [My Movie API](http://mymovieapi.com/). I use it from vb.net to retrieve movie info. You might find it useful if you are currently populating the database manually.

Member Avatar for JOSheaIV
0
1K
Member Avatar for nullptr

When you click `>_Inline Code` it inserts that text and leaves it selected so that anything you type will replace it. If you already have text selected when you click it, that text gets changed to inline code. Same as clicking `bold` or `italic`.

Member Avatar for Reverend Jim
0
215
Member Avatar for major_lost

I'd try this out locally but there are several undefined "things" like `Sounds`, `Difficulty`, etc. Also, there is not enough information to recreate the form, not to mention the lack of any information as to how this is all supposed to work.

Member Avatar for Reverend Jim
0
504
Member Avatar for nosfa

Once it's been solved you can just click on **Answered? Mark As Solved** at the top right of the screen.

Member Avatar for Reverend Jim
0
218
Member Avatar for Doogledude123

The simplest definition of a forum is "a place for discussion." If DaniWeb doesn't qualify for that then I don't know what would.

Member Avatar for Dani
0
620

The End.