Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
data report - visual basic 6
- Page 1
Brand Identity Layout Template: A Key to Consistent Branding
Digital Media
UI / UX Design
5 Minutes Ago
by graphypix
… valuable for designers and marketing teams who need to create
visual
assets quickly without compromising the brand’s look and feel…
How to display chart with long X axis values without congestion
Programming
Software Development
8 Hours Ago
by PM312
I have a candlestick chart with long list (
data
point) on X-Axis which becomes congested when loaded. How … container with horizontal scroll bar to display chart just like
data
is displayed in DataGrid view without reducing column width. ![Chartcandlestick…
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
3 Days Ago
by WilliamOG
Basically: patch your stuff, lock your doors, and stop clicking shady emails. Got it.
Re: Error LNK1104 when debugging
Programming
Software Development
4 Days Ago
by wwwalker
… have not been declared in scope. Declare those variables like:
data
WfsVersion Error says use strncpy_s instead of strncpy. Try doing…
Re: Error LNK1104 when debugging
Programming
Software Development
3 Days Ago
by Dani
I will also add that Git is built into almost all IDEs. It's the default version control for
Visual
Studio 2019 and forward. Are you still using VS 2010? There are some Git plugins for VS 2010 as well: https://stackoverflow.com/questions/16989962/
visual
-studio-2010-2012-git-plugin
Re: Error LNK1104 when debugging
Programming
Software Development
5 Days Ago
by Salem
> 1>C:\Users\mypcname\Documents\
Visual
Studio 2010\Projects\myprojectname\Debug\myprojectname.exe : fatal error LNK1120: …
Re: Error LNK1104 when debugging
Programming
Software Development
5 Days Ago
by Mr.M
I tried saving logs and going through it but I don't see where it indicate where's the problem.
Re: Error LNK1104 when debugging
Programming
Software Development
5 Days Ago
by rproffitt
Since no details such as logs were shared, others can't find Waldo.
Re: Error LNK1104 when debugging
Programming
Software Development
5 Days Ago
by Dani
Can you please save the log as a text file and attach it as an attached file here? Much thanks! :)
Re: Error LNK1104 when debugging
Programming
Software Development
5 Days Ago
by Mr.M
Here's the log, I had posted it yesterday I don't know what happened to it now or it was removed?
Re: Error LNK1104 when debugging
Programming
Software Development
4 Days Ago
by rproffitt
I followed the build process and when I hit OpenXFS_V0.0.0.5 I went looking for that project to see if folk were having build problems. Where is this OpenXFS project to be found? I worry this is from some Linux project and may not be ready for Win and VS2010.
Re: Error LNK1104 when debugging
Programming
Software Development
4 Days Ago
by toneewa
…MyProjectName() : m_hservice(nullptr), m_hSCManager(nullptr), m_hr(0) { m_verSion = { 1,
6
, 10 }; m_dwRVersion = (m_verSion.major << 16) | (m_verSion.minor &…: Successfully opened service handle for 'wuauserv'. Service Version: 1.
6
.10 Raw Version Code: 1060a Failed to start service. Error…
Re: Error LNK1104 when debugging
Programming
Software Development
3 Days Ago
by Mr.M
I've tried doing the extern to all these variables but still. Let me clarify, the project was running fine, only started experiencing this in few weeks ago. Regarding the question about the OpenXFS project (Library) the library is here and it's linked. What I will do is try commenting out all the code and try debugging and see if it will …
Re: Error LNK1104 when debugging
Programming
Software Development
3 Days Ago
by Salem
> Let me clarify, the project was running fine, only started experiencing this in few weeks ago.# https://en.wikipedia.org/wiki/Git Start using it. Every time you make forward progress, you make a commit. Every time you make a mess of it, you revert to the last known good state and try again.
Re: Error LNK1104 when debugging
Programming
Software Development
3 Days Ago
by Mr.M
Thanks, I've never used Git before. I've commented out all the code but still. What I think might be producing this problem is the resources. I added a new item then changed the default to a new icon. But I did run the project successfully that time. This is the only thing I suspect might be a result of this problem. How can I clean the …
Re: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
3 Days Ago
by rproffitt
…://imgur.com/gallery/XiWSgjR > Google and Meta search both
report
that Cape Breton Island has its own time zone 12…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Days Ago
by Biiim
…done(function( msg ) { var
data
= JSON.parse(msg); keepMyData =
data
; //alert( "updated: " + msg ); console.log(
data
); //dosomething(
data
) }).fail(function() { alert( …lt;!doctype html> <html lang="en"
data
-bs-theme="auto"> <head> …
Re: Page Speed Issue
Digital Media
Digital Marketing
4 Days Ago
by Ulfson
… to build slow web sites with any given technology. Without
data
, you're just guessing why a site might be slow…
Re: How to Effectively Promote a Cleaning Service Business in the USA
Digital Media
Digital Marketing
4 Days Ago
by Raajokiaa_Rtiu
You're already on the right path with GMB and social media. In order to upgrade, I would suggest layering several high-impact strategies: Local SEO: Optimize your site for service-area keywords (such as "residential cleaning in City") and create city-specific landing pages in case you have multiple service areas. Google Local …
Re: Flood control using Redis
Programming
Web Development
1 Day Ago
by Dani
Status update: we now use Cloudflare’s free rate limiting functionality. Back when I wrote this, Cloudflare charged for rate limiting. Note we have a Business account.
Re: Optimizing working with big data
Programming
Software Development
2 Weeks Ago
by ThinkWriteGrow
… language of choice, and the one I work with big
data
with) as well as c++ (because I know DaniWeb … smaller chunks instead of all at once, and avoid unnecessary
data
copies by working with references or views. Tools like memory… files or libraries such as Dask can help handle big
data
efficiently. Also, remember to clean up unused objects promptly …
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
3 Weeks Ago
by graceweb
Hey Bam_391, Thanks for putting this together, really thorough breakdown. I think your point about regular employee training is especially important. Even with the best technical safeguards, a single phishing click can cause major issues. Curious if you have any thoughts on balancing strict access controls with usability, especially in smaller …
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by rproffitt
Given only this I won't be able to do more than comment how I use the
Visual
Studio system to debug my app. 1. I open the project. 2. I set the build to "Debug". 3. I set breakpoints on lines of code I suspect to be problematic. 4. I run the app while in
Visual
Studio. That's usually enough to track down what I did wrong.
Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by Mr.M
Hi DW, I'm getting this error when I try to debug, it says it can't open `"c:\users\myusername\Documents\
Visual
Studio 2010\Projects\myprojectname\debug\myprojectname.exe"` How can I solve this?
Re: Error LNK1104 when debugging
Programming
Software Development
1 Week Ago
by toneewa
I've seen this happen from Windows Defender nuking
Visual
Studio's compile process. Make sure the PC is set …
What is your latest SEO strategy?
Digital Media
Digital Marketing
2 Weeks Ago
by devout-growth
… for the best results. Basically: Be helpful, be quick, be
visual
, and sound like a real person! If you like this…
I looking for long term cooperation possible client.
Programming
Software Development
4 Weeks Ago
by Stiven_1
I am a full-stack full-time developer. I have 5 years of development experience and My
basic
skills are Blockchain, TypeScript, ReactJS, Shopify. I am a full-time dev, so I can answer your inquiries at any time. I can work on weekends if needed and communicate fluently in English.
Re: I looking for long term cooperation possible client.
Programming
Software Development
4 Weeks Ago
by Stiven_1
Sorry, I used a code I had practiced before to sign up quickly. This code is This JavaScript code simulates a
basic
blockchain — like a mini version of Bitcoin — without a network or mining. It helps you understand how blocks are linked and verified.
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
3 Weeks Ago
by Liam91
… (makes it harder to track you) -Some VPNs send your
data
through two places for extra safety, but it can be…
digital marketer
Hardware and Software
Networking
3 Weeks Ago
by jamessmith22
… strategy, content creation, and paid advertising, I specialize in crafting
data
-driven campaigns that drive engagement, traffic, and conversions. From building…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC