4,901 Posted Topics

Member Avatar for tony75

Can you be more specific as to what you mean by system programming? Please also specify what system.

Member Avatar for Reverend Jim
0
417
Member Avatar for Harshali_1

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 tree - appropriate. Calculating factorials of large numbers - not appropriate. Assuming bug-free code, the trouble is generally that of …

Member Avatar for sritaa
0
477
Member Avatar for santhosh_8

You neglected to add bullet point 4 - Post your code so I don't have to do anything myself

Member Avatar for Reverend Jim
-1
3K
Member Avatar for Murali_3

If you want something **like** Adobe Photoshop then check out [gimp](https://www.gimp.org/). It's powerful and free.

Member Avatar for Reverend Jim
0
309
Member Avatar for johnsonkawemba

1. Don't post in all caps. It's rude unless you are posting old FORTRAN code 1. If you want to earm vb, don't learn vb6 (from your tag). Pick a new version 1. Google "vb.net tutorials" instead of asking us to do it for you

Member Avatar for Reverend Jim
-1
287
Member Avatar for Duff231
Member Avatar for Fernando_14

I used to use the Regular Expression plugin until I rolled my own stand-alone tester.

Member Avatar for bob.clarke.16
1
3K
Member Avatar for dukoolsharma

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 clearer/cleaner code myobj1.Add(myobj2) or myobj1 + myobj2

Member Avatar for Reverend Jim
0
349
Member Avatar for praise23
Member Avatar for Ray Paseur
-1
237
Member Avatar for Veselin_1
Member Avatar for Reverend Jim
0
237
Member Avatar for Aaron_17

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?

Member Avatar for Reverend Jim
0
385
Member Avatar for Sondos _1
Member Avatar for Reverend Jim
0
1K
Member Avatar for Nezar Al-Akhras

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.

Member Avatar for Reverend Jim
0
346
Member Avatar for jjsulzer

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 were not indented) were interpreted as MarkDown formatting commands (header lines). I corrected that but did not bother applying proper …

Member Avatar for Reverend Jim
1
3K
Member Avatar for terrie4

>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 years and never had one that didn't give me daily grief. Spotty connections even at close range, randomly dropped connections, …

Member Avatar for rproffitt
0
377
Member Avatar for Reverend Jim

I can't seem to find a way to send a PM. I tried going to the member's profile page but the PM area is gone.

Member Avatar for happygeek
1
9K
Member Avatar for Thanseeh
Member Avatar for JModak
Member Avatar for Reverend Jim
0
3K
Member Avatar for joshi1984

Why not start with the simplest case. Create a textbox for one set of the IP address digits and use the keystroke events to restrict entry to only digits and values from 0-255. Once you have the logic for that you can expand to the full case. If you know …

Member Avatar for xrjf
1
5K
Member Avatar for EddiRae

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 a file to that folder?

Member Avatar for EddiRae
0
1K
Member Avatar for Jagruti22

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 code where cmdSearch is defined and identify its scope. It is possible that you declared it without the `New` keyword …

Member Avatar for Reverend Jim
0
745
Member Avatar for misstj555

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 very important part of communication.

Member Avatar for misstj555
0
4K
Member Avatar for Quaternions

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 do this sort of thing with vbScript. Here's how I did it. Copy the following code into a text file …

Member Avatar for Reverend Jim
0
1K
Member Avatar for Jagruti22

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 defined elsewhere or they may not. Or they are defined elsewhere and are out of scope. Note that you haven't …

Member Avatar for xrjf
0
452
Member Avatar for lacaca
Member Avatar for dukoolsharma

