Answer Questions
Whisk Alignment Issue with ASP.Net 2.0 Commerce Starter Kit
I have downloaded and installed Visual Studio 2005 - Express... Looks great. I also downloaded and installed ASP.Net 2.0 eCommerce Starter Kit - works OK. I am trying to understand why the: columnleft <DIV> and the ContentPlaceHolder1 overlap when exectued - - - The Content display overlaps the columnleft area which allows the LogIn, Administrator and Search boxes in the LogInView2 in the columnleft pane to overlap the Conte ...Show All
Morten_73 Remove installed programs?
I can't publish my program, since it's already installed once. How do I uninstall it Using the Add or Remove Programs control panel applet. '//mdb ...Show All
Dungeonhawk Where to get Setup Projects
Hi, I have read in the help files for VC++ Express about creating a setup project so as to be able to deploy my program. I have not been able to find the setup projects in VC++ Express. I have also read in the newsgroups that they don't come with the express versions. I think this is a shame as the type of people that would most likely use the express versions of the software are most likly the same people that could do with a ...Show All
Falsedawn Flash in C#
Hi, I would like to know how can I put Flash Animations into a C# application , and the other problem is the I have to have the Flash Player for play the animation in the C# application Thanks Well, it looks like I just had to build the project before using the COM object. Now it works perfectly...10x for the suggestions thou When I use the example above, it works just fine, but when I create my own applic ...Show All
JBDevoArch Windows Form Aplication
hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) I get that error when I run my app on other systems http://imagebin.org/5065 and I don't know why As described before, if you use the /MT then your .exe should just run as expected on other machines. ...Show All
Gordon Asbach keypress event doesn't work with control on form
I am missing something obvious but can't work it out. Why does my keypress event fail if there is any controls (button is added dynamically) on the form in the example code below. Code: Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim test As New Button &n ...Show All
phil_t50 Small textbox, read file error
Hello I'm testing a code verification (people entere a code and then the code gets written to a file and read by the program to change labels and acces to certain parts of the program). This is the code I used: Dim var1 As String TextBox1.Text = var1 My .Computer.FileSystem.WriteAllText( "c:\test.txt" , var1, True ) Dim filereader As String filereader = My .Computer.FileSystem.ReadAllText( "c:\test.tx ...Show All
jmerritt Can't download
When I try and download "Visual Basic Express" I go through the setup, then it calculates the speed, at 0kb, and then does nothing. I already tried turning off my firewall and still didn't work. What can I do I have now tried and disabled the antivirus, and I could download .net 2.0 but not visual basic. you can download a copy from http://msdn.microsoft.com/vstudio/express/support/install/ ...Show All
jerrydoe Let's go to work on an FAQ for this Forum
The concerted work that goes on here in really impressive. I'm also thinking about a mass mailed note I received from S. Somesegar, corporate VP of Microsoft development. He said that MS Engineers were not alone in building VS2005. Customers had a lot to do with it to make it as neat as it is. Continuing in that vein, I though it may be a contribution to see if we can't put together an FAQ that will take care o ...Show All
lindylars Checked vs CheckState
Just curious if the following statements do the same thing and what is the difference between the properties .Checked and .CheckState for a CheckBox Me .ActiveCheckBox.Checked = CheckState.Checked Me .ActiveCheckBox.CheckState = CheckState.Checked If you have Option Strict On, your first line won't compile: the Checked property is Boolean, so it may only be True or False. CheckState, on the other hand, ...Show All
davierik Refer to a Biz Logic Class - VWD
All, Any tips on how to add a business logic class to VWD Web Site In VS you could add a class library but I can't seem to find a way to do this in VWD. I simply have a class containing some methods that I would like to have access to in any one of the pages within the site. Any info would be appreciated...Thanks! You should be able to do this by creating a fol ...Show All
g_politis Dotfuscator in Express ?
Hi, will final version of express will have any kind of Dotfuscator installed if, not then are there any 3rd party Dotfuscators available thanks, AB My understanding is that the dotfuscator will not be included in the express editions, since the express editions are not meant for developing commercial-ready apps. If you're planning on releasing software in which the source code is sensitive, I'd sugge ...Show All
slopera How to number a item in ListView ?
Hi I have listview to which I add items and icons(imagelist) in runtime. Now I want to have numbers in bold size below or in right hand side of the Items how to do it Mario Aoun wrote: if you want to setup the font of the list at runtime at any procedure or in the form load , then you can use the following: Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) H ...Show All
c0d3-m0nk3y Connect to the net...
Hi everyone! I'm making a web browser but everytime I run it (when offline) it asks me to connect to the net... Is there a way to stop this happening and make it ask to connect ONLY when a specific button is pressed Thanks in advance! I saw your another post about creating your own WebBrowser outside the form to get around this problem, so you may not wanna try a different way. I have some simple fo ...Show All
RixVB IE Options Dialog
How can I show the internet explorer options dialog from a windows form I am making a program with web browsing capabilities and would like to give the user the opportunity to edit their IE settings. Thanks in advance. ...Show All
