Questions tagged [handles]

175 questions
0
votes
1 answer

assigning object to button.tag

I created a Sub I want to run everytime one of two buttons is clicked. I added the handles of both buttons to the sub so that clicking either one will fire the subroutine. I placed listview object A in buttonA.tag, and listview object B in…
Ccorock
  • 892
  • 12
  • 37
0
votes
4 answers

Handles variable in GUIDE is not updating

I have a GUI created using MATLAB GUIDE. I am trying to return a value from the GUI. Here are the relevant parts of the code (complete code can be found here): function varargout = test(varargin) % --- Outputs from this function are returned to the…
jhonatanoliveira
  • 141
  • 1
  • 11
0
votes
1 answer

pass handle from one m file to other m file

From my "Main" window I have a button that opens another window "List". In the List window I have two listboxes the one on the left has names on it and on the one on the right i add names to it. However I am unable to pass the added names to the…
VMI
  • 61
  • 10
0
votes
1 answer

Invalid handle exception on CloseHandle call?

In my application I open a handle to shared memory that I read/write to/from. I open the handle like so: //Map the shared memory d_to_mbx_mem_arr[idx] = reinterpret_cast(MapViewOfFile(to_mem_h, // handle to map object …
Ian
  • 4,169
  • 3
  • 37
  • 62
0
votes
1 answer

Stubborn resize handle controls on BODY element inside radEditor rich text editor

I have a radEditor which consists of an IFrame that contains an editable 'content area' composed of a BODY element - this is just the standard default implementation of the radEditor control. In Firefox, whenever the user clicks on the content area,…
ergolargo
  • 53
  • 6
-1
votes
1 answer

About SystemHandleInformation on 64 bits application

I need know how enumarate handles on 64 bits applicatio, i made it on32 bits and works perfectly, but the same code compiled as 64 bits only show some handles. i already changed variables to longword for example but without success. i read about…
PâM Bolsoni
  • 11
  • 1
  • 6
-1
votes
1 answer

How Can I Put An Array Into The Handles In A Form For VB.NET?

i am developing a program, which allows you to select seats to reserve in a concert hall by clicking/rolling over a set of pictureboxes, which looks like this like this: http://postimg.org/image/urhvij3xn/ I know how to make all of these images have…
-2
votes
1 answer

How to determine number of open handles in .NET

I am using VB2012 to create a WinForms application. The Form gives the user the ability to create "pages". Each page has a certain number of questions on it. The questions are survey questions with radio buttons for answers. Depending on how many…
John
  • 1,310
  • 3
  • 32
  • 58
-3
votes
1 answer

C# - Get PID or name of the process handle

I enumerate all handles of a process. I have process handle and now I want to know the PID of the process the handle is for. Here is the stuct I am using: public struct SYSTEM_HANDLE_INFORMATION { public int ProcessID; public byte…
-3
votes
1 answer

Defines X and Y in axes limit matlab

I have my histogram with this appearance And he wanted to get this way, but I don't know which fields should I change or where I wanted to like this How can i make this definition?
lion
  • 11
  • 1
1 2 3
11
12