135 Topics

Member Avatar for
Member Avatar for ALLNO

Hello, I have recently been working on a custom gui and am having trouble with a section of my code that handles the creation of window-style dialogs: (i appologise in advance but i had to include the whole code as Google Chrome would not pin point the error and only …

Member Avatar for Luckychap
0
111
Member Avatar for MAnders09

Hi everyone! i have a question if someone know how can i check with a VB application if another programs window is minimized or maximized? example i would make a simple VB app that could while running check with a timer if "MS Paint" for example was maximized and check …

Member Avatar for MAnders09
0
305
Member Avatar for scarlettmoon

Hi ~ I am trying to keep two children windows open at the same time as the parent. Umfortunately while opening the link to the second child window the first one minimizes. Is there a way around this? I have tried focus() on the second and not the first - …

Member Avatar for stbuchok
0
258
Member Avatar for kwins

Is there any possible way to activate window without internet or phone? there's this computer that cannot connect to the internet we're just using it to watch movie and listen to music, a friend just re-install it last month maybe after re-install a message keeps pop up to activate window …

Member Avatar for jingda
0
390
Member Avatar for reborn2010

I'm new in VPS and need your help how to install WordPress in VPS Window Server 2008 R2. I tried webmatrix but I can't connect mysql. Any recommended software to install some wordpress blogs in VPS window server 2008R2? I'm familiar with cpanel, any ideas for this? Thanks and kind …

0
123
Member Avatar for Drakarus

I am trying to figure out how to automatically close a simple windows application in C. I know how to create the window. But I have no idea how to get it to automatically close when it has opened without user input/interaction. Basically when it is called upon, I want …

Member Avatar for chrjs
0
147
Member Avatar for stefilina

Hy! I want to improve the design of my windows application.I've searched a lot on google but i couldn't find anything good. Can everyone please tell me some web addresses or maybe turorials were I can find stuff about the design of a windows application?Something like a special form for …

Member Avatar for stefilina
0
121
Member Avatar for massy

i'm not sure what its called but basically my web site looks and runs fine until the window is NOT full screen. the items are replaced and reorganized. how do i make it so the web page is fixed and if the browser window is not maximized it just shows …

0
104
Member Avatar for kirenemook12

hello everyone. i am making a program which has multiple windows. how do I program that when one window pops-up, the other closes? i am using Microsoft visual studio 2010, in a Win32 application. i am not using a windows form.

Member Avatar for kirenemook12
0
154
Member Avatar for brothman

Hey... don't know why this is happening... I've probably I've done this or things like itat least a few times before... [CODE] public class FileTree { public static DisplayWindow window; public void refresh() { DisplayWindow temp = FileTree.window; //temp.pack(); } public static void main(String[] Args) { window = new DisplayWindow(new …

Member Avatar for JamesCherrill
0
162
Member Avatar for honey61399

[B]1.[/B]I want my program to get the drive letter (like c:\,d:\) on form load and save that to a variable.What should i do to get the drive letter? [B]2.[/B]I want my application to fire this command (shutdown -s -p) on button click. But if i use this path (process.start("F:\Windows\System32\shutdown.exe -s …

Member Avatar for Luc001
0
141
Member Avatar for D2008

i have a empty c++ win32 console program Peter.cpp and a window form John.h added. a error of " error C2061: syntax error : identifier 'John' " just comes out due to the code " Application::Run(new John); " when complie. could you please help me to fix the program? thank …

Member Avatar for pseudorandom21
0
185
Member Avatar for Thew

Hello, how can I resize a [U]borderless[/U] window with a [U]custom[/U] component (something like status bar) that docks at the bottom part of my window. I draw a sizing grip in the bottom right corner of my scustom tatus bar. I was able to implement functionality for my borderless window …

0
305
Member Avatar for vjrabanelly

Hi, I'm using C++ without MFC nor ATL, to create a popup, opening from a DLL loaded in Internet Explorer as Browser Helper Object (all versions from IE7, from XP to Windows 7). Until now, everything went find and my popup is working as I wish. But now I'd like …

Member Avatar for vjrabanelly
0
242
Member Avatar for Mayank23

can someone help me, each time i send my friend a program he says tht the windows goes away once he enters something. please help.

Member Avatar for Nandomo
0
142
Member Avatar for WolfShield

Hey guys! This is the code for a program I started today: [code=java] /* * IdeaCaptureMain.java * * Created on Jan 25, 2011, 4:33:45 PM */ package Idea; /** * * @author WolfShield */ public class IdeaCaptureMain extends javax.swing.JFrame { /** Creates new form IdeaCaptureMain */ public IdeaCaptureMain() { initComponents(); …

Member Avatar for vealparry
0
97
Member Avatar for WolfShield

Hey everyone, I'm using the NetBeans WYSIWYG, the part where you drag and drop to create the windows and buttons ect. What I am trying to do is open a tutorial for my program from a menu item in the 'Help' menu. My problem is HOW to open a window …

Member Avatar for roxin_phoenix
0
144
Member Avatar for TSims11

Hey guys, I'm having trouble with an error message in my code, would you mind taking a look and helping me out? [CODE]private void button1_Click(object sender, RoutedEventArgs e) { if (textBox1.Text == "user" && passwordBox1.Password == "password") { Window2 W2; { W2 = new Window2(); W2->Show; } Close(); } }[/CODE] …

Member Avatar for TSims11
0
162
Member Avatar for ChuckNZ2002

I hope that you folks can help? I have ten IP cameras strategically located around my property. I capture video from these cameras with no problems. The cameras have the ability to pan and tilt, if I send commands to them. I can send something like the following to the …

Member Avatar for ChuckNZ2002
0
232
Member Avatar for CharliePrynn

Hey, I have made an application that clicks and button, which opens a popup. Now, my problem is, that it opens the pop up in Internet explorer and not webbrowser1. How can I change it so it opens in the same webbrowser1?

0
73
Member Avatar for gurupts

hi friends plz help how to make a local disk in windows 7 and windows xp as ACCESS IS DENIED......eg i want to make D: is accessed by me only

Member Avatar for guyinpv
0
361
Member Avatar for SoftwareGuy

Hello. I have a little trivial problem in my application. I have a dialog (d1) that inherits from Form. And in Main, if I call [CODE]d1.ShowDialog()[/CODE] ,it works fine. But calling [CODE]d1.Show()[/CODE] opens a bad form with pale labels and textboxes, and when I try to drag that window form …

Member Avatar for SoftwareGuy
0
124
Member Avatar for AaronLLF

Hi. Hopefully this is my final question for this code. As you may know, I got a code from lloydgoodall.com for a Java & LWJGL FPCamera. It came with several errors, which I got to fixing, and after many, many Google searches, Option+Space's, and hitting my head against my desk's, …

Member Avatar for JamesCherrill
0
551
Member Avatar for adobe71

i hav created software in visual studio 2008 window application using C#,now i want to add serial number.how can i do it pls give ur suggestions.

Member Avatar for Serialz
0
183
Member Avatar for GregMalick

I'm trying to write a Windows App that will let me write or draw in a window and still see what's below. Kinda a transparent Notepad with Borders. It's easy to create a transparent Window using: CreateWindow() with wndclass.hbrBackground = (HBRUSH) 0; But in the CALLBACK WndProc() where I'm drawing, …

Member Avatar for GregMalick
0
225
Member Avatar for fpsasm

Hi, I know that there are a lot of webpages devoted in telling me how the OpenGL mouse function works, but I still don't understand. What I need to know, when my: [CODE] void processMouse( int button, int state, int x, int y){ ... } [/CODE] Returns x,y. What does …

Member Avatar for sfuo
0
194
Member Avatar for rajag89

Hello frnds, I just learnt ASP.NET and have some knowledge of C++ language Now I want to develop a simple User Interface (Windows application ) which should be able to communicate with a database, to check whether any activity has to be done on the particular time, if any activity …

Member Avatar for rajag89
-1
165
Member Avatar for bettersaid

i need help in controlling mouse click in python. Example would be 'clicking File menu --> Save Us--> Save' on its own. I have this code for launching an app, for example a textfile. but i dont know how to control its mouse click. Advice please. [CODE]import os class LaunchApp: …

Member Avatar for bettersaid
0
103
Member Avatar for wolfeater017

Please help me with this bug. I have python 3.0 and I was using pygame and for some reason it isn't reconizing [CODE]windowSurface[/CODE] here Is the code Im having problems with and thanks in advance. [CODE]import pygame, sys, random from pygame.locals import * #*******************************************SETUPVAR************************************************** BLACK = (0, 0, 0) WHITE …

Member Avatar for tbone2sk
0
213
Member Avatar for Dragon Runner

Hi I Have MDI file it has menuitem on click of this I open my form1, again on form1 i have a button which open childform form2 I open my form2 on button_click form2 frm = new form2(this); frm.Location = new Point(0, 45); frm.TopLevel = false; frm.TopMost = false; this.MdiParent.Controls.Add(frm); …

0
100

The End.