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

Search:

Type: Posts; User: xs2ahmed

Page 1 of 9 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    0
    Views
    1,078

    Forcing a hung/busy windows service to exit

    Hello,

    Facing an issue with a windows service in client's production environement.

    They complain the service gets hanged up and they can not shut it down or fail to kill the process. This is...
  2. Replies
    1
    Views
    956

    Adding Icon to Listview

    Hello ,

    hello I need to set a different PNG image (with transparency ) from file for every item I add in a listview

    I tried to add the items as follows

    listViewUsers.Items.Add();

    but it...
  3. Replies
    6
    Views
    1,661

    Re: VS 2008 Pro C# question :

    Thanks monalin,
    I understand that this very feature has been removed for some reasons , thankfully some one understood me question atleast as to what I was saying :-)
  4. Replies
    6
    Views
    1,661

    Re: VS 2008 Pro C# question :

    I am in the class view already but I need to see class members UNDER the class node.. So that the members appear in the tree..
  5. Replies
    6
    Views
    1,661

    VS 2008 Pro C# question :

    Hello Every one,
    Sorry If I am posting question in th worong section, as I couldnt find any other area to be relevant...

    I have recently installed VS 2008 Pro, last time I used VS was probably 4...
  6. Replies
    2
    Views
    4,913

    Table cell editor not working

    Hello there,
    I am new to Java programming,
    I am trying to create a check box in a table cell which the user should able manipulate when the JTable is showing, the renderer is working fine but the...
  7. Re: Loading appropriate interop of Office/Visio

    Anyone here to help out :(
  8. Loading appropriate interop of Office/Visio

    Hi,
    I am creating a .Net application to interact with Visio.
    For now I am making it working with Visio 2003 only as I added the visio 11.0 tlb reference from the project->references.

    The code...
  9. Re: Writting .Net framework 1.1 Application from VS 2005 Express

    I was Just responding to CJard for his comments,
    Your post makes sense thanks for that, I have also figured out that there is a power toy for VS 2005 express called MSBee which does a similar...
  10. Re: Writting .Net framework 1.1 Application from VS 2005 Express

    Actually the company doesnt work in Microsoft solutions, the project i am assigned is not huge and entirely seperate from main development.
    anyways as a developer its not always what u want... :sick:
  11. Re: Writting .Net framework 1.1 Application from VS 2005 Express

    The reason for writting 1.1 application is that the customers such as banks etc work in very restricted and secure environements, plus strict IT policies on their machine. They dont like upgrading...
  12. Re: Writting .Net framework 1.1 Application from VS 2005 Express

    No, I can not use VS 2003 because I have to use Express version (Free one) and there is no VS C# 2003 Express so I can only use VS 2005 express or 2008 express.

    and I need to write application for...
  13. Writting .Net framework 1.1 Application from VS 2005 Express

    Hello,
    How can I write an application for .Net framework 1.1 from Visual C# 2005 express edition. I am developing on Vista and have framwork 2.0 on it.
    Thanks,
    Ahmed
  14. Replies
    1
    Views
    783

    Assembly's .Net framework version

    Hello,
    if I have an assembly dll or exe file to be used.
    Is there a way to know as to which framework of .Net it was written in ???
    1.1 or 2.0 ?
    Thanks,
    Ahmed
  15. Replies
    9
    Views
    15,504

    Re: onReadyStatechange not being called

    Thanks alot for the help ;)
  16. Replies
    9
    Views
    15,504

    Re: onReadyStatechange not being called

    Yours is set to asynchronous, and thst how i figured out prolem in my code..

    XMLHttpRequest.open(sMethod, sUrl [, bAsync] [, sUser] [, sPassword])
    you've passed true, isnt it ;) or did i get code...
  17. Replies
    9
    Views
    15,504

    Re: onReadyStatechange not being called

    I've used your script.
    I figured out the problem ,
    I was using synchonous call to open.
    but why should synchronous call not let state change call backs in Mozilla but in IE .!!!
    seems funny..
    I...
  18. Replies
    9
    Views
    15,504

    Re: onReadyStatechange not being called

    I tried this but same result for Mozilla firefox.
  19. Re: populating Drop down with items frmo server.

    thanks guys for all the help. ;)
  20. Replies
    9
    Views
    15,504

    onReadyStatechange not being called

    I am usinng the following code to send an email
    The code works fine in IE but in Mozilla the function readyStateChanged doesnt get a call back, therefore the user doesnt get the message box saying...
  21. Re: populating Drop down with items frmo server.

    So I am going to use the cleanest way by sending pure XML as Andreas said, it s the Best use of AJAX, and not the XML with <Options> tags, as you said it not smart way.


    I only need to know how...
  22. Re: populating Drop down with items frmo server.

    Your responses are very helpful,
    I would like to ask further that If I use XML instead of comma seperated text, could you give me an example as to how would I parse the XML in the java script code...
  23. [RESOLVED]populating Drop down with items frmo server.

    I want to fill a drop down/combo with list of items, when a user clicks a button,
    I am calling my php page using http request of AJX and then fill up the combo
    using
    combo.blala.innerHtml= "code...
  24. Re: Efficient retrieval of records with dynamic columns from db into Grid

    Thank you cjard and Thread1 for your replies,...
    you suggested me to use, datatable and dataadapter would it solve my dynamic column problem only or would it address the performance issue too, Is it...
  25. Efficient retrieval of records with dynamic columns from db into Grid

    Hi Guys,
    This is a general .Net question that relates to fetching data from database and filling up a grid on the user interface,

    Ok the problem is that I am doing some research as to how i can...
Results 1 to 25 of 201
Page 1 of 9 1 2 3 4





Click Here to Expand Forum to Full Width

Featured