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

Search:

Type: Posts; User: nvinoth123

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    2,056

    File Upload into FTP Server

    I am try to upload pdf file into FTP Server using fileupload control in asp.net(vb.net).
    It's working fine in local system but it's not working if i access remotly(it's not working after published...
  2. Replies
    2
    Views
    1,238

    Display word in html..Pls help..

    Hi,
    I am trying to show the content of a word document or a pdf file into my html page. Can someone help me out in doing this.. If there is any code snippet for that can someone share it for...
  3. Dynamically set the id for div in javascript

    Hi,
    I'm trying to for a div in my page in a javascript in clicking a link. So i need to set the id for the div and id for other contents inside the div based on the link clicked. I'm able to take...
  4. Replies
    0
    Views
    1,034

    Get List Count in external application

    Hi,
    I'm trying to get the count in the list/grid from an external application(IP messenger) from my application using windows API in C#. I'm able to get the handle of the list. but when i try to...
  5. Replies
    8
    Views
    1,203

    Making the menu invisible

    Hi,
    Can someone help me in making the menus of the given window(for example on screen keyboard) invisible by any programming language. Is there any API that does this. Please help me out in...
  6. Creating/Accessing queue in a remote machine

    Hi,
    I'm trying to create a queue in a remote machine. The queue path that i'm using is "FormatName:Direct=os:01HW045419\private$\SampleQueue".
    When it tries to access the queue(either checking...
  7. Replies
    2
    Views
    982

    Previous Instance in .NET

    Hi,
    I wanted to know whether my exe is already running or not and based on that i need to take some action. If it is already running i need to call a button click event of the already running...
  8. Replies
    5
    Views
    4,677

    Re: Disable Alt + Space

    it worked for me, thanks a lot..... thanks once again....
  9. Replies
    5
    Views
    4,677

    Disable Alt + Space

    Hi,
    I want to disable the menu that pop-up's in the header when i use the alt+space bar key in .Net. Basically i dont want the menu to be listed.Is there any property for that or is there any api...
  10. Replies
    0
    Views
    3,109

    Sorting in a DatagridView

    Hi,
    I'm using generics in my program and i'm binding the List object which contains the data to the datagridview. But when i use the sort property of the gridview its throws an error "DataGridView...
  11. Replies
    16
    Views
    2,434

    Re: Change Windows Display Settings

    It worked for me, thanks a lot for all of u. it was my mistake, i passed 1 instead of 0 for the second parameter while unchecking. Now its working. Once again thanks for all of you.
  12. Replies
    16
    Views
    2,434

    Re: Change Windows Display Settings

    thanks guys, it worked for me, that was my mistake, when calling the api for unchecking i passed 1 instead of 0 in the second parameter. so this means that what all have posted is correct.Thanks a...
  13. Replies
    16
    Views
    2,434

    Re: Change Windows Display Settings

    thanks hanees,
    but its not working in c#, i dont have vb installed in my mac, i'm trying to convert as such in c#, its working for unchecking but its not checking that option.i'm working on...
  14. Replies
    16
    Views
    2,434

    Re: Change Windows Display Settings

    thanks,
    but the example that u gave recently is the same one that u gave earlier.i'm able to unchech it, i just wanted to know how to check the same.i'll provide what i have done(its a c# coding)....
  15. Replies
    16
    Views
    2,434

    Re: Change Windows Display Settings

    hi hannes,
    I got it, thanks, with ur sample i'm able to uncheck the option, but i'm not able to find the code to check the option. can u please help me out in this. this is bit urgent.thanks in...
  16. Replies
    16
    Views
    2,434

    Re: Change Windows Display Settings

    thanks hannes,
    it worked for me, i'm trying to do it in c# and it really worked. thanks again.

    vinoth
  17. Replies
    16
    Views
    2,434

    Re: Change Windows Display Settings

    thanks jonny
    i've tried those sites, there is no such in them, can u further help me out in this.

    thanks in advance

    vinoth
  18. Replies
    4
    Views
    651

    Re: Change Windows Display Settings

    Thanks Krishna,
    I've tried this, but it requires a login again, only then its getting reflected. is there any other way to do that?Thanks in advance.
  19. Replies
    4
    Views
    651

    Re: Change Windows Display Settings

    i Just require the methodology so that i can handle it im my code,
  20. Replies
    4
    Views
    651

    Change Windows Display Settings

    Hi,
    I want to uncheck the following option programatically.
    Desktop->Properties->Appearance->Effects->Hide Underlined Letters for keyboard novigation until i press the Alt key.
    is there any api...
  21. Replies
    16
    Views
    2,434

    Change Windows Display Settings

    Hi,
    I want to uncheck the following option programatically.
    Desktop->Properties->Appearance->Effects->Hide Underlined Letters for keyboard novigation until i press the Alt key.
    is there any api...
  22. Replies
    0
    Views
    1,114

    Change Windows Display Settings

    Hi,
    I want to uncheck the following option programatically(C#).
    Desktop->Properties->Appearance->Effects->Hide Underlined Letters for keyboard novigation until i press the Alt key.
    is ther any...
  23. Replies
    2
    Views
    615

    Re: Help me to improve me the performance

    hi,
    thanks for ur reply. it seems there's no problem in the looping( the logic) b'coz its necessary to iterate for that many records(aprox 2 lacs) and i need to insert into the table.i was asked...
  24. Need a particular row value from table.

    Hi,
    How do i get the nth row value in a table in sql server. For example i wanted a particular field value of the 10 row in a table how do i get it. is there any query for that. Please help me out...
  25. Replies
    2
    Views
    615

    Help me to improve me the performance

    i am having one requirement in which lacks of records will be inserted into a table from a button click event in
    an aspx page.the logic goes like this. it contains 4 for loops checking for array of...
Results 1 to 25 of 65
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured