Here's is my Old Visual Basic 5.0 Code and I want it to run in VB2008.
I need to search a folder to check if any files ending match the computer username and extension .pj
then copy them to ...
I am creating a web application that is coupled to a database of client information. On the paticular page that I am having problems with, the user clicks a linkbutton that calls an AJAX modal...
Hello EE
I have a SmartForm Client application built in Visual Studio.net C#. I want to improve the User Interface look and feel, currently its a bit boring. Are there any samples or applicat...
I'm having a problem getting the StaticSelectedStyle to apply to my site menu. I'm populating a SiteMapDataSource from a database and all my parent and child nodes are populating correctly an...
Hi all, I have a gridview that deletes just as it should, but then in the code-behind I have it deleting from other tables, based on what you deleted from the gridview. This works FINE, BUT y...
Hi,
Im getting the following error message in visual Studio 2005
Error 1 Error loading xxxxxxx.dtsx: Unable to instantiate XML DOM document, please verify that MSXML binaries are properl...
When Sharepoint services 3.0 is installed, it created an instance of SQL express edition by default.
When we tried to connect to this instance through SQL management studio,we get this error...
Hi all, if I have the following, how would I set this up to loop through and insert multiple rows?? Like in the Select statement I could have a JB_ID with several lines to it, so then I woul...
I maintain a church web site and don't have time to edit all the content every week. Is there a way that I can include an rtf document in a page so I can have someone else simply edit or ftp...
Hey, I'm trying to make a program that will add, subtract, multiply or divide two binary numbers entered by the user. I want each operation to be in a string. I'm also executing this through a...
Need to know how to add a user to a group within AD using VS 2005 VB.net. Trying to interface an application with AD to add the users to AD and then put them in a specific group.
I'm designing a project with 4 forms. All of the forms interact with each other, and up until now, I've had no problem at all with this. Now when I try to execute one of my own reports, it t...
I need a simple regular expression which will find the following strings in the VB.net IDE..
dload.cfm/DS1-F-999141.pdf?file=
dload.cfm/wildcardtext.pdf?file=
dload.cfm/anything.pdf?f...
I have created a SQL table called dbo_Project_manager. From my work order screen I am trying to create a macro that will validate the Project Manager that has been entered on the screen. dbo...
Hi all, I have several gridviews on a web page that are drilldown style from one to the next. I am wanting to make it so I can edit several lines at a time. Searching through this site it lo...
I am converting a piece of code (a whole working program) from Visual Basic 6 to Visual Basic Express 2008. I am almost finished but cannot get my print module to work. It seems to hang on t...
Where I can find a free numeric text box and similar controls?
I am trying to create a very simple keyboard test app for non-standard keyboard and just can't get going...
I would like to change the colour of a form panel when a corresponding key is press...
I know very little about VB 2008 I want to be able to put the contents of a cell of my choice in excel 2003 on the screen in Visual Basic 2008 when the user has made a choice as they will then...
I want to remove the words in a string in between semi-colons.. for example...
with the string:
the big brown; dog jumped over; the fence
if the user clicks on the big or brown, I wan...
Somehow my setting files has become corrupted (CurrentSettings.vssettings). I have a backup copy of this file, but I am unable to delete, rename or overwrite the original file. Any suggestions...
HI
My requirement is to insert a cover for each mp3 song and convert it into a video format so that when we play that, it displays the cover while playing
thanks
I'm running VS 2008 Version 9.0.21022.8 RTM. This is being run on a MacBook Pro using VMware Fusion Version 2.0(116369).
The problem(s) that I've encountered are as follows:
Creating a simpl...
My question is simple, though I imagine the answer may end up being beyond my skill. I have a form, which has multiple check-boxes, buttons, etc. I want to add an 'Undo' button that will ste...
Hi all, I have a gridview that I added a single checkbox beside the insert button. How can I reference that in my code-behind?? I would think I should use findcontrol, but doesn't seem to be...