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 wOOdy-Soft 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 dcushnie

  1. dcushnie

    File Browse

    So what I want is simply a button on a webpage that opens a local file browse dialog. I don't want to upload the file anywhere, I just want it's path. I know there is a file upload control but I don't want to use it because I don't want the textbox that goes with it and I also don't want the...
  2. dcushnie

    File Browse

    So what I want is simply a button on a webpage that opens a local file browse dialog. I don't want to upload the file anywhere, I just want it's path. I know there is a file upload control but I don't want to use it because I don't want the textbox that goes with it and I also don't want the...
  3. dcushnie

    Gridview - move edit button to right side

    Okay so I have a gridview control on my page and it has a dataset bound to it that displays fine and it has AutoGenerateDeleteButton and AutoGenerateEditButton set to true. The problem is that the Edit and Delete buttons are displayed on the left of the data columns and I would like them to be...
  4. dcushnie

    Gridview - move edit button to right side

    Okay so I have a gridview control on my page and it has a dataset bound to it that displays fine and it has AutoGenerateDeleteButton and AutoGenerateEditButton set to true. The problem is that the Edit and Delete buttons are displayed on the left of the data columns and I would like them to be...
  5. dcushnie

    dynamically load a vb6 dll in vb.net

    I am writing an app in vb.net 2003 where I need to load a dll dynamically. I do so using the following: [Assembly].LoadFrom("C:\Development\vb6 dll\dll.dll") The problem is that the dll is written in vb6 and when it executes that line it crashes and gives the following error message: "The format...
  6. dcushnie

    excluded dll

    I am not deleting the reference to the dll. I am just excluding it from the setup.
  7. dcushnie

    excluded dll

    I am writing a integration program. I have a dll referenced in my project from one of the programs I am integrating with and it builds fine. But I need to exclude it from my setup because the user needs to purchase the other software I integrate with to get the dll. My program needs to be able...
  8. dcushnie

    autonumber in ADOX.DataTypeEnum

    I can't seem to figure out what type will give me an autonumber field while programaticlly creating my access database. Is there one or does someone know a workaround?
  9. dcushnie

    can't catch NullReferenceExcpetion

    I just tried your suggestion and it didn't make any difference. When I go through it line by line I can see that pn does get the name of the process put in it correctly but if I watch p I can see that the value for Responding is NullReferenceException.
  10. dcushnie

    can't catch NullReferenceExcpetion

    I am completely in new territory here with what I am doing. I need to get the process name of the application that was just opened. Using Windows Hooks I get the process id but then when I try to get the process name I get a NullReferenceExcpetion. Not only that, even though it is in a try catch...
  11. dcushnie

    upload file browse button

    I have a php website where a user can upload a file. There is no problem with the uploading, it works fine. What I want is to customize the appearence of it. This line <input name='uploadedfile' type='file' /> makes the text box and the browse button. I have created my own browse button and...
  12. dcushnie

    unexpected T_String Error ! Please Help!!!

    Phone Number:".$_POST['phone_number']."<br> You missed the ' after phone_number
  13. dcushnie

    file upload browse button

    I have a website where a user can upload a file. There is no problem with the uploading, it works fine. What I want is to customize the appearence of it. This line <input name='uploadedfile' type='file' /> makes the text box and the browse button. I have created my own browse button and want to...
  14. dcushnie

    help with resizing window with javascript

    You may have popup blockers install on you machine.
  15. dcushnie

    Dynamic attachMovie

    Thanks oldnewbie. You the man.

Part and Inventory Search

Back
Top