Answer Questions
PhilipAnton Lay it all down here
This isn't a question. It's a comment about several (and I mean hundreds of) posts throughout this forum. I'm a newbie to VBEE and I'm learning many valuable tricks from the examples and reply posts. This is great! But too many of us (and I'm guilty as well) have to post our opinions about what VBEE is. Yes - it's a complicated Spaghetti pot and there are probably several instances where a particular routin ...Show All
chj915 Databinding Doesn't work!?
Dear all Even though I have followed the tutorial on data binding gui's on msdn, my installation of vs.vb.net 2k5 doesn't add data. I've created a table in the sql database, added the dataset, drag and dropped the data table onto the form in detail view. I also entered some test data directly to the database in vs.2k5 enviornment. Running the program it displays the records in the database. I've added an msgbox command to display the ...Show All
codoherty want Visual Studia .NET 2005 Express
Hello This is Ayan Debnath from INDIA. Can you, please, send me a copy of - Visual Studio .NET 2005 Express (which includes VB, VC++, C#, WebDev etc.) They are all available FREE in the website. But, I don't have Broadband service, nor my friends, I couldn't able to download them (every single of them is of 500MB), nor any credit card to buy it from net. I will be thankful to you, if you ...Show All
qfel unexpected job with tabindex property any body help me....?
hi masters, i have converted my project from vs2003 to vs2005 and working with c#. on the for i have a groupbox in this box i have many textboxs ....and i have trying to set the tabindex property but it is not working. if body face this type of probelm pls help me also........ Thanks shakalama I got the solution and its working fine hi, you can use Tab order from View menu, it will show you the tabindex for ever ...Show All
David De Benedetto vsc# will not install
when i try to install vsc# i et a error message saying: the procedure entry point CorGetSvc could not be located in the dynamic link libary mscoore.dll. any suggestions please email me at olivermd@btinternet.com Moved to the Installing and Registering VSEE forum, on topic again. At what stage are you getting this I can not find anything about CorGetSvc. Make sure you have updated with windows update, you can alsotry to downloa ...Show All
Carolus.Holman Having trouble watching training videos
Hi, I'm trying to watch the training videos on Microsoft's site ( http://msdn.microsoft.com/vstudio/express/vwd/learning/default.aspx ), yet the video will pause while the audio continues. Anyway to get these videos to run smoothly without the video pausing for a minute every once in a while I can still here the audio though. Thanks! Leo Just wanted to quickly add that I played the same video on DivX ...Show All
YGRao Out of date error
After I build a C++ program that compiles and links without error I use F11 to step into the code so I can place a breakpoint. When I do I get an error saying my project is out of date. It seems like it cannot be out of date if I just compiled it. I can turn off the message by responding to not be prompted again. I really don't want to do that because it might cause trouble later. Could someone please tell me why I am getting this message ...Show All
Normality2000 Populating/selecting/manipulating windows file names in a checked list box
After many hours of trying to solve this problem I can't proceed without some assistance. Thanks Shakalama for the previous helpful information. I need to read in multiple windows filenames into a checked listbox component with the multiselect option. Wrox page s855-857 has some clues but I still can't solve my problem. After the following initialisation: Me .lblApplicationStatus.Text = "Started to retrieve text files..." ...Show All
Heimhuber Question about getting MSDN Library later
When installing Visual C++ I didn't click on option to download msdn library because I'm a newbie and it seemed so large. Do I still need it when my next level is to go over intro videos If I do need it to learn more what way is there now to download it since I didn't click that download option when installing If I know nothing about C++, so am I not candidate for learning about Visual C++, or learning of one will be learning of the other T ...Show All
uotmiem Launch IE and input data
I want to launch a few websites in IE automatically and fill up user ids and passwords. I know how to launch by using Process.Start( "IExplore.exe" , www.google.com ) Now, can I go a step further and input those user ids and passwords automatically Thanks, Antonio The webrowser control is actually a sibset of IE. The control will do almost everything IE will. ...Show All
Professor Dave notepad
Hi to all, Iam implementing a notepad application.When i seleceted from Format->font menu the fonts are applied to the existing text in the textbox.After applying i saved the application.But the selected fonts from the Font menu are not applied to the text I used the following code for saving streamwriter sw = new StreamWriter (--filename); sw.Write(textBox1.Text); sw.Close(); Please help me. Thanks i ...Show All
mydasx manually installing C++ on another machine
i'm trying to install visuall c++ on another laptop by downloading the .img file to mine. but wen i take the cd to the other laptop, all i get is the 3rd party burning software trying to copy the cd.it doesn't have a setup.exe file so im lost. Help please you don't need burn it to cd. you can use magicdisc to mount iso image (including .img) as virtual cd. http://www.magiciso.com/tutorials/miso-magicdisc ...Show All
JuanManuelC links
Dan tried and tried to get the links for the studio packages to download. cannot find the download buttons. could you send me a direct link to them thanks Carrington If you want to download and burn CDs to install offline you can check this link and download the image or iso file depending on what format you prefer. http://msdn.microsoft.com/vstudio/express/support/install/ Read the manual installation instructions on the same page ...Show All
VFRDave How can I make text flash using Graphics.DrawString
Is there a way to make the text in the following code flash on/off every 750ms Dim Empty As New System.Drawing.Font( "Arial" , 8, FontStyle.Bold) e.Graphics.DrawString( "Empty" , Empty, Brushes.Black,97, 153) Ken Hi Glenn, Being new to VB could someone please demonstrate, thanks. Ken You could hook into the onpaint events fo ...Show All
Shiamak Where is project templates?
Hi,I've installed vwd2005 beta2 after uninstalling March preview and now I don't have any Project Templates in "New Project". What could I do with it Thanks. I've just downloaded vwdexpress.exe choose "Repair&reinstall",it reinstalled framework(without option to skip this step),reboot,install vwdexpress. ...and same here-no templates in "New Project" dialog though that directory exists and contains zi ...Show All
