Answer Questions
aLoNsO___ Student-Developer-Hobbyist
Hello out there! I'm excited to have received a copy of Microsoft Visual Studio 2005 Express! I have had previous experience with Microsoft Visual Studio .NET 2003, as a student. I continue to be a student, as well as a hobbyist, and, hopefully, some day, a professional software product developer! To this end, I would like to, if at all possible, obtain a downloadable copy of Microsoft's Visual Studio 2005 Express Manual - so that I cou ...Show All
Frank Leonardi Question about variable decleration
This maybe is a stupid question. Sometimes I see variables declared like int _Counter; What is the _ stands for can someone give me an example why you have to declare it like that. Thank you. Thank you guys for the explanation. you are welcome , but i just want to know "Meen zalamak" best regards Hello Oguz, Obviously you can name a var ...Show All
Bruno Silva Issues with .Net Framework error
I'm working on building a simple program using the Windows Forms template, unfortunately most people I've tried to get to use the program have gotten this error: "To run this application you must first install one of the following versions of the .Net Framework: v2.0.50727 Contact your application publisher got instructions about obtaining the appropriate version of the .Net Framework." Any idea how I can clear up this error ...Show All
Time Out Having problems creating a new user VWD2005
I am currently having problems with creating a new user this happens under visual web developer 2005 here is what it looks like: User Detail Sign Up for Your New Account User Name: * Password: * Confirm Password: * E-mail: * Security Question: * Security Answer: * The Password and Confirmation Password must match. Password length minimum: 7. Non-alphanumeric characters required: 1. ...Show All
telepatico It endless read my drive A ?
I download VB Express 2005 today and install immediate. And It will install SQL Express also, It's Ok. but there is a strange thing happened each time when I open SQL 2005 CTP//Configuration Tools//SQL Configuration Manger it endless read my drive A,god, and you know it will make a rebarbative sound. This problem has been reported previously and the tools group is working on a fix. Could you give ...Show All
N.Raja Getting the Header information over FTP.
hello, any idea how to get the file size information over FTP I am using the FTPWebClient class. following is part of my code. FTPWebRequest request = (FTPWebRequest)FTPWebRequest.create(URI); request.method = WebRequestMethods.FTP.DownloadFile; FTPWebResponse response = (FTPWebResponse)request.GetResponse(); after this I tried int length = system.convert.ToInt32(response.contentLength); however length returns -1. I am ve ...Show All
enric vives Ignore white-space characters
Does anyone know how can I ignore white-space characters(using a function maybe) I want this to happen when comparing two strings.To be more specific when,for example, I write "<hey>" I want in the string comparison to be perceived as correct with " <hey>" or " <hey> " but not "< hey>" or "<h ey>".I tried with escape sequences like \b or \t but this is for one instance(or as many as you have ...Show All
lydiatwin LIKE Operator
Hi All. I'm having trouble with using the Like Operator from VB using the Adodc control. As a test, I have 1-field, 1-record in a 1-table database: Table: Test Field: Keyword Value: Testing I have my adodc connection string set up working fine. I try this query: "SELECT * FROM Test" And it selects the one record it fine. The problem comes when I add the LIKE Operator to a WHERE clause: "SELECT * FROM Test WHERE ...Show All
Andy D Registration Benefits
Where can I download the promissed e-books I can download the stockphotos, icons and two components, but not the promissed e-books. Does anybody else already got it I want the e-book for C++ and I downloaded FTM. I have not seen any book about VC++. I went to http://connect.microsoft.com and signed in myself with the e-mail I used to register the Express editions I ...Show All
kspe92 Massive iostream errors
Hey, i'm kinda new to Visual C++ Express and i'm having a problem when I include iostream. I've installed Platform SDK and this is what I compile: #include <iostream> using namespace std; int main(){ cout << "Hello" ; return 0; } I get tons of errors from this: ------ Build started: Project: empty_project, Configuration: Debug Win32 ------ Compiling... 2.cpp C:\Progra ...Show All
Nethol Functionality missing from Visual C# express beta2?
I can't find code definition window in the menus. It's not under view->Other Windows. I know it was in Beta1 The debugger seems to be missing some functionality too. Where's enable/disable breakpoints so I can get my list of all breakpoints All I have is toggle breakpoint. Dave - As you have noticed, there have been a few changes to the makeup of the Express products since Beta1.& ...Show All
RobinWheeler VB Express program quited automatically?
Hi, I developed a program using .net 2.0 with Vb express. Basically, the program uses multithread for computation. Once it finished, it pops a messagebox in the thread, letting users know it finished. I just found this: if I let it run at night, the second morning, I found the program automatically quited. No error message, no nothing. So, I do not know the result. I did this many time, all quited. I'm sure no1 else exited the program. Ver ...Show All
Antony Nguyen Registering Visual Basic 2005 Express
I am trying to register Visual Basic 2005 Express. I use Lotus Notes for E-Mail. Every time i click register I get the following error: The notes.ini file can not be found on the search path. the file is in C:/Windows which is in my search path. Do i have to be using Outlook to register VB 2005 Express Do you use the Help->Register product... menu from inside VB Express You m ...Show All
Diego Vargas DataGridView Control Style
I have tried to change the background color of the column headers and they still remain the default control color. What can I do to change it. Thanks Ken I have tried this and the background color of the column headers remains the same. Ron, If you don't mind, can you provide a coding example. Thanks Ken hi, P ...Show All
eurictham Pls provide a guide for linking MS Access 2003 DB to VB .net 2k5.
Hello there, I saw a new features in VB.net 2005 which is the Data Sources (just next to Solution Explorer). Well, I had created a Access database with MS Access 2k3. In the DB I already did the 'format' of DB too. For eg, one of my row: Gender , then I assigned 2 value in it which is Female & Male . Then when I open this DB in Access 2003, it working fine perfectly. It also had all the 'format' as I mentioned above. Now, I use ...Show All
