Search:

Type: Posts; User: texas

Page 1 of 12 1 2 3 4

Search: Search took 1.05 seconds.

  1. Replies
    1
    Views
    760

    MsOf10 how to get image from html

    trying to find a way to loop on a web page and grab an image.

    <a href="http://www.taco.com/url/http://sharepointed.com/folder/src/blah.png" target="_blank">

    gets a little more tricky, because i...
  2. Replies
    1
    Views
    457

    MsOf10 Convert attachment to image

    I'm trying to convert an attachment to a picture control.

    User attaches a PDF to a form.
    Somehow get a picture control to display the contents of the PDF.


    This is how i'm doing the encoding...
  3. Replies
    8
    Views
    823

    Re: [2005] IN statement?

    thank you!
  4. Replies
    8
    Views
    823

    Re: [2005] IN statement?

    thanks!

    this is what i went with


    Private Function ValidFile(ByVal FileType)
    Dim bvalid As Boolean = True

    Select Case FileType
    Case ".html", ".doc",...
  5. Replies
    8
    Views
    823

    [2005] IN statement?

    is there an IN statement in .NET ?

    something like

    if X is in("11", 22", "33") then ...
  6. Re: [2005] remove invalid characters from file name, regex ?

    moving files to sharepoint...
  7. Re: [2005] Directory.GetFiles with spaces in folder name?

    /owned



    for some reason, my true account name didn't have access to my own box.


    thanks!
  8. [2005] Directory.GetFiles with spaces in folder name?

    for some reason this isn't working, but it works if i try it without spaces in the folder name. (i cant change the folder structure)



    Dim FileList As String() =...
  9. [2005] remove invalid characters from file name, regex ?

    I need to remove these characters from the name of files in a folder. is regex the direction i need to go in?

    \ / : * ? " < > | # { } % ~ &
  10. Replies
    17
    Views
    75,460

    Re: [FAQ's: OD] How do I record a macro?

    any way to do this in PowerPoint 2007?
  11. PowerPoint 2007 publish to sharepoint or merge docs

    using code, is it possible to publish a powerpoint file to a sharepoint library?

    or

    anyone care to share code that would create a new powerpoint doc and insert a slide from another .ppt doc?
    ...
  12. Replies
    4
    Views
    1,583

    Re: Find and click a hyperlink in a browser?

    Using this code i was able to get all the HTML from the site.



    Dim pr As New WebProxy
    pr.Credentials = CredentialCache.DefaultCredentials
    Dim wRequest As...
  13. Replies
    4
    Views
    1,583

    Find and click a hyperlink in a browser?

    System.Diagnostics.Process.Start("iexplore http://www.site.com")


    Using a winform how would you find and click a hyperlink on a page?
  14. Replies
    8
    Views
    5,367

    Re: [2005] stop computer form locking? [resolved]

    yes, mom!

    :bigyello:
  15. Replies
    8
    Views
    5,367

    Re: [2005] stop computer form locking?

    the code worked but it didnt trick the OS

    i'm thinking that windows wants an input device movement.


    /hack
    our network admins have some domain policy that updates our computers or when they...
  16. Replies
    8
    Views
    5,367

    [2005] stop computer form locking? [resolved]

    my work computer automatically locks me out after 5 minutes if i don't move the mouse or touch a key.


    is there a programmatic way of making the computer *think* the mouse is moving or something...
  17. Replies
    4
    Views
    594

    Re: [2005] help with parsing

    in the pattern (?<=\[).*?(?=\])

    the items between ) ( are not skipped?

    start: (?<=\'Start Value')
    end: (?=\'End Value')
    ignore: ) ignore contents (


    am i close to understanding this?
  18. Replies
    4
    Views
    594

    [2005] help with parsing

    what is the best way to parse out items in a textbox?

    i need to capture all the values between []

    example:

    Hello [name]

    Blah blah blah [place]
  19. Replies
    1
    Views
    2,934

    [2005] ReportViewer and FireFox display issue

    when viewing a report in FireFox the ReportViewer control doesn’t come close to correctly displaying text. It tends to only display the first character of each cell.

    same report viewed using IE...
  20. Replies
    12
    Views
    754

    Re: emailing tool (free?)

    thanks guys
  21. Replies
    12
    Views
    754

    Re: emailing tool (free?)

    i don't have any issues with emailing or building the tool to do it.

    but... if there is a free tool out there that is already built and functional why waste my time building a new one?
  22. Replies
    12
    Views
    754

    Re: emailing tool (free?)

    :cool:

    i need to manage a large list of recipients and be able to email them as needed. The addresses are stored in a sql database.


    i've started to write a tool to do this but after seeing...
  23. Replies
    12
    Views
    754

    emailing tool (free?)

    you all know of any free email tools. I'm looking for something that will allow for management of addresses, email text, and scheduling.


    i found this tool but my office doesn't have a server...
  24. [2005] file watcher (big brother is watching?)

    this is going to sound weird.

    will the standard .NET file watcher capture a network admin imaging a drive?
  25. Replies
    10
    Views
    930

    Re: [2005] Record Changes [DeadLine]

    from the MSDN

    Update Existing Records Using TableAdapters

    TableAdapters provide different ways to update records in a database depending on the requirements of your application.

    If your...
  26. Re: [2005] DropDownList SelectedValue ? [resolved]

    :eek2:

    the data types in my tables didn't match... this was causing me to get the following error:


    SelectedValue which is invalid because it does not exist in the list of items



    (live...
  27. [2005] DropDownList SelectedValue ? [resolved]

    Any idea why i'm not seeing the SelectedValue property for a DropDownList?


    I'm trying to do something like this with no luck:



    <asp:DropDownList ID="DropDownList1" runat="server"
    ...
  28. Replies
    1
    Views
    454

    [2005] Gridview add record

    Is it possible to add a record in the gridview?

    i've found plenty of examples on doing using a master/detail but it would nice to do all the actions in one spot.
  29. Replies
    2
    Views
    475

    Re: [02/03] get Month from a string

    Thank you!
  30. Replies
    2
    Views
    475

    [02/03] get Month from a string [Resolved]

    How would i convert 1,2,3... to the month name without having to write a 12 step case or if statement?
  31. [02/03] checkbox list (click event) open / create table for each item

    here is what i'm working with

    1. checkbox list (members)
    1. table with several text boxes (member info)

    user can select one or several items in a checkbox list (members). for every member...
  32. Replies
    2
    Views
    496

    Re: [2005] a few ASP questions(beginner).

    read this...

    http://msdn2.microsoft.com/en-us/library/4w3ex9c2.aspx
  33. Replies
    2
    Views
    467

    Re: Starting on ASP.Net

    i have to ask...

    why not just do it in visual studio?
  34. Replies
    11
    Views
    2,326

    Re: UB92 or CMS1500 Claims form

    i've worked for a heath insurance company doing software and db dev for the last 5 years.
  35. Replies
    11
    Views
    2,326

    Re: UB92 or CMS1500 Claims form

    yep, its starting to look like i will have to build the forms.

    :mad:
  36. Replies
    11
    Views
    2,326

    Re: UB92 or CMS1500 Claims form

    we have the OCR software covered but a request has come down that we have these forms online for providers to fill out and submit (secure portal). i found some nice adobe (designer 7.0) software but...
  37. Replies
    11
    Views
    2,326

    UB92 or CMS1500 Claims form

    anyone have a clue where i can find these forms already done in .NET that will push the data to a sql server?

    here is what one of the forms looks like.
    ...
  38. [2005] passing session variables from ASP to ASP.NET

    we have a portal that was written in classic asp. a new request has come in to allow people to upload documents to the portal. easy enough, a problem comes into play when we need to allow people on...
  39. Thread: Reporting

    by texas
    Replies
    5
    Views
    643

    Re: Reporting

    :thumb:

    using it right now...
  40. Thread: [2005] Emailing

    by texas
    Replies
    3
    Views
    652

    Re: [2005] Emailing

    any ideas?
Results 1 to 40 of 456
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width