Search results for query: *

  1. daverage

    GetFiles and shortcuts

    Ah figured it out, it is to do with them being in the all users area!!
  2. daverage

    GetFiles and shortcuts

    Cool, that caught a couple, but some still get missed like the firefox shortcut!
  3. daverage

    GetFiles and shortcuts

    Hi all. I am using getfiles to loop through all the files on my desktop and sort them. The trouble is it only picks up some of the shortcut files (looking for the lnk extension) Is there any way of forcing it to pick up all of them. Also is there a way of getting the file type (not just the...
  4. daverage

    WebBrowser stops responding to embedded video player controls.

    Yep I found this post on microsoft. I will be trying the beta service pack one to see if that fixes it!! http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=94320
  5. daverage

    WebBrowser stops responding to embedded video player controls.

    Did anyone find a fix for this as I am now having the exact same problem
  6. daverage

    Test .net 2 is installed then run app from cd

    I had looked at that as well as a vb6 app to do it, seems a bit crap to have to do it that way though lol.
  7. daverage

    Test .net 2 is installed then run app from cd

    Hey all. I have an application that I want to autrun from a cd, without installation. It is written in vb2005 so needs .net 2 framework. How can I check if the framework is installed, install it if it is not then run the application. I tried clickonce, but it installs the app to a cache folder...
  8. daverage

    TransparencyKey and cleartype

    I am trying to draw a monthcalendar control onto the desktop. I am using TransparencyKey and setting it to yellow for the form, then setting the background colour of the calendar to yellow. This works great unless I have cleartype enabled, then it is just a mess. Is there a way around this. I...
  9. daverage

    monthcalendar UpdateBoldedDates() problem

    if i use the follwing code on the DateChanged event and use the arrow button to move month, the month just keeps changing automatically nd i can not stop it If currentMonth <> e.Start.Month Then currentMonth = e.Start.Month ' getgCal(loadCal.textbox_gCalURL.Text, currentMonth)...
  10. daverage

    monthcalendar tooltip

    Superb!!! That is just what I need!!
  11. daverage

    Find and replace dialog

    How do yu show and se the find and replace dialog with a text box in vb 2005?
  12. daverage

    monthcalendar tooltip

    Is there a way to get a tool tip for a date on a monthcalendar control??
  13. daverage

    xmlns prevents me parsing xml document

    I have the following xml <feed xmlns='http://www.w3.org/2005/Atom' xmlns:OpenSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd='http://schemas.google.com/g/2005' xmlns:gCal='http://schemas.google.com/gCal/2005'> <entry>adasd a</entry> </feed> using this code Dim xd As New...
  14. daverage

    Talking to USB

    With VB 2005 how would I go about talking to a usb device. For instance my phone when it is connected to my pc...i would like to be able to find it and maybe capture data being send from it? Thanks
  15. daverage

    Datagridview cell balloon tip

    Well I know id vb2005 there is a tooltip componant that can be set as a balloon tip. I was wondering if that can then be used with the cell of a datagridview
  16. daverage

    Datagridview cell balloon tip

    Ok thanks will look at that. Woulkd it be simpler for me as a vs2005 user?
  17. daverage

    Datagridview cell balloon tip

    Is it possble to give a cell in a datagridveiw a balloon tooltip?
  18. daverage

    Datagridview row height

    Is it possible to set the height of a row based on the contents of a wrap enabled cell?
  19. daverage

    Convert string to system font

    True. But for my purposes it is preferable to do it this way :)
  20. daverage

    Convert string to system font

    Ok, that works great but is not ideal as i want the results to be readable in my xml!! Can i use these settings to change the font of a text area? <Name>Microsoft Sans Serif</Name> <GdiCharSet>0</GdiCharSet> <Strikeout>False</Strikeout> <Style>0</Style> <Underline>False</Underline>...
Back
Top