-
Replied To a Post in How Does Ecommerce Mobile App Development Benefit A Small Business?
I disagree. I don't consider using the Amazon or other ecommerce mobile apps a plus while shopping. I wait till I get on my computer at home. -
Began Watching How Does Ecommerce Mobile App Development Benefit A Small Business?
If you plan to attract new customers, enhance sales, build your brand image or improve the customer experience, you need to own a mobile app. -
Replied To a Post in Taxing the unvaccinated
@Reverend Jim. Our system is able to overcome price controls and waste tax dollars with ease. Example: https://abc7news.com/san-mateo-ppe-waste-dan-noyes-benito-county-shredded-face-masks/11489391/ The cost for that incident alone is 7 to over 10 million … -
Gave Reputation to xrjf in VB.net 2 sound cards playing different sounds.
Here is a sample out from the documentation translated into VB.NET. Imports System.ComponentModel Imports NAudio.Wave Public Class Form1 Dim devNum As Int32 Dim sFile As String Dim reader As AudioFileReader … -
Replied To a Post in Taxing the unvaccinated
@jwenting. My wife called COVID mild at first but digging into the numbers we have 1 to 3 percent mortality (all ages) and then it gets worse if you look … -
Gave Reputation to UKnod in VB.net 2 sound cards playing different sounds.
Unfortunatly all in c# with no real corelation vb. -
Replied To a Post in Taxing the unvaccinated
Unverified but a possible Herman Cain award winner. See https://imgur.com/gallery/XyxP4TK Antivaxxer looks like they spent about 5 days in the hospital till they died. Some say I should have sympathy … -
Replied To a Post in Taxing the unvaccinated
This is gold. > If your enemy is drinking their own piss, do not interfere. - Sun Tzu -
Replied To a Post in Need to develop mobile app
The tools can vary for iOS and Android. There are some cross platform tools but for iOS you might not be surprised at having to invest a few thousand for … -
Began Watching Need to develop mobile app
Pls let me know which tool or software to use to develop mobile app. I have 27 yes exp in vb6 and sql. Need to change to mobile app. Pls … -
Gave Reputation to Schol-R-LEA in Need to develop mobile app
In one way, it depends on whether you are targetting iOS or Android. For the former, you would natively use Swift, while for the latter you would natively use Java. … -
Replied To a Post in Taxing the unvaccinated
I'm at a loss for words as I watch https://www.youtube.com/watch?v=RHFZJOmMkuE The story is about PPE worth over 10 Million USD left out in the rain. "We paid for that." -
Replied To a Post in Timer tick doesn't fire another form button click event
If so, a breakpoint on the line in question and the following line to see what's going on. -
Replied To a Post in Timer tick doesn't fire another form button click event
I've supplied two other lines of code to click the button. At this point it's unclear what the issue is. But I see you made some progress on breakpoints so … -
Replied To a Post in Timer tick doesn't fire another form button click event
Long ago I learned to add the usual Timer1.Enabled() (remember I am not checking syntax here) and more to my form startup code. That is, don't rely on defaults or … -
Replied To a Post in Timer tick doesn't fire another form button click event
The instance error is not unexpected so I take it you'll add code to handle this issue. Schol has already responded about that. Also, since you don't use sender or … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
Many turn to Naudio (https://github.com/naudio/NAudio/wiki) or similar. I have yet to see anyone code this natively. -
Began Watching VB.net 2 sound cards playing different sounds.
I am using visual studio / basic 2019. using the windows media to play sounds (WMPLib.WindowsMediaPlayer). It works great, I can play multiple sounds etc. However what I realy want … -
Replied To a Post in Timer tick doesn't fire another form button click event
I'd want to seen the button5 event handler code but why not Form11.Button5.PerformClick() ? -
Began Watching Timer tick doesn't fire another form button click event
Hi, like title, I have a timer, that when reach 0 will fire event on another form, then timer restart but when reach 0 nothing happen. how can I achieve … -
Replied To a Post in Taxing the unvaccinated
I've had that conversation with a conservative in Canada. His stance is COVID is not real and only another way to control the masses. According to his and his kind, … -
Gave Reputation to Schol-R-LEA in 106 error in my program in pascal Help!
As Rproffitt said, please make your own new threads rather than resurrecting long-dead ones. As for the error code, that was explained in detail earlier in this thread: it indicates … -
Gave Reputation to mohamadMrra in 106 error in my program in pascal Help!
 what is this error? please answer soon! -
Gave Reputation to Mollyron in Taxing the unvaccinated
It keeps getting worse. -
Gave Reputation to Mollyron in Are you going to get the vaccine?
I just got vaccinated. -
Replied To a Post in Programming OpenGL on MacOS without XCode
While everything is there (you wrote that) you didn't mention if you know about the environment variables used and to call out paths when you can't get the compiler and … -
Replied To a Post in Taxing the unvaccinated
My first thought is that we (Canada and US) already get a bonus. This vaccine is free here and from what I've been told, free in Canada. It's beyond risky … -
Began Watching Taxing the unvaccinated
The Quebec government recently proposed a tax on the unvaccinated. Their reasoning is that the Covid crisis is being exacerbated because so many people are refusing the vaccine. In Canada, … -
Replied To a Post in Programming OpenGL on MacOS without XCode
I can't answer this one directly so I'll write a little about my work at command line app building. Not only must you get the right libraries and such on … -
Began Watching Programming OpenGL on MacOS without XCode
I'm trying to use CLion (thus CMake) to create OpenGL applications using C++ on MacOS Monterey using a 2021 (so M1 based) Macbook. Glew2 and GLFW3 are installed correctly using … -
Replied To a Post in how to write in excel file of sql query result
In case this is MySQL and a MySQL script, use the tutorial at https://www.mysqltutorial.org/mysql-export-table-to-csv/ -
Gave Reputation to AccuWeb Hosting in What is Robots in SEO ?
A robots.txt file contains search engine directives. You can use it to restrict search engines from crawling specific areas of your website and to provide search engines with helpful crawling … -
Replied To a Post in how to write in excel file of sql query result
I'm going to ignore your poorly formatted code. But when I want files that Excel can use I write .CSV files so I don't have to worry which Excel version … -
Began Watching how to write in excel file of sql query result
i have below stuff an i write each result in excel sheet . i have an issue to write in excel sheet of each sql result drop table #table_Northwind create … -
Revoked Solved Status for MySQL MariaDB expert needed
hello, im developing a Windows application with MariaDB database for criminals, i designed the whole database schema but i need an expert to help me study it if it is … -
Gave Reputation to jwenting in Problems in sorting element inside an array of object.
start by using the standard containers. https://www.cplusplus.com/reference/list/list/sort/ shows exactly what to do... That's the c++ way. -
Replied To a Post in How to use Nuget assembly as files with visual studio community
I did some quick searches and this class/API appears to be for **Android**. Is there a Windows or Visual Studio package? I couldn't find one. -
Began Watching How to use Nuget assembly as files with visual studio community
I am starting a new coding job with a new client. The problem I am having is that a lot of issues with namespaces that can not be found or … -
Replied To a Post in VB6 and Windows 11
That's an interesting take on language abandonment. I've heard folk tire of the treadmill where you might (just might) move your Visual Studio kit up every 2 to 4 years. … -
Replied To a Post in Are you going to get the vaccine?
My wife broke the rules and went to a family birthday party. I would not go since many are from a "red state" and I don't trust them. Sure enough … -
Replied To a Post in VB6 and Windows 11
In our office it was time to move on as the cost to maintain was growing. We could keep going on but the prices for legacy work had to increase … -
Replied To a Post in Are you going to get the vaccine?
Seems we are going for shot #4 soon. The second booster is already a thing in some countries. "When the said flatten the curve they didn't mean against the vertical … -
Replied To a Post in Cost for DaniWeb Premium
Seems everyone is getting on the subsciption bus. "Taco Bell Subscription" Back to your. Maybe add something like access to Wapo or SF chronicle? "Bundle and save!" -
Replied To a Post in Software for creating image
For John_165. Check out https://ninite.com/ and it's not only free but without any added apps. As to getpaint, it only costs if you get it via the Microsoft Store. I … -
Replied To a Post in sub of a event handler (dynamically generated, combobox, textbox, button)
Or you add buttons and handlers dynamically. Example/tutorial at https://www.youtube.com/watch?v=SCed1acabpE As to combobox and textbox we would use the onchange event instead of a click event. -
Began Watching sub of a event handler (dynamically generated, combobox, textbox, button)
Hi all, I have created an Event handler to a function for clicking a generated button, now when this button is clicked need to paste in a textbox the Combobox.seleteditem … -
Replied To a Post in VB6 and Windows 11
Even back in Windows 10 we encountered too many issues that we declared the end of VB6 development at the office. Maybe a hobbyist may persevere but for us, there … -
Began Watching VB6 and Windows 11
In case you're wondering, VB6 programs run on Windows 11. Programs with a manifest have the appropriate Windows 11 appearance. The IDE works as well, although it seems to aggravate … -
Replied To a Post in C program random walk
This appears to be the usual homework assignment such as I read at https://www.chegg.com/homework-help/questions-and-answers/c-homework-project-description-3-parts-drunkard-s-walk-drunkard-begins-walking-aimlessly-s-q45305989 As per https://www.daniweb.com/welcome/rules you must supply evidence of your work then tell where you are stuck … -
Began Watching C program random walk
Dog leaves his lamppost on summer evenings and staggers randomly either two steps in the direction toward home or one step in the opposite direction. After taking these steps, the …
The End.