The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
17 views

Plot_Handles - How to use if-loop with plot handles?

I'm having a bit of a problem to integrate the if-loop with plot_handles. So the program I'm writing has this structure: It has this menufile in which you choose what you want to do (This is only a ...
0
votes
1answer
11 views

get handles count associated to a kernel object (win 32 application)

I'm developing a simple win32 application with two processes sharing memory through a file mapping. At a certain point in the second process, I want to check if the other process has already closed ...
0
votes
1answer
16 views

Android: receiving IllegalArgumentException after directly importing SlidingDrawer source code

I got an IAE when copying the SlidingDrawer code from Android SDK and importing it into my project. java.lang.IllegalArgumentException: The handle attribute is required and must refer to a valid ...
1
vote
2answers
31 views

How do i output an SQL Error in MySQL

I've declared an handler which will handle SQLEXCEPTION, in the clean up code i had it do SELECT 'My Handle';, i ran a script that fails because of a primary key violation and it worked cause i got my ...
0
votes
1answer
17 views

storage model for File_descriptor and Handle in Reactor pattern

I'm implementing the asynchronous pattern Reactor in C++, based on Epoll. First, we will register file descriptor with the Reactor by calling the function template<typename Handle> void ...
0
votes
1answer
21 views

Get function handle of fit function in matlab and assign fit parameters

I'm fitting custom functions to my data. After obtaining the fit I would like to get something like a function handle of my fit function including the parameters set to the ones found by the fit. I ...
0
votes
2answers
35 views

DestroyIcon after SHGetFileInfo?

I'm using SHGetFileInfo to get the icon of specific file type. The MSDN says about the SHFILEINFO: hIcon Type: HICON A handle to the icon that represents the file. You are responsible ...
0
votes
3answers
73 views

Broadcast Receiver Still Running after app close - Android

I'm using some code from this tutorial on how to receive SMS messages: http://webtutsdepot.com/2011/09/28/android-sdk-tutorial-how-to-receive-text-messages/ The code works perfectly, and does exactly ...
0
votes
1answer
16 views

How to access soundPool from a thread other than main/UI?

I have my main Activity class, a Renderer class and my custom soundPool class (called soundMan) and I can create and access SoundPool(I.E. soundMan) objects within my Activity class without too many ...
0
votes
2answers
54 views

Checking and closing HANDLE

I am working with HANDLES, the first one, nextColorFrameEvent is an event handler and the second one is a stream handler. They are being initialized in the following piece of code: ...
1
vote
1answer
51 views

Pointer to pointer and NewHandle function in (Think) Pascal

What is a purpose in Pascal to declare variable that is pointer to a pointer? I have a code in Mac Think Pascal. Here is some parts from the code that I don't understand: type my_array = ...
0
votes
2answers
55 views

How to Get Local IP by SocketHandle?

I am developing chatroom application - use TServerSocket and TClientSocket to Send and Receive Text I Can get Socket.SocketHandle from computer that sent for me, but how to get local IP (or ...
1
vote
1answer
34 views

Multiple CreateFileA calls return same File Handle

I have a routine to open COM Ports using CreateFileA. The function is created as a DLL and I have an EXE(using VS2010) to make calls to open different COM Ports. An observation is that if I use the ...
-2
votes
2answers
159 views

C++ Why Sendmessage doesnt work?

In C#, this SendMessage function raise up volume successfull: [DllImport("user32.dll")] public static extern IntPtr SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam); SendMessage(Handle, ...
0
votes
3answers
61 views

Change the button color after a variable time

I'm having a problem to change the button color after a certain amount of time. I know how to change using handle after a fixed time, but I need to change the color after a specific time that is ...
0
votes
1answer
23 views

Starting position with fgetcsv

I have a script that runs every 20 minutes that imports log data from a CSV into my database. Some log files may have 20 entries and some may have over 400,000. My challenge is this....the log files ...
0
votes
1answer
36 views

WinApi Scrollbar Handling

I want to create a nice user interface for my project. I Create a window, then I create a child window which is the main window for the interface functions. So... I have those two windows, in the ...
0
votes
1answer
55 views

Matlab GUIDE GUI Handles change in values after using Load() function?

Inside a GUI that I have made using GUIDE in Matlab. I run into a problem where upon using the Load() function to load a .MAT file all my handles change values. This means that if I had a button that ...
1
vote
2answers
60 views

WinForms: Is any way to get window handle before Application.Run(new Form1())?

I have a winforms, before Application.Run(new Form1()) I send message to other app [DllImport("user32.dll")] public static extern long SendMessage(IntPtr Handle, int Msg, int wParam, int lParam); ...
0
votes
0answers
47 views

Android. How to handle click below the last item in ListView?

I have a listView with some items. How to handle click on the area "A" below the last item in ListView? ------------------------- item1 ------------------------- item2 ------------------------- ...
0
votes
1answer
46 views

How to convert IntPtr to Cursor or SafeHandle?

I'm in .NET 3.5, I have found CursorInteropHelper.Create() method here. However it is absolutely unclear how do I convert IntPtr for cursor to SafeHandle. The list of implementations of SafeHandle ...
0
votes
1answer
33 views

check if the application has a given access right on a process handle

suppose i receive a handle to a process in a user-mode application. i dont know if it is returned from a CrateProcess or an OpenProcess call. to call GetProcessTimes with this handle i need ...
0
votes
0answers
36 views

JavaFX Drag Over “Like Object”

So I'm trying to get Drag and Drop working in JavaFX. I have a bunch of like-objects that are populated on the screen, each is unique in it's own way, but all are of the same class. So my ...
0
votes
1answer
43 views

How to handle should.js assert error

How should one handle uncaught exception thrown by a should.js (or node.js) failed assertion and keep execution on the same function/block where the assertion failed? I tried wrapping the assertion ...
0
votes
2answers
79 views

Execute a application and wait for it to be loaded

I'm searching for a way to execute Steam (Steam.exe) and wait for it to be loaded (Not to exited). I was think a good idea is to list all the child handles and search for a string in the title ...
0
votes
0answers
86 views

Get all child handles of process

I need to get all the child handle names of a process. For example if I have Firefox opened with 10 opened tabs then I need to get the 10 child handles (the name of each tab). I've tried to use this ...
0
votes
1answer
30 views

Error using Cursor in MySQL with subquerys

I have the following stored procedure: DECLARE CURSORITO CURSOR FOR SELECT issues.id FROM issues DECLARE CONTINUE HANDLER FOR SQLSTATE '02000' SET done=1; OPEN CURSORITO; REPEAT FETCH CURSORITO ...
0
votes
1answer
82 views

Delphi7: TBitmap.Canvas.Handle = 0

I am facing this problem for a long time, and have not found anything that could help me solve it. I use a TBitmap to receive data coming from a camera (stream) and then save the image to disk. ...
0
votes
1answer
81 views

How to close process handle in C#

I have a process that has two different handles. I want to close one or the other based off of their handle ID. Is there a way to do this in c#.
0
votes
0answers
37 views

Can not take a picture of the graphics context of the control (C #)

I work with an unmanaged library. Library receives video from IP cameras and renders it into a graphics context. Address the context identified by the structure "cConnectInfo.hPlayWnd". ...
1
vote
0answers
114 views

IIS Woker Processes (w3wp.exe) with high handle counts

Our IIS Worker Processes have high and steadly rising handle counts. The Thread Count seems to be stable but the Handle Count keep rising until the AppPool is shutdown because of inactivity. For ...
0
votes
1answer
38 views

jQuery Sortable sorts only the handle

I want to drag some divs, but only on the y-axis. By using draggable its possible, but it have to be sorted between the other divs when dropped. So i chose sortable. I have to use a handle-div, but ...
0
votes
1answer
64 views

Screen touching event and button click

I try to develop some kind of virtual joystick for a game. For controlling the camera i'm grabbing the screen coordinates through onTouchEvent and for controlling game's avatar i'm using buttons. To ...
-1
votes
2answers
184 views

how to disable Notification bar throughout the application? [duplicate]

The user can launch other installed applications from my application and back to my activity when exiting launched application.I want to disable notification bar(showed status of wifi,gps,bluetooth ...
0
votes
0answers
24 views

change volume of a handled soundfx in cocos2d

int __sfxHandle; [[SimpleAudioEngine sharedEngine]stopEffect:__sfxHandle]; by this way I can stop the specified sound via its handle number. but how can I do something like this ? somethig like : ...
0
votes
1answer
87 views

How can I get a handle on keyboard in vb net?

This is my keyboard: ----------------------------------- Win32_Keyboard instance ----------------------------------- Availability: Caption: Enhanced (101- or 102-key) ConfigManagerErrorCode: 0 ...
1
vote
1answer
414 views

how to handle for browser refresh, back button

I'm developing page for internet banking system, once login I have main page(session is maintain here) and few tabs/link as child for the main page, I already have js to killed the session or to ...
2
votes
1answer
167 views

Drawing and clearing on screen with Graphics.FromHwnd

I am trying to create a program which gets the handle of the window under your cursor, show's some data about it and draws a filled rectangle (with very low alpha) on top of the whole window. I am ...
0
votes
1answer
43 views

Changing the Value of a Variable While the Code is Running

I'm writing a code that will take the location of the cursor and output a sound signal. But here's the catch: There is already a sin function playing in the background, the mouse click will merely ...
2
votes
1answer
39 views

Matlab: How to close program legaly?

I have a running script with many graphical handles that I update here and there in the code. My aim is that when I close the program brutaly (with X button or Ctrl C) to close it correctly. I've ...
2
votes
0answers
132 views

FMX: Handle of controls

I'm working with DirectShow in firemonkey, and i have a problem with outputting Video. iVideoWindow.Put_Owner(Panel1.Handle); I need handle of TPanel, to display video at it. But FMX controls have ...
1
vote
1answer
40 views

How to get the handle used to drag a draggable when having multiple handles

I am using Jquery Draggable My draggable is having four handles on all four sides viz (top, bottom, left and right) using which draggable can be dragged in respective direction ...
0
votes
2answers
126 views

WinForms too many handles

I our production, my application caused two different exceptions: System.ArgumentException: Invalid Parameter. at System.Drawing.Image.get_RawFormat() at ...
0
votes
1answer
61 views

Obtaining a HANDLE to a named pipe opened in an external process (win32)

I have a logging facility (descendent of SS_Log) that consists of an independent log viewer and a C++ lib to send messages via a named pipe. The log viewer is launched by the client through the C++ ...
0
votes
1answer
28 views

ClassCastException with handleMessage

Debugging bit of code for bluetooth connection receive string etc. However, seem to be getting a ClassCastException at the line of code String read_Message = (String) msg.obj; But if I was to use ...
0
votes
1answer
11 views

Is null checking for desktop window handle needed

In my application I acquire the desktop window handle by the below statement: HWND hDeskTopWnd = :: GetDesktopWindow(); Is it required to perform null checking for hDeskTopWnd. Will the desktop ...
0
votes
0answers
110 views

HANDLE in place of CWnd*? (MFC)

I have a piece of code in an MFC program that looks like this: HANDLE newhandle = m_hWnd; //A //draw the bitmap image on the window BITMAP* bi = new BITMAP; CBitmap bmp; ...
0
votes
1answer
69 views

Syntax for getting the value of a specific handle with a jQuery UI Range Slider

What is the correct syntax for getting the value of a specific handle with a jQuery UI Range Slider? The method given in the demo and used in the function below gets the value of both handles ...
1
vote
1answer
72 views

check if handle exists

i am using this code to detect when a specific window is active, and when it is i save the handle in a variable: Dim kiosk As IntPtr Dim l As Integer = ...
0
votes
1answer
209 views

Set template in layout handle for Adminhtml

In the backend of my Magento Webshop I want to set a template for the blocks of System->Config. Therefore I use the layout handle of the Mage_Adminhtml_System_ConfigController which is ...

1 2 3 4 5 12