Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
win32-gui
- Page 1
Re: Error LNK1104 when debugging
Programming
Software Development
3 Weeks 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.
Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by NuGG
I have recently come into possession of 2 second hand Fujitsu RX series servers, and this issue is driving me nuts! When I got them neither had disks, so I popped some disks in and installed a Win Server 2019 hyper-v service. So both servers have entirely clean and activated installations of Server 2019. Every day without fail both servers …
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by jassonadder
… if you want a version with file output or a
GUI
later on—happy to help!
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Months Ago
by themadrastiffin
The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program.
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Months Ago
by asadalikhan
Nick, this issue sounds like a file association problem. Your URL shortcuts on the shortcut bar are likely opening with the wrong program (like a printer handler). Here’s a quick fix: 1. Go to Control Panel > Folder Options > File Types 2. Find and select .URL 3. Click Advanced and ensure it’s set to open with Internet Explorer (…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Months Ago
by asadalikhan
Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by rproffitt
Try a focused area like on Reddit such as https://www.reddit.com/r/homelab/comments/740ap2/the_unofficial_fujitsu_server_guide/ If these were mine I'd move to Linux or BSD.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by NuGG
Aha! I cracked it. My goodness this has been driving me mad for two weeks. Turns out previous owners had a power on schedule configured, and the management controller retained the old config even though I put a fresh OS on it. Doh! Live and learn. Been coming on daniweb for 20 years, was always such a great place for help and advice. …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
>Where is everyone? Most of the posts here seem to be the same words about SEO/digital marketing over and over. That doesn't attract too many eyeballs. There is very little programming content any more.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
> Been coming on daniweb for 20 years, was always such a great place for help and advice. Last time I visited was 4-5 years ago and I noticed then it was getting quieter. Somewhat sorry to see the state of things now, these "most recent" threads are all so old! Where is everyone? I shall try stop by here more often and contribute! …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
>(where people abandoned us for sites like Stack Overflow) But there are still a few dinosaurs around who can answer some programming questions.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
Then there’s me, whose expertise is mostly limited to technical SEO and PHP these days, I’m afraid. Ugh, the brain fog is real.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
> >(where people abandoned us for sites like Stack Overflow) > > But there are still a few dinosaurs around who can answer some programming questions. Not to knock ya, but I think another part of the problem is that *all* that's left are dinosaurs who aren't necessarily skilled at the most trendiest things these days. There's …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
Agreed. But programming basics are still something people need help with, and the basics have not changed appreciably over my career. Dinosaurs have more free time than those many decades younger. I, for one, have a lot and I am willing to spend part of it here.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
> But programming basics are still something people need help with, and the basics have not changed appreciably over my career. They sure have changed appreciably during *my* career! But maybe that's because my career is in web development, and the web, and the technologies that power the web, have changed *a lot* over the past 25 years. Heck…
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
Certainly the technology and tools have changed but principles of design and good programming styles have not. Python has, for the most part, replaced (effectively) dead languages like COBOL, and now-niche languages like FORTRAN, but structured programming and modular design are still essential techniques. I have seen too much code written by self-…
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
> I have seen too much code written by self-taught programmers who, through ignorance, eschewed good design. While that's very, very true, that's \[unfortunately] not typically what people come to DaniWeb asking for help with. Many people unfortunately don't care about doing things right, but just well enough to work. As long as it gets the …
Re: GUI problem?
Programming
Software Development
16 Years Ago
by mitrmkar
… .cpp file. That cannot be done. Instead, [LIST] save the
Gui
.cpp as e.g. resource.rc (= resource script) [/LIST] [LIST… pretty much standard Dev-C++ Win
Gui
application code). Assuming that you have created a
Win32
GUI
project. [/LIST] [LIST] then compile and…
Re: GUI?
Programming
Software Development
16 Years Ago
by ddanbe
GUI
existed as of almost 30 years ago. Consoles were invented … improvement! Nowadays such consoles are simulated in a
gui
environment. Vista, XP, IS
gui
. There are several tools out there to start… up your own
gui
programming. Since you post here I suggest Visual Studio C…
Re: GUI and RS232 Programming in Visual Studio
Programming
Software Development
14 Years Ago
by Ancient Dragon
GUI
and RS232 serial port program are unrelated. Here is a …
Re: GUI programming and a C++ program.
Programming
Software Development
12 Years Ago
by WaltP
GUI
means Graphical User Interface. It has nothing to do with …
Re: gui programming
Programming
Software Development
10 Years Ago
by rubberman
GUI
toolkits are VERY complex. Moschops has identified many of the issues you face. My advice is to study other
GUI
toolkits, such as Qt, WxWin, etc for some perspective on the issues involved. Also, how many years do you have to spend on this project? :-)
win 98 doesn't load device drivers
Hardware and Software
Microsoft Windows
20 Years Ago
by 25point
win 98 doesn't automatally load device drivers for usb and other port and devices, what do i do
Win ME will not recognize my CD-ROM drive
Hardware and Software
Microsoft Windows
20 Years Ago
by kagee
Win ME will not recognize my CD-ROM drive It is recognized in CMOS It is an older Dell machine that I am trying to fix for a poor friend the Cd Rom is a Samsung It will run a boot disk CD so the drive is working I have tried removing it from the system and then reconnnecting hoping that windows would recognize new hardware but no luck I do …
Win $ 50 - Challenge To Techies
Hardware and Software
Microsoft Windows
19 Years Ago
by sunandoghosh
WIN $ 50 - CHALLENGE TO TECHIES Respected computer techies and dear friends, I am confronted with a baffling problem and it appears that only a computer guru can solve it with his knowledge, expereience and skills. Here goes the problem: I have one SATA seagate HDD 160 GB having three partitions C; D and E. Basically this HDD has …
GUI Quiz Help
Programming
Software Development
15 Years Ago
by asthaynian
I'm trying to make quiz
GUI
. The
GUI
has one button and an entry box. The user presses …, but use is optional # create instance of class to start
GUI
program running worldGUI()]
Re: GUI Quiz Help
Programming
Software Development
15 Years Ago
by TrustyTony
…! [QUOTE=asthaynian;1214064]I'm trying to make quiz
GUI
. The
GUI
has one button and an entry box. The user presses…, but use is optional # create instance of class to start
GUI
program running worldGUI()][/CODE][/QUOTE]
GUI Scientific Calculator Homework
Programming
Software Development
15 Years Ago
by tkpanther
…, exp, sqrt class Calculator: # This class implements a simple calculator
GUI
def __init__(self): # create the window for the calculator win…
Re: GUI Scientific Calculator Homework
Programming
Software Development
15 Years Ago
by tkpanther
… import math class Calculator: # This class implements a simple calculator
GUI
def __init__(self): # create the window for the calculator win…
Re: GUI Scientific Calculator Homework
Programming
Software Development
15 Years Ago
by TrustyTony
… import math class Calculator: # This class implements a simple calculator
GUI
def __init__(self): # create the window for the calculator win…
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
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC