i need to transform specific code for mltiplr classes to GUI Programming Software Development by JILA if i provide you with my project OOP java can you transform him for me to GUI Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >I consider them all bloatware Something I may try on this laptop (old ASUS K53E) once I get my other one back is a fresh install from USB but selecting "World" as my region. I read somewhere a while back that if you select any specific region, bloatware for that region gets installed, but if you pick World then no bloatware. You … Re: Improve HAVING BY performance Programming Databases by Dani I'm too exhausted for an in depth explanation right now but 90% of web development is optimizing for performance. The average DaniWeb page takes anywhere from 80ms up to 250ms to load the HTML (when dealing with low network latency), depending on the type of page, so shaving 50ms off of that is a huge win. Re: Improve HAVING BY performance Programming Databases by Dani > Point #2 would apply if the improvement was noticible but I doubt anyone could seriously comment, "I think this page rendered 50ms faster than it used to", especially considering all the other things that affect timing, for example, the current loading on my ISP servers, anything else running on my computer or home network, etc. … ABC for Github-programs and Python Programming Software Development by Audun Hi I want to make use of GitHub-programs, and so I downloaded a bunch of Python-tools. When I run this command in "Python 3.12", which looks like CMD to me, I get a syntax error. "To create a virtual environment, Python supplies a built in venv module which provides the basic functionality needed for the virtual … Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have developed a number of GUI applications in python. I found that the wxpython package was far better than tkinter. wxpython is based on wxwidgets which is essentially windows controls. Because wxwidgets are compiled for each major system, controls rendered by wxpython look like the native controls for whatever system is hosting. PDF Image Table Extractor Web App with Google Gemini Pro and Streamlit Programming Computer Science by usmanmalik57 In my previous article, I explained [how to convert PDF image to CSV using Multimodal Google Gemini Pro](https://www.daniweb.com/programming/computer-science/tutorials/541365/converting-pdf-image-to-csv-using-multimodal-google-gemini-pro). To do so, I wrote a Python script that passes text command to [Google Gemino Pro](https://blog.google/… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 In my previous article, I explained how I developed a simple chatbot using LangChain and Chat-GPT that can answer queries related to Paris Olympics ticket prices. However, one major drawback with that chatbot is that it can only generate a single response based on user queries. It can not answer follow-up questions. In short, the chatbot has no … Re: what's the correct way of learning programming? Programming by tinstaafl I would suggest first off is examining exactly what you want to do with your programming. There are a great many areas to explore and most languages excel in only some of those areas. If your interest is as a hobby, you could do far worse than vb.net. Not only is it a robust, plain language coding language it also includes a WYSIWYG gui editor … Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho after several tests i fix it: Do While RayCounts < RayCount If (RayRadians > (2 * PI)) Then RayRadians = 0.001 i have more to update: 1 - win more performance\FPS; 2 - and trying avoid the 'on error resume next'(it's about the array dimensions): Private Sub DrawRays2() Dim AY As Double… Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have an apps folder on D: where I keep all my portable/homegrown software. Let's say I want to create a virtual enviromnent in `D:\apps\MyVirtual`. To do this I open a command shell and do D:\>cd apps D:\apps>python -m venv MyVirtual If I install any packages in this session, they will be installed in the virtual python. … Re: 88 Business-Growing Strategies Digital Media Digital Marketing by henrymorgan9522 A growth strategy is an organization's plan for overcoming current and future challenges to realize its goals for expansion. Examples of growth strategy goals include increasing market share and revenue, acquiring assets, and improving the organization's products or services. Re: GUI problem? Programming Software Development by mitrmkar [QUOTE=Black Magic;645992]Here you go.[/QUOTE] You are trying to define the application's resources in the .cpp file. That cannot be done. Instead, [LIST] save the Gui.cpp as e.g. resource.rc (= resource script) [/LIST] [LIST] add the resource.rc file to your project [/LIST] [LIST] then you might copy/paste the following code into … Re: Windows gui Programming Software Development by vegaseat Why do folks assume that old is bad? The win GUI tutorial at [url]http://www.winprog.org/tutorial/[/url] is great! There is a heck of a learning curve, mostly because the underlying API was written by MS and includes the kitchen sink. Not a fault of the tutorial. Once you can make yourself a mental picture of the parts and figure out how … Main to WinMain Programming Software Development by Zssffssz Sorry about all the posts; found time and have found time to do programing. Ok I want a usual console application to make a Win GUI window saying thanks at the end of the console app how would I do this eg: [CODE]#include whatever Using namespase std; // what does that std thing mean google doesn't want to tell me int main() { \\my console … Re: A multilingual coded Hello World! thread Programming Software Development by vegaseat [php] // a very simple win GUI application #include <windows.h> int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { MessageBox(NULL, "Hello World! (C/C++ GUI)", NULL); return 0; } [/php] Where … Re: C++ Compiler??? Programming Software Development by vegaseat Writing windows programs in C/C++ can be a bear for even experienced programmers. I started out with the DEV C++ package and quickly switched to BCX. This is a basic to C/C++ translator that uses simple basic code and allows inline asm and C code. If you are familiar with basic you can then look at the generated C/C++ code and learn a lot! … Re: C++ Compiler??? Programming Software Development by Narue [QUOTE=vegaseat]Writing windows programs in C/C++ can be a bear for even experienced programmers. I started out with the DEV C++ package and quickly switched to BCX. This is a basic to C/C++ translator that uses simple basic code and allows inline asm and C code. If you are familiar with basic you can then look at the generated C/C++ code and … Re: OS programming in Java? Programming Software Development by freesoft_2000 Hi everyone, Actually mmiikkee you can do this os the short cut way. Simply download any dos clones(practically hundreds on the internet like freedos). Next you know when a command line system sets up you finally reach to this line "C:/". Now in the sources of that dos clone you will be able to see that when … Re: C++ Compiler??? Programming Software Development by aryagaurav001 [QUOTE=vegaseat;57666]Writing windows programs in C/C++ can be a bear for even experienced programmers. I started out with the DEV C++ package and quickly switched to BCX. This is a basic to C/C++ translator that uses simple basic code and allows inline asm and C code. If you are familiar with basic you can then look at the generated C/C++ code … Re: Help for java Programs that includes GUI Programming Software Development by Taywin GUI is just a shell wrapping around your real work. In other words, it is more like a presentation. If you have done any program that displays results on monitor, you can add GUI to it, such as replace how you enter inputs or display the output. Re: Drag-and-drop GUI-testing for Windows 7 Programming Software Development by amilyjoe GUI is a an innovative step and make the users happy but these automated tools make the GUI coding very simple. This new version GUIdancer 3.2 will make the programming more easy and can help the novice programmer a lot because it gives the facility of pick and drop and make the programming less error prone. win 98 doesn't load device drivers Hardware and Software Microsoft Windows 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 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 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 … Re: GUI? Programming Software Development by ddanbe GUI existed as of almost 30 years ago. Consoles were invented before that time to replace a teletypewritermachine (tty) which was a machine producing a papertape with the output(text) of the computer. Such a terminal screen was quite an improvement! Nowadays such consoles are simulated in a gui environment. Vista, XP, IS gui. There are several … Re: GUI and RS232 Programming in Visual Studio Programming Software Development by Ancient Dragon GUI and RS232 serial port program are unrelated. Here is a list of the [URL="http://msdn.microsoft.com/en-us/library/aa363194(v=vs.85).aspx"]Windows Communications Functions[/URL]. Start out by calling CreateFile() to open the serial port, then BuildCommDCB() to set up the port configuration (stop bits, data bits, parity, etc). Then … Re: GUI programming and a C++ program. Programming Software Development by WaltP GUI means Graphical User Interface. It has nothing to do with triggering anything. It's all the pretty stuff in windows, like title bars, sizable windows, arrow cursor, menus, icons -- all the stuff people *think* a computer must have. IMO, if you're such a rookie, you don't need to understand anything you currently asked. That comes later when … Re: gui programming Programming Software Development 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? :-) Java GUI Alignment Problem Programming Software Development by Zubenna ![GUI](/attachments/large/4/GUI.jpg "GUI") ![GUI](/attachments/large/4/GUI.jpg "GUI") My name is Nnamdi. I am a new member in this forum. I am learning Java programming and how to develop Java GUI application. In my learning process, I have encountered the challenge stated below. My question: I am writing an application…