Answer Questions
MagellanTX Can't start visual C++ Express
After i had downloaded the visual C++Express with keeping the old version (visual Studio c++)on my pc ididn't find the (.exe)which starts the new one Did you install it Have you checked the Start -> All Programs menu to see it is listed ...Show All
UltraHAHA How can I open/convert vb 2005 express project in VB.Net 2003?
How can I open/convert vb 2005 express project in VB.Net 2003 Thanks in advance You can't. If it has any forms, they will use partial classes, one of many VB2005 features that are not in VB2003. The solution file is incompatible. It's a very, very manual process. ...Show All
Roberto Venturelli How to Connect Oracle9i to c#
Hello i'am from syria i don't speak and write english well dont laugh on me i want to connect c# to oracle 9i and use listener to connect oracle with c# thank you very much alslam alikm w/salam i'm the egyptian Hytham you can connect to oracle but you cant import it to your visual C# express IDE , you can take a look to this link hope this helps You can't connect ...Show All
stevo2005 performclick and graphics
I've written a short graphics test program. Basically the program executes when a button (button event) is pressed. I then wanted to use button.performclick in a Paint Event but the graphics in the button event does not work. I'm using a picture box as the canvas. Any suggestions. BTW the performclick does work for code other than graphics. Perhaps you need to post some code and define 'does not work', my first ...Show All
JaneTrev burn IMG download
Hello How to burn IMG file onto a DVD/CD I tried Nero but it doesn't recognise the format. Is is possible for MS to change the downloads to ISO or BIN formats which are more popular Cheers Yuelin Try using DVDDecryptor for the job, others have tried other means but I found this to be the best solution... The other good thing is that the program is free to download and use. Renamed to .iso...Nero will bur ...Show All
Relja Markovic DLL's - which ones are instaled?
HI Folks, I was trying to use msvcrt.dll and a few other similar ones msvcrtd.dll but they dont appear on my system. Shouldnt they have been installed with either PSDK or VC++ Exp Cheers -Al If they aren't in subdirectories under C:\WINDOWS\WinSxS, substituting C:\WINDOWS for where you have installed windows, then it is likely that your setup went wrong. Try removing and reinsta ...Show All
1mac rum my app in fullscreen
hello world . do you have any idea how to make my application run in fullscreen mode please help me By Fullscreen, did you mean Maximized Mode If you want to run it in maximized mode, then change the WindowState property of the Form to Mazimized. No Problem, then check out the following post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162058&SiteID=1 finnal ...Show All
aze Link to "Registration Benefit Portal" takes me to "Microsoft Connect" site -- what is that?
In my "thanks for registering" email from Microsoft, the link to the Registration Benefits Portal is given as: http://go.microsoft.com/fwlink/ LinkId=52054 When I click on that link, however, I get a web page called "Microsoft Connect", which describes itself as "the new product development collaboration site at Microsoft". There is nothing in there about Visual Studio, Express or otherwise, as far as I can tell. ...Show All
Bit_Flipper how Can I take the file name from FullFilePath ?
hello, when we open file by openFileDialog1 its take the file name and it`s path so how can I take the only file name from the full file path. Thanks Use: string fileName = System.IO.Path.GetFileName(dialog.FileName); hi, Thanks David for help. Best Regards ...Show All
StevieMac Email validation and javascript
hi all, i would like to use the error provider to check whether the input email is in valid type.....this is my code txtEmail.Text <> "\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" Then epModifyMerchant.SetError(txtEmail, "Invalid email type") but this error occur even we input the valid email address..... and the other problem is it possible for us to add a javascript in visual basic project.......i w ...Show All
Ramrajprabu Balasubramanian Using windows media player in vs 2005 express???
Ive tried the AxWindowsMediaPlayer1.URL = "file name" and the codes ok but any and all of the files i try to play come up with a message that sais " the file you are trying to play has an extension that does not match the file format" and then won't work. what "A reference in your project to the windows Media player COM component." I'm dubious. Because of my experience last night where I ...Show All
Blkbird horse racing
Hi there I write horse racing programs, based on my knownledge of the subject. The main problem is automating the huge amount of data I require. I have almost completed the task. ( 95%) Being new to VB I need abit of help please. I need a program that will visit a webpage and then save it automatically to a text file as source code. I can do the rest. (string manipulation etc.) (The target pages will be alr ...Show All
Bayan El Ameen Trouble finding/reading file
Hello everyone I am having the hardest time right now. I am testing backing all my DB tables to text files and then reading them in to populate the tables. I am able to create the files without problem. But when I go to read them in, I am getting the "Could not find file error". Below is a small sample. File exists is coming back false and trying to open the delimitede file is throwing the error (which makes sens ...Show All
mia_323 Connecting to access mdb file problem.
I am having some trouble connecting to my Access Database from Visual Studio Express 2005. I can add a connection if it is a sql database, but when i change the Datasource to the access option and hit ok i get a window that allows me to change my Connection string, and thats it. If i cancel it exits the wizard. Also the only data provider i have is .net framework provider for ole db. Should i have a second provider The other softw ...Show All
IoDavide Splash Screen Question
Hello All, I have a question about using splash screens in VB.Net. I have a splash screen in my application. I want to be able to control when this splash screen is loaded in my application. In my case, I want it to be loaded after my applications main form has loaded and stay visible for a set period of time then disappear. I also have added a checkbox to my form to allow the user to turn the splash screen off if they want. I know that when ...Show All
