Search:

Type: Posts; User: kevin_sauerwald

Page 1 of 13 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: code to read sites in IE internet zones

    yep.. saw that one also.. I guess I can try that method.. was hoping someone has some code to extract it with vb... but
    I can use that as a fall back also..
  2. code to read sites in IE internet zones

    I posted something like this years ago.. never got response.. trying again because its come back to haunt me.

    but I found tons of code to post new entries into the zones for sites..

    but I need...
  3. Re: mssql combine two columns that are text blob into another text blob column

    thanks .. that worked for me..
  4. Re: mssql combine two columns that are text blob into another text blob column

    I did not.. how big would that be ? or is it system decided ?

    how does that work with text data ? if I pull from the two blob text will it convert
    to binary and convert again when I push back to...
  5. [RSLVD] mssql combine two columns that are text blob into another text blob column

    so I have Col A and Col B that are text blobs

    and I want to take those string and combine into Col C that is text blob
    also..

    doesn't seem to like the + with text blob.. and using a local...
  6. Replies
    7
    Views
    964

    Re: add comment to work doc in vb.net

    ok thanks I got it.. I ended up using TnTinMN's code..

    but I think the issue was my naming of my params.. I had in some spots the type as object.. and others word.document..

    it was a mishmash...
  7. Replies
    7
    Views
    964

    Re: add comment to work doc in vb.net

    when I take them out.. it puts them back in again.. it REALLY REALLY likes them..
  8. Replies
    7
    Views
    964

    Re: add comment to work doc in vb.net

    thanks...

    so I tried


    WordDoc.Selection.Find.ClearFormatting()

    WordDoc.Selection.Find.Execute("!COMMENT!")
  9. Replies
    7
    Views
    964

    add comment to work doc in vb.net

    so this was all working in vb6... then I moved to 2008 and now I recoded it a tad and cant get it to work

    so I recall from doing this in vb6 that you had to find an insert point by finding...
  10. Re: best way to make little window float over app.

    that's the strange part the window is still there.. I'm only operating on Putty windows.. and the window was still there.. so
    not sure why it would think its now gone..

    I'll experiment some...
  11. Re: best way to make little window float over app.

    ok need some more hand holding on this one....

    I have the code above... and then I made it call a proc that opens a dialog window that you
    can then pick the IP to name resolution and then pick a...
  12. Re: best way to make little window float over app.

    cool thanks that worked.. and I was going off a sample project the MS provided.. strange..
  13. Re: best way to make little window float over app.

    I've never done any delegate work before.. I tried this.. but when it calls the add item it still gives me that same error.. where did I go wrong with the delegate setup?



    Imports...
  14. Re: best way to make little window float over app.

    ok going to pick your brain again... so I was playing with this a bit.. and just seeing what the names were of my
    windows that opened up... so then I just wanted to list them out in a list view.....
  15. Re: best way to make little window float over app.

    my bad.. I figured it was a normal windows method.. ok gotcha.. I'll start researching.. thanks for getting me started..
  16. Re: best way to make little window float over app.

    thanks TnTinMN

    so I put this in a little app to just see what it did... so I forgot to add that I will need this program to trace multi windows.. new and closing ones..
    so how do I track windows...
  17. Re: best way to make little window float over app.

    exactly why I asked.. wanted to make sure I started on it the correct way the first time.. thanks !!!
  18. best way to make little window float over app.

    so before I go straight in and just code away.. I figured I would ask first..

    so at my work we use putty for emulation to some servers.. and the system
    that calls the putty session gives it some...
  19. Replies
    6
    Views
    953

    Re: ASP layout methods ??

    ok thanks.. I'll go that route.. thanks again..
  20. Replies
    6
    Views
    953

    Re: ASP layout methods ??

    the position will not change no matter what I make the top position ...

    the pink should be at the bottom..

    132307
  21. Replies
    6
    Views
    953

    Re: ASP layout methods ??

    so ok I got it now.. I had the thinking backwards.. so I got my page setup mostly how I want it.. but for some reason my second list view wont obey the absolute position.. see any reason why ??

    ...
  22. Replies
    6
    Views
    953

    ASP layout methods ??

    so lets say I have bunch of text boxes with data that I will bind from one row in the DB.. and I want them all lined up under each other.. in a grouping we'll say..

    so then lets say I want to be...
  23. Replies
    3
    Views
    1,292

    Re: ListView wont move in IDE??

    ok I guess if I have to do it correct.. I should do it correct... I need to get back up to speed on CSS again.. time for a light review..

    thanks..
  24. Replies
    3
    Views
    1,292

    ListView wont move in IDE??

    so if I have a new project.. and throw a list view on there I can make the position absolute and move it all over..

    if I try to add a new listview to an existing project it throws it to the left...
  25. Replies
    4
    Views
    716

    Re: binding data best practice

    ok thanks guys.. I get what you are saying now.. for V1.. I'll stick with the gridview because the initial load will only be like max 50 rows because of my where clause.. but will look into Jscript...
  26. Replies
    4
    Views
    716

    binding data best practice

    so I'm new to ASP.. and got forced into a project where I need to come up to speed quick.. I don't want to just wing it and then have to redo.. so want to make sure it
    do it correct the first time....
  27. Re: newbie question on datagrid page selection

    That worked.. thanks so much !!!
  28. newbie question on datagrid page selection[RSVLD]

    :check:so I have a data grid that is bound at runtime to some sql I wrote that gets a user list and gets those users projects..

    works ok.. but if you click a new page button I get the whole... you...
  29. advice on control to use.. treeview maybe ?

    so I have some logs at work.. that show our system get a message from another system and processing it..
    but its a PIA to look through it all and have an easy way to view the start of a message and...
  30. Replies
    0
    Views
    685

    How to read IE trusted sites

    So I found an old post in vb6, but it pretty much just said try this key.. so I know my key.. and I found some code snipits to try to read it.. but I guess
    I'm doing something wrong.. this is my...
  31. Replies
    0
    Views
    504

    new select for dataset question

    ok in vb6 I had this all working but now in .net I need to redo it..

    so before I had a datamap and when I needed to change the sql I just
    changed the recordsource and used the refresh.. and my...
  32. Re: how to troubleshoot a COM issue

    ok with the help from another forum we figured it out.. just to close the loop.. here is the very simple fix I had to do..

    make my compile option to be x86.. not any cpu...

    I guess my COM...
  33. Re: how to troubleshoot a COM issue

    so the other vendor gave me a SDK and I think it just included the type library and then I think I used J-Integra to
    register it on my PC.. I just did whatever steps I needed to do back then to get...
  34. Re: how to troubleshoot a COM issue

    type initializer exception...

    its right a the point that the code tries to make the instance of the object..

    my DVLP guys here think that my package may not have the paths correct.. since they...
  35. Re: how to troubleshoot a COM issue

    the package should have done that..

    strange thing is the other vendor wrote a very simple program that just makes an instance
    of the same object and calls the open command and it works fine.....
  36. Re: how to check when active window changes

    right.. but the window must have some relationship to the parent window.. I just need
    to figure out how to do that.. I guess the process data may not have it but
    there then must be some way to...
  37. how to check when active window changes

    so I'm trying to write an app that needs to know when the window focus changes.. and track what window has focus and for how long..

    so right now I had a timer checking every second to see what...
  38. how to troubleshoot a COM issue [RSLVD]

    ok I have a project that I did for a client that was using XP.. my code referenced
    in their .tbl file to make API calls to.. all worked well... now the client just moved
    to Win 7 and my code now...
  39. Re: find image location for css to use ??

    I think my issue now is that if I have the position to anything but absolute my commands to shake it dont work.. I tried to center the image
    using html.. but it seems to center the left side of the...
  40. best way to preload audo and then play ?

    ok I have my image.. that is shaking.. working on that in last post.. and I need to make the shaking
    start right when audio plays.. or other way around.. just want them both to run at the same...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width