4,901 Posted Topics

Member Avatar for Reverend Jim

I've never been a fan of readme files. They are fine for project files where you will likely need note of building an application, or for distribution packages where you might need extra information on installing a package. But sometimes you want to add a comment to a file (perhaps …

Member Avatar for Reverend Jim
2
795
Member Avatar for Alexandre_2

What you are asking is like a mechanic posting the question "how do I build a car". Your question is to big to be addressed on this site. If you've read the Daniweb [Posting Rules](https://www.daniweb.com/welcome/rules) then you'd know that we expect you to show some effort first.

Member Avatar for Reverend Jim
1
549
Member Avatar for byron_2
Member Avatar for Andrew_41

I'm pretty sure he means hovering the mouse over the thread title to preview the contents.

Member Avatar for Reverend Jim
1
363
Member Avatar for Leeduncan

The first things you need are a Langstrom seven-inch gangly wrench and a 7/16" catheter truncheon bolt.

Member Avatar for rproffitt
0
286
Member Avatar for diafol

At the risk of sounding like a broken record, I don't see why new threads containing code, or tagged with C++, java, vb, etc. can't be automatically moved to the programming forum. Why involve the moderators at all?

Member Avatar for Reverend Jim
5
3K
Member Avatar for Siberian

Sometimes these folders are created during the installation process. They can safely be deleted but occasionally this can be difficult. You might try deleting the folder from a command shell running as Admin.

Member Avatar for mechbas
0
326
Member Avatar for Raul_5

The only problem I've had with Outlook is that it is so difficult to find the options. Menus and sub-menus, each with buttons, buttons, buttons, advanced options, etc. I use Outlook on my wife's laptop and Thunderbird (which I prefer) on mine. One of these days I'll convert Outlook to …

Member Avatar for corsario007
-1
329
Member Avatar for Noor_7

This might help until you fix the actual problem. Open a shell as Administrator and add the following line to `C:\WINDOWS\System32\drivers\etc\HOSTS` 127.0.0.1 wonderlandads.com

Member Avatar for Anthony_16
0
566
Member Avatar for life assosication
Member Avatar for Reverend Jim

I have been having a problem for a few months with the video driver for my Dell laptop. The hardware/driver are from Intel. The driver from 2016-09-29 works just fine. It has a feature that I use regularly to rotate the display via hotkeys - very convenient for document reading. …

Member Avatar for Reverend Jim
1
409
Member Avatar for shivya_1

I suspect the problem is with the field named `E-mail`. Either put delimeters around it like `[E-mail]` or, better yet, rename the field to `email`.

Member Avatar for inthewind
0
406
Member Avatar for Thomas_32

>I'd like to have someone take a look and at least tell me what type of encryption was used I don't know if it will do any good but perhaps you could post one of the scripts for us to see. >I used a free, vendor-supplied utility Can you tell …

Member Avatar for Reverend Jim
0
521
Member Avatar for Siberian

