496 Recommended Topics

Remove Filter
Member Avatar for Daniel_183
Member Avatar for ashishhhroe
3
137
Member Avatar for Pradeep_24

Hello guys i want to convert this string to boolean and i'm passing this string in if condition my Str = "row(0).ToString.Contains(""ABC"")" it should return me boolean result as the condition follows I'm Making use of this in Uipath

Member Avatar for ashishhhroe
0
342
Member Avatar for Joaquim_5

i use the RtlFillMemory(): Call RtlFillMemory(ByVal DataPtr, DIBInf.bmiHeader.biSizeImage, &H80) the '&H80' is the mid-grey color.... what are the others colors code?

Member Avatar for Joaquim_5
0
324
Member Avatar for MasterHacker110

I have been using Game Maker for a few months now but want to go a bit more advance. Where can i get some nice looking textures? Oh and if you know a profesional, rather easy to use, free game engine. Please list it and where i can download it. …

Member Avatar for Tarık Can
0
187
Member Avatar for redplanetpk

Hi friends, I have a question about domain name shifting to godaddy Is it possible to shift a .pk domain to go daddy??? Also about hosting ?

Member Avatar for MAK_967
0
35
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
49
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
773
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
619
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
91
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
75
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
37
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
210
Member Avatar for John_165

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

1
83

The End.