897 Topics

Member Avatar for
Member Avatar for C_Oleyers

Need help in getting the value inputed in the text box to work for if-else. I also program that the textbox will only alow numeric characters. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace OrderingSystem { public partial class …

Member Avatar for tinstaafl
0
240
Member Avatar for sasindu

Here is what i get when compiling py to exe using cx_Freeze... I used Admin cmd too... but it keep give me this error.. how can I make it right...please help me with this. C:\Windows\system32>"C:\\Program Files (x86)\\Python38-32\\python.exe" "E:\\New folder\\Python Player\\Setup.py" build running build running build_exe pygame 1.9.6 Hello from the …

0
124
Member Avatar for sasindu

After minimize the window disappear from taskbar and i can't set that again as it's looping...Is there any other way to minimize or fix that. watch inline code examples. from tkinter import * from PIL import Image, ImageTk import time from ctypes import windll GWL_EXSTYLE = -20 WS_EX_APPWINDOW = 0x00040000 …

0
500
Member Avatar for joshi1984

Hi, i want to change my IP-Adress (IP + Subnet + Gateway/DNS) in a Virtual-Box (VBox - System = Windows 10 and 7) to a static-IP. Til today I use "netsh", but sometimes it doesn´t work and I don´t know why. Thats why I am looking for an other method …

Member Avatar for joshi1984
0
92
Member Avatar for Andrei_11

Hello all! I have an excel file that looks like this: Time of Day Lap Lap Tm Speed 14 - Stoicescu Dan - Regularitate Coupe 9:40:50.835 1 2:47.462 88.763 9:43:37.584 2 2:46.749 89.142 9:46:33.319 3 2:55.735 84.584 9:49:58.901 4 3:25.582 72.304 9:53:13.988 5 3:15.087 76.194 9:55:50.639 6 2:36.651 94.889 9:58:49.884 …

Member Avatar for Andrei_11
0
518
Member Avatar for kellyviya

When it comes to using an OS at home, Windows and macOS are great options. If you’re at home, you don’t need a powerful operating system, especially for simple tasks like typing or surfing the internet. For games, the Windows operating system is well optimized than that of the Mac. …

Member Avatar for rproffitt
0
24
Member Avatar for janedelsantos

Help, how can I create a MULTILEVEL QUEUE ALGORITHM program? I tried it but it crashes, does not build... It would be okay if its in other language. HERE IS THE SNIPPET CODE SAMPLE (c++): --------------------------------------------- //Enter Number of Process cout<<"\nEnter the number of Processes:"; cin>>n; //INPUT Arrival, Burst, and …

0
130
Member Avatar for RedWGS

So i need to make a program to my final year of college which will count on the grades and it is obligatory, im doing a program to search for recipes in a access database trough its ingredients, what i mean by this is selecting some ingredients and in a …

Member Avatar for Santanu.Das
0
200
Member Avatar for ahmed_101

I work on c# desktop app I Can't export data to excel file with multiple tab(multi sheet). only that i can do create excel file with only sheet based on data exist on data table module field. I use open XML library Data table data as below : Divide Output …

0
10
Member Avatar for SoftBa

Hi, I'm using WindowsForm and I want to pass throu all textboxes with Enter (like using Tab). This code do things I want Private Sub Form6_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown If e.KeyCode = Keys.Enter Then Me.SelectNextControl(Me.ActiveControl, True, True, True, False) End If End Sub However, hitting Enter, …

Member Avatar for rproffitt
0
132
Member Avatar for belzeyhus9666

Hello guys.I have a problem with my pc.It actually works good but after about 4-5 days when i restart it he won't boot up and shows me message on the monitor no video input check for cables.Then i have to shut it down and when i boot up pc works …

Member Avatar for Tex_tech
0
621
Member Avatar for Ovidiu_1

Hi, my pc has suddenly shuted down , and won't power on again.I tried some of the solutions but didn't worked...Please help me !!! (Sorry for the writing,im from anothe country)

Member Avatar for Reverend Jim
0
242
Member Avatar for MickeyD

Unless I've missed one, I have selected every combination of Sort By and Group By for displaying files and sub folders in a given folder. I cannot seem to get the default display as was in previous versions of Windows That default display was: All sub folders first, in numerical, …

Member Avatar for Reverend Jim
0
878
Member Avatar for amvx86

Hello Everyone, I'm trying to create / edit a binary value within the windows registry so far I have this: Dim data As Byte() = New Byte() {&H48, 96} Microsoft.Win32.Registry.SetValue("hkey_local_machine\hardware\description\system\bios", "SystemProductName2", data, Microsoft.Win32.RegistryValueKind.Binary) However, I want to set a product name say "Acer Stuff" to the registry and what is …

Member Avatar for rproffitt
0
328
Member Avatar for Reverend Jim

Because Microsoft will be removing vbScript in the next version of Windows, I have been busy converting my utility vbScripts into Python. Part of this is a library of functions that I keep in `D:\include`. I'd like to maintain this system in Python, but the import process is rather clumsy. …

Member Avatar for bangalore.webguru
0
6K
Member Avatar for alfredz

I am Alfred and passionated about technology, web, servers and hosting. I would like to share my experience and learn from others.

Member Avatar for John_165
0
269
Member Avatar for AndrewEscobar

I have a problem- and I don't know if this is the place to post for help, but I've found good info on here before. I haven't been able to find an answer after looking through several dozen forums and chats and help sites. Maybe someone here can give me …

Member Avatar for rproffitt
0
313
Member Avatar for crazyvonzipper

Hi guys. I have two servers: 1. Client Facing Production Server 2. API Server. The Client facing sever (Server1) sends requests to the API Server (Server2). Server2 is hosted with one staric IP address and is accessible through three domain names, e.g. **www.domain1.com**, **domain1.com**, **test.domain2.com**. Often times the Server1 seems …

0
187
Member Avatar for Forge13

Does anyone know of an HP Printer driver for windows 98 that will enable me to map to and print to an HP Officejet 8610 printer connected to a machine on the network that runs a newer OS? The 8610 does not have a 98 driver.

Member Avatar for RuhiAngel
0
4K
Member Avatar for macservice123

It blocks every attempt to modify any file anywhere. I give Steam and all its subsidiary .exes permission and then it says that there is no permission to modify 'Documents'. I just bought the darned machine to game with and it is freaking driving me nuts. Any suggestions on where …

Member Avatar for rproffitt
0
561
Member Avatar for vinodvinu

Hi all, I have a little script which i want to execute on "Alt Tab" keypress. I made this script as an exe file. All i want to do is to execute this script/exe when i press alt tab in my pc. Do i need to use SetWindowsHookEx or is …

Member Avatar for rproffitt
-2
396
Member Avatar for brommer66

Hello everybody I am new here and hope to find an answer to my computer problem. I am Dutch, live in Germany and work with compuers for quite a while (home and work) I have a big problem with my USB keyboerd that stopped working after a restart some days …

Member Avatar for PRCx
-2
11K
Member Avatar for hannesvh

The icon at the left bottom corner of my windoews ten programme does not react when I click on it. It only works when I right click on it but tha does not give me the list of programms. The same goes for the icons at the right bottom corner.

Member Avatar for rproffitt
0
711
Member Avatar for overwraith

How do I start a MonoDevelop software program as a system service on Windows, Linux, and Mac? Windows appears to not have a system service setting. I have a WCF service that essentially runs from command line. Even if I have to run from command line, I will need to …

Member Avatar for RabidDog5150
1
2K
Member Avatar for cppgangster

Hi I am developing using C/C++ window application using winapi. I will be using some standard STL containers and some win api functions provided by windows.h. I would like use the app on different windows versions such as windows 7 and 10. The apps will be builded for x86 architecture. …

Member Avatar for zigale
0
572
Member Avatar for emmamilla

Back in the days before Microsoft had not yet given up on their mobile operating system, there were a bunch of Android apps that made your Android smartphone or tablet look like a Windows device

Member Avatar for rproffitt
0
283
Member Avatar for Xozz

I just installed Windows 7 on my machine.. now I would like to find a program that keeps track of everything I do with it. Help please.

Member Avatar for rproffitt
0
323
Member Avatar for tun712

I've following configuration PC. It goes crazy sometimes. All cabinate fans starts running crazily & display goes off, still I can hear audio like songs or movie audio. After switching the power it becames normal. **configuration** 1. **CPU:-** Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz 2. **Motherboard:-** Intel DH87MC 3. **RAM:-** …

Member Avatar for David_145
1
970
Member Avatar for Z33shan

hello :) i wanted to know, how can i change the shutdown mode of my Windows Form Application, @ MS Visual studio 2010. i.e, my application should exit only when i close my last form.. & not when the main form is closed.. i remember, in .NET 2003 windows form …

Member Avatar for Samuel_25
0
1K
Member Avatar for Nirmit_1

I have a Dell Inspiron 7000 series laptop. When the battery is low and as soon as i plug it into charging the laptop starts the shutdown process. The laptop is almost 3.5 years old and never had any problem. Never even formatted it. What should i do to solve …

Member Avatar for Sàn Gỗ
0
483

The End.