Answer Questions
jo0ls If Statments
Do you always have to end an if statement with and End if I'm doing a lesson from a bood right now the code looks something like this: If intWrong = 3 Then End If If intCount < 2 Then MessageBox.Show( "Game Over. Your typing skill level " & "is: Beginner. Please try again!" ) intCount = 0 intWrong = 0 Return End If The very first If looks wrong to me, If and End if look ...Show All
redman_12 Which VWDEE CTP is this Version 8.0.50215.44 (beta2.050215-4400)?
Which VWDEE CTP is this Version 8.0.50215.44 (beta2.050215-4400) Thanks Luke, Les - That is the version number for Beta2. Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All
T.Ramesh Cannot open include file: 'atlstr.h'
Having ustalled Visual C++ Express Edition, I'm attempting to compile a source which had an include for atlstr.h. Compilation fails because that header is not present. I've done some research at seems that atlstr.h is part of the Active Template Library. Where can I download a version of ATL that includes atlstr.h I've downloaded both version 7 and 7.1 but neither includes atlstr.h. Thanks. here's ...Show All
Adriaan Canter .cfm vs .xml
Is the main difference the empty white space lines at the top before the "< xml version = 1.0" These empty white lines are giving me fits, when I read in data from the .cfm file which is supplied to me. I get err: ""< xml version = 1.0" must be first node". I wrote a routine that strips these empty white lines. Then it works. But doesn't VB2005EE have code that handles .cfm files directly Surely, others have ...Show All
bstsms Beta 2 inherits
Hello, I was using the following for my codebehind with VW Developer Beta1: Imports System Imports System.Web Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.ImageButton Imports System.Data Imports System.Data.OLEDB Imports System.Web.Mail Partial Class default_aspx When I created a new page, I got the following. Partial Class default_aspx Inherits System.Web.UI.Page I read the articl ...Show All
No-spam Sam Build a Web Site Now edition
Hi I'm sure that you may have been asked this or perhaps you haven't, the published book Build a Web Ste Now put out by Microsoft, is that program free as well after 2006 I have a problem every time I try to create a user by joining at asp.net I never get past the join form, it continues to tell me that my user name is prohibted. I don't understand because I only use one email for t ...Show All
sjcrichton Registering After Promotional Period: Free or Pay-to-Use?
I'm not sure if anyone has asked this question before...I've tried doing a search, but nothing came up (in here). Can users who have downloaded the softwares prior to the promotional period deadline re-register after the promotional period for free The question might be a little confusing, so I'll sketch out a hypothetical situation. A person have downloaded all the .iso images of the Express edition softwares, in case they need to reforma ...Show All
goffj68 Web browser splash screen C#
C# 2005 Express Edition Hi. I am a beginner and I am working on my first project in C# following the 'Build a Program NOW' guide that was downloaded as part of the express edition package for C#. The project is a web browser which I am adding the code for a splash screen on page 86 of the guide. I have made no changes to the code and only a few changes to the splash screen properties itself which shouldn't have affected muc ...Show All
Jose R. Guay Creating Tab effect forms !!
hi, I'm just after some advice really, I'm new to visual basic (i'm using 2005 express) and was wondering how or rather the best way to create a form that has tabs on it. The same effect as the properties page in visual basic( properties page of the project) i.e it has tabs down the side for application, compile,debug etc.. so when you click on a tab(or they may be buttons ) the form layout changes so different information is disp ...Show All
deepakleo2003 Quick linker question
I've successfully transferred my 2003 project to 2005 express. Only one problem remains. Even though I have included all paths to the platform SDK I get these linker errors. Does anyone know which lib I missed 1>Linking... 1>Main.obj : error LNK2019: unresolved external symbol __imp__DefWindowProcA@16 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" ( WindowProc@@YGJPAUHWND__@@IIJ@Z) 1 ...Show All
labrador how to get windows to open text with my app
Hi,how do i get windows to open txt files with my program i made with vb2005 No problem -- mark it as answered. ;-) sir,did what you said but it opens my program and the textbox is blank from textBox to richTextBox did the trick ! thank you so much for the help jim Assuming that you have the logic for loading text into your textb ...Show All
Ryan Swann WebBrowser object question - hover target
How can I get the target url of a hyperlink when the cursor hovers over it I'd like to display that info in a status bar on my form, like IE does. I know the WebBrowser object is aware of the hyperlinks, because the cursor changes to a hand when it hovers over them. I just don't know how to get the embedded url. Thanks... In the event handler StatusTextChanged and read the StatusMessage property. It wil ...Show All
Jeroen94704 I need to count by ascii characters. Seems tricky!
Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next ...Show All
Soon Lee Open form and run BindingSource Add new item
I want to have a button on a form that when clicked opens another form called "patients" with blank fields ready for a new patient to be added. YOu can do this on the patients form by clicking "add new" but I want to have a button on another form that when clicked jumps back to the patients form ready for a new patient to be added. Is this possible hi, this page has a nice tutorial http://msdn.microsoft.com/v ...Show All
Riaz Ahmed Problems with Inherits in VW Developer 2005 Express Edition Beta 2
Hello !! I have a problem with Inherits in VW 2005 Express Edition Beta 2: I have a class called clsBasePage.vb ... I need to inherit this class in default.aspx.vb but the IDE does not recognize my class: // My Class: clsBasePage.vb Public Class clsBasePage Inherits System.Web.UI.Page // Ok ' ... Code End Class // Default.aspx.vb Public Class _Default Inherits clsBasePage // Here ...Show All
