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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dcushnie
  • Content: Threads
  • Order by date
  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 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...
  7. 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?
  8. 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...
  9. 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...
  10. 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...
  11. dcushnie

    Dynamic attachMovie

    I am trying to make a little game here. In the game depending on what level thats how many balls will be on screen. With the code below all the balls i need will appear on screen but they won't appear in the location i want them to. If the level is set to 3 the code will add 2 more balls to the...
  12. dcushnie

    Subquery maybe?

    I have a table called Completed_Courses. It has 2 columns called Passport_ID and Course. They are both the primary key because one Passport_ID can have completed one or more Course. I need to query this table to find which Passport_ID's have a specific 5 courses completed and I can't figure out...
  13. dcushnie

    screen size

    I have a web page where I have a header and a footer that are to stay on the top and bottom of the page at all times. I want only the middle section of the page to scroll verticlly. The middle section of the page is a form and the footer contains the submit and reset buttons. I am not using...
  14. dcushnie

    text box cuts off entry

    I am having a problem with a text box on a form. If you type to many characters into the text box (about 500 or more) when it is saved to the database it will cut off the entry and throw in some weird characters at the end. The field type in the table is a memo field. And if i type the entry...

Part and Inventory Search

Back
Top