Answer Questions
petevick Reading characters from a string
Say I have an numeric variable of 7 or 8 characters. Is there anyway I could read the last 3 characters of a variable and write to a new variable Wondeful thank you cgraus Yes, use the Substring method on the string class. string s2 = s.Substring(s.Length - 4) ...Show All
Mehul Shah Download Installation Registration vs Manual Installation Registration
After much research through the forum, through the Registration FAQ (#7), and finding the answer I was looking for, I feel compelled to share this information in a clear and concise manner. If you install a Visual Studio Express product via the download, when you register, you will be taken to a page with a registration key, and you will receive a registration benefits email. If you install a Visual Studio Express product via the CD ISO(IMG)- in ...Show All
Oquendo How we can use SQL query in DataSet Or DataTable
How we can use SQL query in DataSet Or DataTable I means to say can we use group by clause and other clause that we generally used with database table. You can use Select Method of DataTable Class (input the Filter Expression) . http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdatadatatableclassselecttopic.asp Thanks. www.querya ...Show All
Chandrasekar Jayaraj creating dll's
hey i am designing a program and i was wondering if it is possible to create a dll in Visual Basic Express Edition well, maybe I should rephrase that. I'm designing a program where when you click a button it opens a text editor(already have that made). Someone told me that to reference the program in the code you need to create a dll(is this true ) hi, i guess you have to find out where is the proplem exact ...Show All
Codeurai ASP (not ASP.NET)
OK, here is the deal, short and sweet. I have a godaddy account which supports asp, mysql, access, and frontpage extensions. I want to create a very simple asp site which includes the following: A Home Page Site Navagation (those links at the top that show you how deep in the page you are) User Registration A Guest Book A Discussion Forum (although it's gonna be hard to be the one are proboards) A resume, which can ...Show All
Tim Cartwright Can you get around the .NET Framework prereq for Windows Forms apps?
Hello, I'm new to C# and am developing an application that will autorun from a USB device (we've already worked out the technical details behind getting the app to run from the USB device). My question is this. We want our application to autorun whenever the device is inserted into a USB port on a machine running Windows. However, it seems that Windows Forms applications will not run unless the .NET Framework is installed on the ma ...Show All
kim6579 Bug report: Erroneous Filename in save or load dialogue field causes crash
Visual C# 2005 Express Edition Beta 2 When I typed *.sav in the filename field of the standard load file dialogue component, Visual C# immediately hang and I had to restart it. Regards, Guido Guido - Could you open a bug report about this at http://lab.msdn.microsoft.com/productfeedback Any information abotu exactly what steps you took, whether you can consistently reproduce this, and which ...Show All
Seanito Error al activar version
Hola: Al momento de activar mi version beta 2, el link me envia a una pagina que dice no existir. Saludos. I can load the page without problems. It redirects to the following site: https://profile.microsoft.com/ProductActivation/ProductActivation.aspx WizId=ea444a93-3d6a-4ef4-b4de-e38c34f07876&lcid=1033&h=12d30263b8e1ca12&bn=050215.44 Try to go to this site directly. Also, what is your d ...Show All
Didona Problems removing VS.net for VB Express
Last year installed VS .net on workstation. Never found the time to do the learning curve. Was pleased to see VB Express and SQL Express as most of my projects fit the parameters of these programs. VB Express installed with no problems on IBM laptop with no prior VS or VB programs, so went to install VB Express on desktop. All warnings pertained to VB express prior beta installs and so went ahead and dl / install VB Express. First thing I noted ...Show All
TheHexagon Amazon-Movie collection issue with Web Service features????
Please Help, Just Getting my feet wet with VS2005...... I D/L the Amazon-Enabled movie Collection and every time I try to do a WEB SEARCH I get the following error. There was a problem connecting to the Web service....... Additional Details: Online Web Service features are not implemented in this version of the starter kit..... Info - Installed VS 2005 Pro... Full no MSDN Lib Help Please!!! -Marcelo ...Show All
Rakesh Kashnia Can a number of RadioButtons be accessed with a for..next loop?
I am working with RadioButton1 thru RadioButton12. Can they be accessed with a for..next loop instead of 12 separate if..then..else statements For each ctrl in me.controls if typeof ctrl is radiobutton then ctrl = directcast(ctrl, radiobutton) ctrl.checked = true I've had the same problem recently. This works Dim Button As RadioButton For Each ctrl As Control In Me. ...Show All
Gergely Meszaros How to get the E-Book
Hi. I just registered the VB Express 2005, but I don't see where to download the accompanying e-book. Is there a special link that I'm missing Thanks I got to the point where I get to the e-book, click on download and get the choice to open or download downloadDetails.aspx. If I open it, I get a bunch of settings (no web page). If I save it, I get a text file with the same settings: STYPE=2&AuthData=dfd4b21cfb0110cec8ac08 ...Show All
nikonek VB Express Font Addition/Installation With Deployment
I realize that the ClickOnce Deployment is not the same as the MSI and that MSI is not part of VB Express. I have a custom true type font that I need to use with my application. Is there any way to add this with the deployment For example, is this possible with the Boostrapper, and if so how could this easily be done It may help -- I'm trying to understand the principles. However, my application makes use c ...Show All
Carlos G. Sarmiento command button as Accept button
like in asp.net - how can I make a command button as accept button in c#.net Change your button's modifer in your user control to public. Then in your form's constructor you can add the code: this.AcceptButton = userControl1.button1; Use the AcceptButton property of the form. myForm.AcceptButton = theButton; Kausalya supraja rama wrote: If my button is in a user co ...Show All
riet Windows Application template
Visual Basic Express 2005 When I click on "new project" and the template window comes up, I only have the Class Library and Screen Saver starter kits. I cannot find the "Windows Application" template. I have looked through the files in the command prompt but have not seen anything that looks like a template installer. Any help will be appreciated. Thank You, Don ok try this "VBExpre ...Show All
