491 Recommended Topics

Remove Filter
Member Avatar for Zazy

I need some help from the IT gurus on this forum. I'm having trouble with my MS Windows menu's Edit menu item. What I'm trying to do is enable or disable the Cut menu item depending on whether the selectionlength of my textbox's text is zero or greater than zero. …

Member Avatar for fenichitofelini
0
138
Member Avatar for jamessmith564

When repairing a motherboard and its components such as the CPU (Central Processing Unit) and RAM (Random Access Memory), it's important to note that glue is generally not used in these processes. Glue is not a suitable or recommended material for securing or repairing electronic components on a motherboard. Instead, …

0
48
Member Avatar for Gulshan_6

Hello this is Gulshan Negi Well, I am writing a program for making hangman game in python but it shows some error at the time of its execution. Here is my source code: import random def select_word(): words_in_computer_memory = ['magazine','stars','computer','python','organisation'] word = random.choice(words_in_computer_memory) return word def is_gussed(word, guessed_letter_list): count=0 for …

Member Avatar for AndreRet
1
148
Member Avatar for biplabjackie

I have excel sheet where all pivotcharts are combined by slicers. i want to copy individual pivot charts from the excel sheet to a word document by image to placeholder Thank you in advance I have tried with win32 & openpyxl but error message came Object attribute charts is not …

Member Avatar for AndreRet
1
46
Member Avatar for Daniel_185

I'm developing a blogging platform and want to integrate image and video embedding capabilities. Can a JavaScript WYSIWYG editor help with this?

Member Avatar for Allin
0
111
Member Avatar for OscarIsac

I am currently facing challenges with cross-browser compatibility on my website https://learnaboutcat.com/about/, as it does not consistently perform as expected across different web browsers. Variations in rendering, layout, and functionality make the user experience inconsistent and hinder the website's effectiveness. I tried to optimize the code and adjust settings, the …

Member Avatar for Vipul_13
0
83
Member Avatar for JessicaW33

Hello everyone, I'm currently exploring blockchain development and would like to learn how to implement a simple blockchain in a programming language of my choice. I understand the basic concepts of a blockchain, but I'm curious about the specific steps and code required to create one. Could anyone please share …

Member Avatar for tarun Nagar
0
161
Member Avatar for Reverend Jim

I wrote a timer/alarm app in Python that I wanted to be accessible from all Windows Desktops. What I had to do until recently was run the app, select the desktops icon on my toolbar, then right click the app and select "Show this window on all desktops". I was …

Member Avatar for AndreRet
2
771
Member Avatar for tarun Nagar

I'm new to website development, and I'm trying to understand the purpose of the HTTP request types. Can anyone explain what this type is and what it's used for? Can anyone give me a more detailed explanation of the HTTP request types and their purpose? Thanks!

Member Avatar for Gulshan_6
0
116
Member Avatar for happygeek

[URL="http://www.ibm.com"]IBM[/URL] researchers have [URL="http://www.zurich.ibm.com/news/07/asme.html"]unveiled[/URL] prototype 3D visualisation software that will enable doctors to interact with their medical data in pretty much the same way they interact with their patients. The technology, known as the Anatomic and Symbolic Mapper Engine (ASME), uses an avatar representation of the human body which the …

Member Avatar for Jose_52
1
618
Member Avatar for Nether_1

From my understanding, LED monitors turn each pixel on sequentially at such a high speed that the human eye can't observe it, but how does it make the necessary connections? For example, for a monitor made with a single color of LED across a standard HD resolution (say 1940 x …

Member Avatar for james122
1
1K
Member Avatar for Kirubel_2

<!DOCTYPE html> <html> <head> <title>Exercise V3.0</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="w3.css"> </head> <body> <div class="container"> <div class="header"> <ul> <li ><i class="fa fa-home" id="me"></i></li> <li><i class="fa fa-trash" ></i></li> <li ><i class="fa fa-close" id="he"></i></li> </ul> </div> <div class="title"> <span>Completed 15 of 67 Exercises:</span> </div> <div class="nav"> <ul> …

1
90
Member Avatar for Joaquim_5

