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...
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...
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...
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...
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...
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...
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?
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.