October 1st, 2007 07:43 AM
Hello,
I am trying to create a System Tray Icon in my program.
the problem is that when i click the right button of the mouse i get a sub menu in the tray icon but when i press the left button...
September 10th, 2007 02:07 AM
sorry....
i uploaded a txt file. I hope now it will be easy to read it.
September 10th, 2007 01:37 AM
the code id:
the main class:
public partial class mainForm : Form
{
public BindingList<EndPoint> endPoints =
new...
September 9th, 2007 04:21 AM
Hello,
I have function in the main window (main thread) which create a Listener class.
in a function in the Listener class i call a function in the main thread.
this secind function checks a...
December 19th, 2006 02:23 AM
my problem is that i need to add the function dynamically. I need to do:
getElementById('string').onblur = function(parameters).
when the function is different each time.
December 18th, 2006 09:30 AM
First I want to apologize if I insulted you. In my code a draw a table and inside one of it’s row I draw an input. Because I draw this table for different purpose I need to connect the onfocusout...
December 18th, 2006 09:16 AM
In C# for example I can declare a delegate and pass to it a function from a different class and in the class where I declared the delegate I can raise an event and activate that function. I would...
December 18th, 2006 06:41 AM
hello,
I would like to know if it is possible to use delegate in javascript and if so how to do it.
(I want to send to a function a pointer to other function and raise that pointer).
December 11th, 2006 07:30 AM
hay all,
in IE I get get a reference to an element inside an element by using
document.getElementById('FirstelementName').document.getElementById('SecondelementName').
but it does not work in...
December 3rd, 2006 07:10 AM
Hello,
I have a asp.net web application which inside it I create a string with a table, which I want to be able to open an excel file with the data in that table.
my problem is that I am not able...
November 28th, 2006 09:28 AM
I have a HTC file which work fine in Internet Explorer, but does not work in Firefox. Is there a way to change the HTC file so it will work in firefox?
the HTC file is:
<html XMLNS:NumericUpDown...
November 27th, 2006 09:35 AM
Hello All,
I have a table in the client side and when I try to insert a cell (in javascript) and add to the innerHTML of the cell a user control it works in Internet Explorer, but when I try to do...