with CreateDIBSection() we create an array of DIB's pixels .. but it's a copy and not a pointer :( when i change 1 pixel or draw a rectangle, i must re-create the DIB's and then draw the result. Private bmpPtr() As Long ReDim bmpPtr(ImageWidth * ImageHeight - 1) hBitmap = …

1
38
Member Avatar for pprashant

Hi, I would like to promote my medical software globally. Can anybody help to find agent globally? Thanks Prashant

Member Avatar for Jose_52
0
174
Member Avatar for Helen_14

I have a form where the form elements are grouped in several divs. Depending on user choices certain divs will display and others will have display:none. I want some fields to be required but only when the surrounding div has the value display: block. Is there a way to do …

Member Avatar for AndreRet
0
74
Member Avatar for Marie_7

Hello anyone? Does anyone track time? My new project manager requires our team to track time and this is the first time this is happening to us. We are about to use TMetric app. Can you share your experience?

Member Avatar for rproffitt
1
36
Member Avatar for Mindmade
Member Avatar for Mindmade
Member Avatar for Reverend Jim
-1
413
Member Avatar for Zeroday-AIAST
Member Avatar for spud91

I have the following code: <?php session_start(); // Starting Session include_once('config.php'); $error=''; // Variable To Store Error Message if (isset($_POST['submit'])) { if (empty($_POST['user']) || empty($_POST['pass'])) { $error = "Please complete both fields"; }else{ // Define $username and $password $user=$_POST['user']; $pass=md5($_POST['pass']); // To protect MySQL injection for Security purpose $user = …

Member Avatar for GESTIC
0
1K
Member Avatar for BDove

I've been using an OpenVPN service for 2 years now, but it seems it has become too popular and now its very slow and sometimes I get computer UDP attacks from different countries and some sort of attacks that my firewall classified as SQL injection attacks or something like that. …

Member Avatar for Walter_18
0
253
Member Avatar for Mr.M

Hi DW, I'm having an issue on my Android studio I'm getting this error `Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.google.gms:play-services-measurement-api:[16.0.3].` Does anyone know how to solve this error?

Member Avatar for Mr.M
0
29
Member Avatar for OmarAli84

Hey guys!~ the code below is generating this error message "Type mismatch: cannot convert from int to ResultSet" there is no integer types in the database i have made sure they are all strings. I tried making a JavaBean and then just calling it frmo the JSP but when compiling …

Member Avatar for Shiva p
0
2K
Member Avatar for Joaquim_5

on VB6 i have these code for create a memory DC: Public Sub CreateMemoryBitmap(ByVal Width As Long, ByVal _ Height As Long) If (ImageWidth > 0 Or ImageHeight > 0) Then DeleteMemoryBitmap ImageWidth = Width ImageHeight = Height ' Create the device context. hdc = CreateCompatibleDC(ByVal 0&) If (hdc = …

Member Avatar for SCBWV
0
208
Member Avatar for John_165

ChatGPT is too powerful, will it replace all programming forums in the future?

1
81
Member Avatar for Ori_973

Can you recommend me for app/software to manage clients campaigns in The various digital networks(Facebook, Instagram,Tiktok, Google, Youtube, Tabula, Outbrain, LinkedIn) and to send them graphic report every month. Thanks

Member Avatar for redplanetpk
1
62
Member Avatar for Smbom

Hi there, I manage and audit our website smbom.com, but I need some advice. From a technical perspective or a customer perspective, both are okay! I'll appreciate that if you could tell me some advice to improve my site. Thanks

Member Avatar for Gavin Justin
1
39
Member Avatar for dloj333

A hosting site I use was breached and a landing page form is hacked. The hack does not affect my other domains or their forms. I have reset .httaccess, swapped out the email address I use for the form, changed the PHPMAILER_master with the original, and put in a honeypot …

Member Avatar for john_111
0
169
Member Avatar for Wasif_6

I would like to learn about new web development trends such as UI/UX design and other topics, as well as how to become a good web developer and find a job in web development.

Member Avatar for rproffitt
0
107
Member Avatar for MarkMarketer

With AI getting more intelligent and competent every day, will it take online jobs such as social media, digital and marketing jobs?

Member Avatar for redplanetpk
0
48

The End.