CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: shoham78

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    752

    problem with tray notification

    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...
  2. Replies
    7
    Views
    1,174

    Re: Problem with multithread

    sorry....
    i uploaded a txt file. I hope now it will be easy to read it.
  3. Replies
    7
    Views
    1,174

    Re: Problem with multithread

    the code id:
    the main class:



    public partial class mainForm : Form
    {
    public BindingList<EndPoint> endPoints =
    new...
  4. Replies
    7
    Views
    1,174

    Problem with multithread

    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...
  5. Replies
    1
    Views
    809

    create xml file from dataset

    Hello,
    I am trying to create a xml file from a dataset.
    I filled the data set with data from a table in the data base and I am trying to create the xml file using a xml schema. in the xml schema I...
  6. unable to use class from the server in the client

    I am trying to register server class so that I will be able to call a function in the server from the client using ajax.
    In the page load function in the server I wrote:
    Public class Cls
    Protected...
  7. unable to use class from the server in the client

    I am trying to register server class so that I will be able to call a function in the server from the client using ajax.
    In the page load function in the server I wrote:
    Public class Cls...
  8. Replies
    7
    Views
    963

    Re: Delegate in javascript

    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.
  9. Replies
    7
    Views
    963

    Re: Delegate in javascript

    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...
  10. Replies
    7
    Views
    963

    Re: Delegate in javascript

    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...
  11. Replies
    7
    Views
    963

    Delegate in javascript

    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).
  12. Replies
    2
    Views
    2,394

    get ElementById in firefox

    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...
  13. Replies
    1
    Views
    497

    how to create an excel file???

    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...
  14. Replies
    1
    Views
    1,399

    HTC File does not work in firefox

    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...
  15. Replies
    1
    Views
    814

    Problem with firefox

    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...
Results 1 to 15 of 16





Click Here to Expand Forum to Full Width

Featured