Search results for query: *

  • Users: kanak
  • Order by date
  1. K

    how download accelerator works

    hi all ... i want to know whether anyone has an idea how download accelerator works... I m tryin to implement a downloading tool ... but what i have noticed in all these downloading manager is that they dont store the incoming data in a byte buffer... instead writing it to a temperory file... i...
  2. K

    richtextbox vertical scroll problem

    i m facing a problem in a rictextbox control.... that is the vertical scroll bar i m developing a chat window where the message recieved is shown in a richtextbox ... Now the problem which i am facing is that when the message content is more than the size of the richtextbox... then the...
  3. K

    is there a richtextbox which behaves likes textarea control in html

    I got that before but there were some problems coming 1.when i concatenate the next message ..the whole message ios becoming bold... 2. the name will be occuring again and again ... and it will making only the first occurance bold... 3. if the same name is typed in the messgae ... itr will...
  4. K

    minimizing to the systemtray

    drag the notify icon use context menu and add menu to that add context menu to notify icon when u minimize hide the parent window me.hide() thats all
  5. K

    remote client desktop monitoring

    Hi all .. i m developing a client server application ..and as a module i want to implement desktop monitoring of the client. I mean that from the server , administrator can view the client desktop and also what the client is doin at that time. Those who have worked with windows xp might be...
  6. K

    is threre a message box which does not block the execution of the program

    thanks hey thanks a lot .. i love these forums for the knowledge upgrade..thanks a lot
  7. K

    is threre a message box which does not block the execution of the program

    hi all i want to know is there a information message box ... which does notblock the execution of the program..... i want a message box which doesnot reqires a user input but just to gives a alert of theinformation... and destroys itself... i tried creating a windowform like message box ...
  8. K

    how to get the icon in system tray when the main window is closed

    hi all i want when my window form get closed it shud place a icon on the system tray .. can anyone tell me how to do it ... and also how to add the menu when the user right click at the icon ... i dont want it to display on the taskbar but as a icon in the system tray
  9. K

    Detecting clicking on the "X" closedown

    its "onclosed" event if u r using vb.net go to code view at the top pane there will be two drop down box .... on the left side drop down box select "overrides" and right side select "onclosed " and ur subroutine will be generated .. u can write the code here ..and whenever u click the close...
  10. K

    File transfer

    hi tom ..i have used transfeering file with text content in my client server application ... its very easy if u r tryin to send the file whose content is text ... u can open the file using file.io.opentext("filename") use string str= streamobject.read to end now when u have got the content in...
  11. K

    is there a richtextbox which behaves likes textarea control in html

    hi all i m tryin to make a messenger application using vb.net the problem i m facing is ... i have two rich text boxes one i will type the messgae and another one in which i will display the message along with the user name who send the message... i want to make the user name bold ... so is...
  12. K

    OdbcDataAdapter.Fill()

    hey can u please post the code .. which constrains r u using ... For any restriction use check constraints ... i m not able to understand the user generated constraints
  13. K

    how to shutdown computer using vb.net

    do i need priviledges hey thanks for the code.. but since there is osme prob in my system and has gone for a repair .. i will only be able to check the code after couple of days .. but i want to ask something .. Will this require administrator priviledge ... i mean can i use this code if i my...
  14. K

    OdbcDataAdapter.Fill()

    will u try explain it in a more detail what r u tryin to do .?? oledbadapter.fill() method take a dataset or a datatable as a parameter... use datatablle and use datagrid to display ... datagrid.datasource = datatable explain in more detail what r u tryin to do ...
  15. K

    how to shutdown computer using vb.net

    can anyone tell me hw to shut down a computer using vb.net or restart the windows..if possible help me with the code
  16. K

    Insert/Update/Delete Data from DataGrid !!!!

    hey which dataadapter u r using .. u can use the dataadapter provided by .net..drag them in your form ..configure them .. and they will automatically generate the update , delete , insert , etc sql statements ... all what u have to do is ... update the changes in ur dataset ... by using...
  17. K

    instant message notification like orange blink on taskbar in yahoo

    hi all i m new to this forum ... I m tryin to make a messenger and where clients can chat with each other... i wanted to know how to notify a user when an instant message is recieved ... as we have seen in yahoo that if the message window is minimized in the taskbar it starts blinking with blue...
Back
Top