If all else fails there is always the free version of [Resilio Sync](https://www.resilio.com/individuals/) formerly BitTorrent Sync. I use it to sync a folder on my laptop (Winnipeg) with one in Long Island.

Member Avatar for rproffitt
0
543
Member Avatar for Reverend Jim

Here's an interesting little scenario. You get challenged to a game of coin toss. Both players pick a sequence of coin toss results (heads or tails). The coin is repeatedly tossed until the sequence for one of the players occurs. The loser pays the winner a dollar. You'd assume that …

Member Avatar for xrjf
0
2K
Member Avatar for jkon

>from the lack of activity on DW these days On the plus side, I can be offline for several days (got to camp on Thrsday but had to wait until today to go to town and activate my internet & phone for the summer) and still get caught up with …

Member Avatar for Dani
2
548
Member Avatar for gahhon

Yes. It's the description of the structure and API (application programming interface) of a document. For details please see the [w3 description](https://www.w3.org/TR/DOM-Level-2-Core/introduction.html).

Member Avatar for ife_1
0
230
Member Avatar for Paul_54

I can't imagine that I/O wasn't one of the first things covered in whatever programming course you are taking but here is an example Dim text() = {"line 1", "line 2", "line 3"} Dim sw As New System.IO.StreamWriter("D:\output.txt") For Each line As String In text sw.WriteLine(line) Next sw.Close()

Member Avatar for ddanbe
0
230
Member Avatar for Jàck_23

Sure thing. Where are you stuck? We **will** help but we won't do your homework for you. If you don't have any code then I suggest you write pseudo-code and post that.

Member Avatar for JamesCherrill
0
695
Member Avatar for Giga_1

>Suggest an edit I suggest you reword and repost your question. I couldn't make heads or tails out of what you are asking. What is a `fine`? What is a `drawer`? What do you mean by `the first line of the first line`? Examples with an actual array might help.

Member Avatar for Reverend Jim
0
116
Member Avatar for Zulhilmi_1

Looking at your data I interpret it as being lists of lists. Data Set 1 consists of two lists A B C D Data Set 2 consists of two lists A Q C B C D So break your problem down. Instead of comparing two Data Sets you are comparing …

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

You had T-Shirts (and probably coffee mugs) and didn't tell me when I came to visit? Shame on you :-(

Member Avatar for Dani
0
299
Member Avatar for Reverend Jim

You can win up to [$55,000 to optimize NASA's Fluid Dynamics code](https://arstechnica.com/information-technology/2017/05/nasa-wants-you-to-make-its-fortran-code-run-faster/). See the link for details.

2
225
Member Avatar for Siberian

@Subbu_2 - If you want to know when this issue is sorted out then I suggest you bookmark the thread and check on it periodically instead of putting the onus on the OP to contact you. Or, if you go to the first post in the thread and click on …

Member Avatar for rproffitt
0
2K
Member Avatar for Dani

I got the chest thing last winter and for the first time in years I managed to fight it off before it turned into bronchitis. Hope you are feeling better soon.

Member Avatar for Dani
0
350
Member Avatar for yosri_1
Member Avatar for winbatch

>pls design and develop a basic program dat converts minutes into days Judging by your post it is possible that you have not read the Daniweb [Posting Rules](https://www.daniweb.com/welcome/rules) and [Terms of Service](https://www.daniweb.com/welcome/tos). Please give these a read. You might also want to [Read This Before Posting a Question](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) Here is …

Member Avatar for Reverend Jim
1
9K
Member Avatar for UI

The advice was given as >Don't use double as Booleans. Your question was >Why can't you use a double as a boolean ? You weren't told that you couldn't. You were told, in effect, that you shouldn't. There's a big difference. You shouldn't run with scissors and you shouldn't use …

Member Avatar for Reverend Jim
0
282
Member Avatar for alfroadgoerge

>Folk that were chatting here may never come back to you. Particularly Ancient Dragon. We miss you Mel.

Member Avatar for Reverend Jim
-1
748
Member Avatar for karthik_10

Unless you are connecting to the db using the server name and the database instance in which case you server name in the connection string would look like \\164.128.12.93\dbserver \\merlin\dbserver assuming that the IP address of the server is 164.128.12.93 or the server name is merlin.

Member Avatar for xrjf
-1
1K
Member Avatar for simon_9

I'm assuming it is powered by the USB connection. If so, does it work when you use a short cable? If it does than I'm guessing that it just barely gets enough power through the short cable and the power drop over the longer cable means it isn't getting enough …

Member Avatar for rubberman
-1
312
Member Avatar for Sammy_3
Member Avatar for baabjitvk
Member Avatar for yayaza
Member Avatar for Reverend Jim
0
1K
Member Avatar for Sammy_3

I used to do that all the time. I wrote a large number of command line scripts to simplify network admin tasks. For example, adding a network printer to a workstation took me 15 seconds from the command line. Compare that to navigating through multiple GUI windows. The only downside …

Member Avatar for Reverend Jim
0
129
Member Avatar for Prasad_4
Member Avatar for Reverend Jim
-2
1K
Member Avatar for major_lost

There is a simple way to add multiple textboxes to a form at runtime and store references to them in an array so that they can be accessed by index. I created an example a few months ago to demonstrate this technique using buttons but you can easily use any …

Member Avatar for Reverend Jim
0
4K
Member Avatar for john_beginner

You google "python convert string to integer" and pick one of the 536,000 results instead of asking someone here to do it for you.

Member Avatar for Reverend Jim
0
21K
Member Avatar for Henzolena

Help you with it? yes. But we are not going to do it for you. Show us what you have so far.

Member Avatar for Reverend Jim
0
105
Member Avatar for happygeek

I don't know about in jail. I thought they'd just confiscate the equipment. Be nice to know for my next trip down south.

Member Avatar for AssertNull
1
802
Member Avatar for Ritesh_4

It is possible that your connection somehow got switched to "metered". If set to metered, downloads are deferred, although for how long I am not sure. I've attached a script (vbs) that you can execute to get a connection's metered/non-metered status and set it to one state or the other. …

Member Avatar for rproffitt
0
507
Member Avatar for DAS-03590

1. This thread was already marked as solved. 1. I really doubt that an XP answer needs further updating.

Member Avatar for Subbu_2
0
571
Member Avatar for jigglymig

Three steps: 1. Set the position of the start of the selected text 1. Set the length of the selected text 1. Change the font size by specifying a new font with only the size changed Example - Let's assume a RichTextBox named `rtb` (for brevity). Let's say you want …

Member Avatar for Reverend Jim
0
242
Member Avatar for Siberian

I don't use lambdas. THey may be concise but I find them generally cryptic and I value clarity over conciseness.

Member Avatar for Reverend Jim
0
139
Member Avatar for davy_yg

Works for me here as well in Canada. Windows 10 & Chrome. Also works in Firefox. I might help if you told us what OS and browser, or even what device you are trying to view it on. It's kind of like saying "My car doesn't work. What is wrong …

Member Avatar for diafol
0
1K
Member Avatar for DobyMoby

Temporary data, by definition, does not need to be saved. If you are referring to saving in one session, then restoring it in another, you would use either My.Settings (which you don't seem to want to use) or some other external store like a database or other file. Typically you …

Member Avatar for xrjf
0
349
Member Avatar for Reverend Jim

I'm at the cottage for the summer. Out here I have a metered connection and I try to keep under 3 gig per month (or I have to pay extra). Until this year that hasn't been a problem. This year, however, I have Windows 10. With Windows 7 I could …

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

For anyone who is having trouble with regular expressions, I suggest you have a look at [this site](https://regexper.com/#%5Cd%7B1%2C3%7D) by Jeff Avallone. It takes a regular expression in the native (cryptic) format and produces a visual display of the same expression. For example, ^[a-z0-9_-]{3,16}$ becomes ![Screenshot_(10).png](/attachments/large/3/8a654e76556ecc115d044b9d7626b810.png "align-center") and the pattern for …

8
344
Member Avatar for Raddin

How do you want this to work? Your brief description leaves several possibilities. No point in suggesting the ones you don't want. For example, you could have a textbox with a text changed event handler that automatically populates a listbox based on what you type as you type it. This …

Member Avatar for JamesCherrill
0
349
Member Avatar for Noname_1

I love doing Sudoku puzzles. What I don't like doing is doing them by hand with pencil and paper so I wrote a vb.net app that takes out the drudgery (writing, erasing, writing, erasing...). It doesn't have any smarts built in (that would take away the fun part). What it …

Member Avatar for Reverend Jim
0
484

The End.