What do you mean by "first time"? Do you mean 1. first time after you install the framework 1. first time after you boot Windows Depending on what you mean it could be that certain components must either be initialized (such as after an install) or loaded into memory (such …

Member Avatar for HimaniBansal
-1
310
Member Avatar for TheEVOdev

But it's better if you post in an approprite section. For example, programming questions should be asked in the programming section, etc.

Member Avatar for Ella34
0
326
Member Avatar for vantage23
Member Avatar for vantage23
0
4K
Member Avatar for Hicham_4

I'd rather have questions that can't be answered than answers that can't be questioned. - Richard Feynman

Member Avatar for vegaseat
0
356
Member Avatar for Leem_1
Member Avatar for nourimane
1
943
Member Avatar for Vinod_16

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 For Each nwi As NetworkInterface In NetworkInterface.GetAllNetworkInterfaces If nwi.OperationalStatus = OperationalStatus.Up Then If nwi.NetworkInterfaceType = NetworkInterfaceType.Wireless80211 Then Debug.WriteLine(nwi.Name & " …

Member Avatar for Reverend Jim
0
379
Member Avatar for sireiz
Member Avatar for slcmarco
0
2K
Member Avatar for Aron Smith

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 have a button which will indicate battery health when pressed via 1-5 LEDs. Dell power cables also have a `sense` …

Member Avatar for Reverend Jim
0
771
Member Avatar for MattyEva

>What does all slots have to do with this error? Probably nothing so I removed it.

Member Avatar for Reverend Jim
-1
397
Member Avatar for misstj555

>I get an error message when I used this code Then why not post the error message and identify the line that throws it?

Member Avatar for misstj555
0
2K
Member Avatar for Nguyenthaonhi

In an admin shell type cacls %temp% /G everyone:f `/G` replaces existing ACLs whereas `/E` edits (modifies) existing ACLs

Member Avatar for Reverend Jim
0
383
Member Avatar for idaryl

In the accounts settings (where you enter the connection info) there should be a **Test Connection** button. What happens when you click it?

Member Avatar for rma
0
347
Member Avatar for Dani

My only comment is that when you go to the home page all you see is a few random posts. In order to get an idea of what the site is about you have to click on the waffle and in my opinion that is not an obvious action.

Member Avatar for alan.davies
1
4K
Member Avatar for almarionoah

Computers usually come configured with several partition, to wit: 1. Recovery (not accessible through Windows) 1. Diagnostics (ditto) 1. C: (Windows/apps/user files) I've told family and friends that I will halp them maintain their computers as long as I can get at them before they are first used. Here is …

Member Avatar for adam_k
2
4K
Member Avatar for Braden_1

And that "one" should not be VB6. A couple of approaches, all of which involve reading each line and **Split**ting on the space that separates each field. Create a SortedList where the key is the name and the value is an array of the remaining elements. Copy the names to …

Member Avatar for Reverend Jim
0
868
Member Avatar for Moha_3

So, basically, you want us to do everything except the actual file I/O? What, exactly, will you learn if we do that?

Member Avatar for Reverend Jim
0
526
Member Avatar for rproffitt

I have a Dodge Grand Caravan with separate temperature controls for driver/passenger. We go to the cottage at Shebandowan Lake for 4 months of the year and last spring, a week before leaving, the passenger side control stopped working. It was stuck on "heat" regardless of the dial position. Dodge …

Member Avatar for rproffitt
0
2K
Member Avatar for Divinedar
Member Avatar for rproffitt

I installed it on Oct 3 but because I automatically take a differential image every morning I was able to roll it back out.

Member Avatar for Reverend Jim
2
2K
Member Avatar for happygeek

1. Yes 1. Yes 1. What one change would you most like to see at Daniweb.com?

Member Avatar for Reverend Jim
1
2K
Member Avatar for Isaiah_4
Member Avatar for cambalinho
Member Avatar for cambalinho
0
601
Member Avatar for Hamza_23

That doesn't narrow it down much. Are you having a problem, don't know where to start?

Member Avatar for Adhocdegra
0
772
Member Avatar for simm3

You might try [shedskin](https://code.google.com/archive/p/shedskin/) which I found in 5 seconds via google.

Member Avatar for Reverend Jim
0
346
Member Avatar for Ashish Kumar_1

Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). Pay special attention to the one that says **Do provide evidence of having done some work yourself if posting questions from school or work assignments**

Member Avatar for AS@daniweb.com
-2
702

The End.