Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Kenny62

  1. Kenny62

    AddNew databinding problem

    Addnew databinding problem: Hi - i have databinding problem, i wonder if someonecan help: Briefly, i have table with the following fields ID (identity, not NULL) ClientID (integer, not NULL) ProgramID (integer, not NULL) StartDate (datedtime, not NULL) EndDate (datetime, nullable) Databind is...
  2. Kenny62

    Moving node on treeview causing app to stop responding

    Hello again, i've cracked it. If you follow the user comments http://www.codeproject.com/vb/net/TreeViewDragAndDrop.asp on the page - and open them up - they will highlight problems and solutions.
  3. Kenny62

    Moving node on treeview causing app to stop responding

    Hello Infinitelo, i found this solution on the net: http://www.codeproject.com/vb/net/TreeViewDragAndDrop.asp I 've been having problems in the DragOver event - can you see what is wrong! It would be nice to get this working properly. (I'm using VS.Net 2003 for development, the author of the...
  4. Kenny62

    Moving node on treeview causing app to stop responding

    Hi Guys, if i've implemented dragdrop code on a treeview to re-arrange the nodes. I validate the node that i'm attempting to move in the DragOver event. In final phase of validation, we must ensure that the TreeNode under the cursor is not the TreeNode that is being dragged or a child of that...
  5. Kenny62

    XML formatting

    This is inefficient in practice - as we are now doing two write operations and one read. All i wanted to do was write a properly indented XML file. (Anyway thanks for the suggestion nfinitelo - i'll give it a try).
  6. Kenny62

    XML formatting

    Hi - I've written a recursive routine to save the contents of a treeview to XML file. This works - but only the root node is correctly formatted. All other nodes are on the same line: Any idea whay this happens and how can i fix it. Thanks in advance for any help. Code sample: Private Sub...
  7. Kenny62

    Error opening ASP.NET project

    Thanks TipGiver, i've tried your suggestion and still no joy - still getting same error message - "Unable to get the project file from the web server". I should add that i try to open the myproject.vbproj type file or solution if present. If i create a asp.net project from scratch and run it -...
  8. Kenny62

    Error opening ASP.NET project

    Hi, I'm new to ASP.Net and i've been following course work and projects supplied on a CD-ROM. I've copied a project to my C:Drive and and changed the folder and file properties to read/write. However when I try opening the .sln or .vbproj file it gives an error message "Unable to get the...
  9. Kenny62

    Embedded word docuemt to a .Net form ::RE

    Hi - I have a web-browser control on a form - the browser control displays a word document via a .navigate method. I would like to be able to click any where on the document and 'click event' or similar is fired - so that i can do my stuff - in this case play an audio file. Presently clicking on...
  10. Kenny62

    Webbrowser - disable page links

    Thanks for your help guys - especially 'earthandfire' - this is the kind of solution i've been looking for. Cheers.
  11. Kenny62

    Webbrowser - disable page links

    I think a simpler solution would be to disable left and right mouse button click on the browser client region - scrollbars need to work as normal. Any ideas how to do this.
  12. Kenny62

    Webbrowser - disable page links

    I don't know Java - so that method is a no. no...surely there must be a easier method!
  13. Kenny62

    Webbrowser - disable page links

    Hi - ralptrent, tipgiver - yeah that it what i meant. The app provides the URL - once the page is displayed - i don't want the user to navigate to other pages - hence need to disabled links. The pages are on a big intranet and the web. I have no control over the pages. All i know is the URL...
  14. Kenny62

    Webbrowser - disable page links

    Hello - is there a simple way to configure the web-browser control such that all links on a displayed web page are disabled. (Only the URL set in the .Navigate method is displayed - users can't go to other sites). Thanks for any help in advance, Ken.
  15. Kenny62

    WebBrowser - Word Documents

    Surely there must be a way to use word in a read only mode in a web browser control. (I have to make do with what i have installed - which is word 2002...I'm not keen on converting thousands of documents to pdf format!). Any other ideas. Thanks, Ken.

Part and Inventory Search

Back
Top