5,436 Posted Topics

Member Avatar for Kate Lauren

A big tip I got long ago was to listen to the customer. Also, it's not always about the price but that you have what they need at a reasonable price. Also, service is king, long live the king.

Member Avatar for Dani
0
17
Member Avatar for Alex_112

As is this is spam to me. I could not look at what you have without an email address and I have no idea if you are storing these securely. I've lost count of web sites that store such in the clear with no concept of the security required. Next …

Member Avatar for rproffitt
0
55
Member Avatar for Abdul_68

I cheated and used the [sort() function](https://en.wikipedia.org/wiki/Sort_(C%2B%2B)) since it's part of the standard library. Since the job is to write a program to sort, that looks rather basic as we don't have to create the actual sort code since, it's already done for us.

Member Avatar for rproffitt
0
153
Member Avatar for johnnysnowman38

Not possible it seems. Why? The names are changing but if there is such a thing, your government would have it. Here's why what you asked will be incorrect in very little time: https://www.euronews.com/2020/06/25/new-street-names-in-brussels-as-belgium-wrestles-with-its-colonial-past PS. Again, ASK your government for where this information is. For a town here it's free …

Member Avatar for rproffitt
0
446
Member Avatar for Gurbachan
Member Avatar for rproffitt
0
195
Member Avatar for swathi sajja

Yup. I don't expect a fix to old versions as Microsoft leaves them behind. Checking Windows 10, Windows Media Player is version 12 so test against what many use today.

Member Avatar for rproffitt
0
112
Member Avatar for davy_yg
Member Avatar for scottoconnor956
0
772
Member Avatar for Sal_1

That has to be yes. You would write code to find your listview area then movement picks up where it is then compare. However this sounds like a bad UI decision. Also, given it's VB6 there is much brokeness so you can't count on it working on say, Windows 10.

Member Avatar for rproffitt
0
25
Member Avatar for orangeversion
Member Avatar for savedlema

That could be SQL Server Compact Edition or Sqlite. To research either, google like this: 1. VB.net SQLITE Tutorials. 2. VB.net SQL Server Compact Edition Tutorials.

Member Avatar for rproffitt
0
74
Member Avatar for Passy

The input doesn't appear safe. Is your site available so I can try > value'); DROP TABLE table;-- On the input fields or such to test if you can stand up to a good old fun like: https://www.explainxkcd.com/wiki/index.php/Little_Bobby_Tables#Example_of_SQL_injection Line 73 for example looks like open to injection. Maybe others.

Member Avatar for rproffitt
0
193
Member Avatar for pearl.kumar1

> Hello my old man! >How did you solve that problem that was just presented to me exactly the same? Look up at tinstaafl's reply. From my memory that's the fix.

Member Avatar for rproffitt
0
2K
Member Avatar for Syed_22

This sounds like you are looking for tutorials. Here's how I would find these today: https://www.google.com/search?&q=javascript+logical+operators+tutorial

Member Avatar for Emmason
0
65
Member Avatar for C_Oleyers

As c++ doesn't have a GUI system I'd be guessing if this was in Visual Studio C++ or something else. Even so, you would implement your code to that button's handler to do what you wrote above.

Member Avatar for Mike_74
3
450
Member Avatar for mexabet

Line 177 sets off the red alert here. Why? Read from: https://www.google.com/search?&q=never+store+passwords+in+a+database

Member Avatar for Dani
0
363
Member Avatar for Ayesha_14

Posted this quite a few times. Small problems. 1. Not a Code Snippet. Try another format. 2. Show your work. 3. If you are hiring this out, make a better specification document and how much you are paying as well how the pay is accomplished. Friends have used an escrow …

Member Avatar for rproffitt
0
32
Member Avatar for Chris Morris

Today and going beyond what most folk use, at the office and in prior work we would connect almost everything to the Internet which you may have read the phrase "The Internet of Things." Or IoT. This of course has lead to some issues with a lot of devices having …

Member Avatar for rproffitt
0
31
Member Avatar for falotfalon
Member Avatar for rproffitt

Here's the screen grab: ![50yearsAgoOnDaniweb.PNG](https://static.daniweb.com/attachments/1/9fb4572ed18ebec0e88c9822adaa0152.PNG) Here's the link to the 50 years ago reply: https://www.daniweb.com/posts/jump/ (doesn't work) Here's the link to the discussion: https://www.daniweb.com/programming/software-development/threads/523223/im-having-a-difficulty-in-a-program-in-c-net-framework Something happened. Don't know but interesting bug there.

Member Avatar for rproffitt
0
85
Member Avatar for lewashby

My bet is any port on the DX50 which I looked at on google are SOLDERED onto the board. They don't pop off. Google up LOUIS ROSSMANN and see his YouTube channel and watch his solder skills. That's what you need to replace such parts. Maybe he can replace them …

Member Avatar for rproffitt
0
17
Member Avatar for joshi1984

I could be wrong but such a change is more likely to be done with VBOXMANAGE or some use of the VirtualBox SDK. Let me be clear I have not looked deeply into this area but you can find the SDK and documentation with a search like: https://www.google.com/search?&q=Change+IP+in+VirtualBox+API+VB.NET That gives …

Member Avatar for joshi1984
0
107
Member Avatar for edwardphillips7
Member Avatar for Arooj_3

This looks like a project in Visual Studio 2017 or about that version. The easiest way to get the resulting assembler code is to view it in Visual Studio. How? Google this: How to view the assembly behind the code using Visual C++?

Member Avatar for rproffitt
0
40
Member Avatar for kevinzaco

Let's hear what OS you were using. Windows in the most common versions does not support this. If you want some bootable USB version of Windows it's not cheap. You want the "Windows To Go" version. Or you google workarounds which from what I've seen are pretty awful as they …

Member Avatar for Yusuf_13
2
858
Member Avatar for Yusuf_13

All that and I'm unsure about your question. I see " how did i get passed this problem? " but the words look a little off. Did you mean to ask " how do i get pass this problem? " Apple products have reset protection so the phones and tablets …

Member Avatar for Yusuf_13
0
216
Member Avatar for Kurt_3

This is a good failure. Why? Passwords should never be stored like this. Here's the google kicking that old design to the curb. https://www.google.com/search?&q=never+store+passwords+in+a+database Code and more about logins, encrypted passwords, salt and more are just a little research away. Here I won't get into that but note it's a …

Member Avatar for rproffitt
0
20
Member Avatar for Rushikesh_6

Have to answer no for a few reasons: 1. The company did not answer your questions. 2. The company via their site also did not answer your questions. And this is without noting that such screen use is our decision. Since you are using this site you are not a …

Member Avatar for iamdarkknight
0
229
Member Avatar for MagnusTheRed90

Please supply more detail than "code is not working correctly." Since you are, from what I can see using Visual Studio you can set break points to examine variables and more to narrow it down.

Member Avatar for MagnusTheRed90
0
290
Member Avatar for annetrose

That's a dead end as what's best for you may be terrible for others. Try LMS from a few companies and find your best.

Member Avatar for rproffitt
0
15
Member Avatar for Alexandramaria

Here's what most discover. Training institutions that claim to be the best are frankly lying to you. You should avoid those. In the USA and other places you can check out companies with Yelp or such. Do that!

Member Avatar for rproffitt
0
30
Member Avatar for mexabet

I think this is a good thing it failed. Why? From the code it looks like the password is stored in the database in the clear. This is no longer and acceptable practice. Well discussed at www.google.com/search?&q=never+store+passwords+in+a+database With that out of the way, use your debugging skills to track down …

Member Avatar for rproffitt
0
635
Member Avatar for SALUM_1

If you google "My PC overheats" you find there are many causes. What you've told so far does not help to narrow it down. Use google for new until you have more to tell.

Member Avatar for rproffitt
0
10
Member Avatar for stefh

That's not a simple question but for me I feel that you should test what driver works for you. You do have choices as noted at https://negativo17.org/nvidia-driver/ and many other sites. The is it worth it question could be about the PC but a 300 dollar PC is just that. …

Member Avatar for rproffitt
0
37
Member Avatar for zeekie22

Your question isn't clear. Are you talking about people to join your project, or (google this) "GitHub is now free for teams" as a place for the code repository, or something else entirely?

Member Avatar for benjamin79
5
181
Member Avatar for Chris Morris

Cisco commercial products still require staff or support to configure if you don't do this yourself. As you didn't reveal what you have now as well as who configured it the discussion is hard to impossible to start unless I write "get back to who installed and setup what you …

Member Avatar for rproffitt
0
21
Member Avatar for bradvictor1
Member Avatar for cbz6109

Seems like this happens a lot. Some call it a bug but browsers do cache content so yes, you'll have to refresh on your PC. Others will see new content when the cache expires. Check out your Page Cache setting. https://wordpress.org/support/topic/page-cache-expiration-time/ You should not set this too low. Otherwise you …

Member Avatar for AndreRet
0
82
Member Avatar for lewashby

Once I skip over the cloud players I pretty much land on the same players I see others use at https://www.tomsguide.com/round-up/best-android-music-player Here I'm OK with Amazon's own player but hey, I'm not a collector and it has enough for me. PS. Also, Hi! Good to see you are still around.

Member Avatar for rproffitt
0
85
Member Avatar for C_Oleyers

This would make a fine discussion today for lunch but with COVID-19 that won't be happening soon. As I know a lot of software developers I will write they are a varied lot. The ones that work for others in the game industry that I know didn't hit the jackpot …

Member Avatar for rproffitt
0
30
Member Avatar for jenna.crist278

Let's forget code for a moment. Where is your algorithm? What are the steps you thought through before you coded? Also, there are priors to consider: https://www.google.com/search?q=Syllable+Counting+in+java+site:www.daniweb.com

Member Avatar for rproffitt
0
34
Member Avatar for Mimi_3
Member Avatar for rproffitt
0
32
Member Avatar for rproffitt

https://www.daniweb.com/members/1186328/lacy-3 shows 0 contributions but you click through and they have made some posts.

Member Avatar for Dani
0
94
Member Avatar for rproffitt

https://www.daniweb.com/articles/latest shows me this a duplicate of my recent post. Ouch. The ability to share images looks broken too!

Member Avatar for Dani
0
96
Member Avatar for rproffitt

Just now when I crafted an answer then clicked Post Reply the button dimmed and it's just sitting there. Gave it a few minutes but there it sits. While I've found I can copy out what I wrote, tap F5 then try again it's not something others may bother with. …

Member Avatar for rproffitt
0
61
Member Avatar for Syada

From https://www.daniweb.com/welcome/rules > Do provide evidence of having done some work yourself if posting questions from school or work assignments With that out of the way, keep the question(s) to what you need help with. That is, that line of code that fails so we can narrow it down to …

Member Avatar for Fatur_1
0
608
Member Avatar for LofeDuty

Much more detail is required here. Is this some text or GUI system in use? What code do you have so far?

Member Avatar for rproffitt
0
25
Member Avatar for sujoy98

That's not very good code there. No comments, variables that are poorly named so when the author wrote this, they and God knows what they intended. Later, only God knows. While someone may trace it out the lack of comments and a few paragraphs about what it should do should …

Member Avatar for rproffitt
0
24
Member Avatar for mcm1986

Are there any other dragchutes on the build? Such as USB and HDDs attached? Remember there are prior complaints here. [https://www.google.com/search?&q=virtualbox+slow+on+"ryzen+7"](https://www.google.com/search?&q=virtualbox+slow+on+"ryzen+7") It appears that you are not alone as I read https://forums.virtualbox.org/viewtopic.php?f=7&t=93748 > I'm seeing similar reproducible very laggy perf with Win10 guests on VB 6.1.0 hosts, with Ryzen 7 …

Member Avatar for rproffitt
0
39
Member Avatar for wdigital2008

Show your work so far (read the Community Rules at https://www.daniweb.com/welcome/rules ) Also if I were to write this, I might not use the scanner class. The specs for apps I've written never demand that specific classes be used. That's up to the author or system designer. Is this homework?

Member Avatar for rproffitt
0
30
Member Avatar for Verlaine

Not anything I use but hey, some thoughts. 1. Use the script Luke! Read https://m8software.com/clipboards/spartan/newinversions/0scriptref.htm 2. Use the sandbox Kitten! I'm reading from your link where it notes the Sandbox: > To make troubleshooting easier a 'Sandbox' is provided. >This makes it easier to find out exactly what is interfering …

Member Avatar for rproffitt
0
9

The End.