Answer Questions
Global Access modifier confusion!
I'm new to C#.NET and my question may show that! I have a form which I designed visually prior to run-time and it is the main form of the application. I have a simple progress bar on it. From this form I create an instance (call it object X) of another class, and I want this class to show it's progress by updating the progress bar on the main form. How can I reference the progress bar from my object X so that I can update the progress O ...Show All
Phm To check multiple Checkboxes in CheckboxList using values from Array.
Hi All, I have an array which contains values of the checkboxes that I would like to check in the CheckBoxList. However, when I do a loop only 1 checkbox is checked. Is it a coding error I am using Microsoft Visual Web Developer 2005 Express Edition and am coding in VB.Net. I would really appreciate it if you could help or assist me. Thank you so much. tb_lessons.Text contains a String for eg: 2,3,4 Here is my code: ...Show All
degarmo-tech@messengeruser.com VWD 2005 Express
After installing VWD 2005 Express, I get the following every time I start Word or Excel 2003: Please wait while Windows Visual Web Developer 2005 Express Edition - ENU Then: The feature you are trying to use is on a network resource that is unavailable. Click OK to try again, or enter an alternate path to a folder containing the installation package 'VNSSetup.msi' in the box below. If I point to the file, it tries to install somethin ...Show All
BadrK Cannot Access Free Registration Materials via Thank-You Emails
Hi everyone. I'm trying to access the free downloads that come with registration, but I only see the Web Developer downloads listed. I don't see the icons, components, or book that come with C#. I assume they would all be listed on one page, but they aren't there. How can I find them Thanks, John Salerno P.S. I don't understand how to download what *is* there either. The link to the Web Developer book says it's a pdf, but when you download it ...Show All
Kyle_W Obtain files
Hi, I have unintentionally modified the time.h, time.inl, and maybe other files. Don't you know where can I download them Thanks santiago Why don't you install the IDE on another computer and copy them, or just reinstall it locally Thanks Dennis. That seems a good solurion. cgraus wrote: Why don't you install the IDE on another computer and copy t ...Show All
timdude Develop ActiveX Controls with C++ Express?
I would like to develop an ActiveX control for use on a webpage. Can this be accomplished using the Express edition or will I need to purchase the Standard version Thanks... Doing your development in pure Win32 API and COM it is possible with express to do that. But its easier to use MFC or (better) ATL. But for this libraries you need to purchase VS Standard. They are not part of Express. Very good, ...Show All
Todd B. Schroeder visual studio cannot start debugging because the debug target
cant debugging my program ...Show All
Chris Hilemon random form selection
If I had a series of say 10 forms in a program, and I wanted to click a button on the open form, closing it, and have one of the remaining forms open at random, how would I code for it Have tried: Dim A as Integer(1,2,3,4,5....etc) and Dim A As Integer = CInt (Int((10 * Rnd()) + 1)) But algebraic values can't be called in the showing of forms e.g. Form A .show() Any Ideas ...Show All
boexi A problem connecting to the database. Cant update it from the program
hello. i started to learn visual basic 2005 express edition. and i learn it from the tutorial in MSDN. i came to the "managing your records: using data in your programs" topic. i did everything the tutorial says: create a database, making a table in the database, adding the database to the "data sources" and creating a dataset. then i carried the table, that i created in the database, onto the form, as the tutorial says. ever ...Show All
jkw How to burn MSVS 2005 Express CDs
Hello everyone, Due to the stupid .img format that the Offline installers are being distributed in I have decided to write up how to convert it into a .bin file which is more widely supported. My copy of Nero 6 was unable to load or recognize the .img file, and the extraction instructions on the offline installer instruction page produced a copy of VSC++ that was not installable. Okay, load up the image in ISOBu ...Show All
jchau Mass Distribution of VB Express Edition
I am a VB.NET developer and am planning on volunteering at a local school. I will be holding a VB.NET workshop and would like to install the Express Edition on about 20-25 machines. Since the Express Edition is free, I'm assuming there are no legal issues with me doing this, correct Thank you! It is free, however, I would not take any legal advice comming from any technical public forum! Thanks "Since the Express Editio ...Show All
Douglas D Decompile Prevention.
Do you know if any ways to prevent my executables from being decompiled And here's one - I think it's pretty clever, actually. http://www.aisto.com/roeder/dotnet/ This really put me on to the power of Reflection: not so much to spy on other people's code, but to provide a neat plug-in capability for applications with very little work (but smart work, of course). The Obsfucator that comes with .NET works OK (Community edition), bu ...Show All
cjfackler2 how can i connect vb express to an exisiting sql expresss Db?
how can i connect vb express to an exisiting sql expresss Db using the datasource wizard ...Show All
almir_kazazic Data Sources window doesn't display sources
It creates the xsd file. Also, in code windows (such as Form1.cs), I can see the sources I created. the problem is that the windows is not active in design view (such as Form1.cs[Design]), and I can't see the sources. The result is that I can't drag and drop a resource (for example to automatically create a multiple textbox's form which is bound to BindingSource). Is it just me I had the same issue. Check ...Show All
Kazi VS2005 Express PDF File Creation for web
I am converting from Visual Studio 2003 where I used crystal reports to generate a pdf file to be displayed in the web browser. I just noticed that the VS2005 express version does not include crystal reports. Is there an alternative way to generate the pdf files or am I stuck going ahead and getting the professional version. Thanks, Colelaus What is sourceforge... as in www.sourceforge.com I'm not familiar with this. BTW... tha ...Show All
