Answer Questions
Ankith output strings
In the past, whenever I had to generate a string containing a mix of standard characters and variables I just concatenated them with the ampersand symbol. For example: Console.WriteLine("My name is " & strName & ", and my address is " & strAddress) However, now, whenever I see an example in a book or elsewhere, I see them using a different style, such as this one: Console.WriteLine("My name is {0}, and my ...Show All
RogerQuickly Calculation in Visual Basic 2005 express
I need help please on this question and i could not understand where to begin.The question say, Input Calculate Circumfrunce Area of Circle. Value and surface area sphere. : Pi i = e Pi i square =theda 4/3 Pi i cube = V 4Pi i square = SA please, some give at least some sort of direction i'm just a starter in Visual basic. thanks guys. I'm soooooo sorry, I totally forgot that I was supp ...Show All
hyl Deploying a VB.NET 2005 WinForm app with a SQL Server Express database
Hi I have a VB.NET 2005 WinForm app that accesses a SQL Sever Express database. I use the Microsoft Practices Enterprise library to handle my data access with the following appearing in my app.config file. < connectionStrings > < add name = " IMapsUser " connectionString = " Database=IMapsUser;Server=(local)\SQLEXPRESS;Integrated Security=True; " providerName = " System.Data.SqlClient " ...Show All
buzzlitebeer Can I use Tutorial Video for VB 2005 Express Ed. with Vis. Stu. 2005 ??
Hi, Ive found some beginners videos for VB but require Visual Basic 2005 Express Edition... I have VB 6 and Visual Studio 2005 , Can I use VS 2005 for the projects. thanks Hi, Yes, any non-Express versions of VS 2005 includes all the feature that the Express editions have. thanks, will give them a go, ...know any tutorial sites for vb hi you know lam ju ...Show All
WParton Possible to change a froms border color in VB.net/VS2003
I do not see a method or property to do this. Help greatly appreciated Yes, thank you! Since I made this post I've dug in pretty hard and what you suggested seems to be the only solution - fake it. Changing color at the system level even temporarily for artistic presentation is something I’m sure the user would be upset with seeing all their apps changed. Seems such a simple thing to have been implemented ...Show All
Harshal trying to understand classes, module, subs, functions
I would like to know the differences between a class and a module, and the difference between a sub and a function. I know how to use them. I've been programming for years. But I would like to know the deep details of them so I know where and when to use them. So I can have the most efficient programs. Thanks Oh, ok. Thanks! So using subs and functions comes down to ...Show All
seizonsha Microsoft Visual Basic 2005 Express - New Project dialog is empty!?
Look at this screenshot: http://hjem.get2net.dk/dondata/Empty.gif I have allready tried to Repair the installation, and allso completely uninstalled VB and the installed it again, but the dialog is still empty. What is happening here Thanks in advance for the great effort you are putting in to this ackward problem of mine :) I only have Visual Basic 2005 Express installed. No other versions have been ...Show All
fastcarrera Disable a warning
Is there any way to disable a specific warning. For example, in one of my classes are re-implement System.ICloneable.Clone. After doing so I now get a warning that states, "'System.ICloneable.Clone' from 'implements System.ICloneable' is already implemented by the base class 'XXX'. Re-implementation of function assumed." Is there any way to remove this warning from the Error List Thanks, Lance ...Show All
Igor Lemsky Enabling f8 (debugging) in vs2005 beta1
Hi there, I looked everywhere but i cannot seem to find a way to enable f8 to debug in vs2005. In vs2003 you could choose your profile. Can you do the same in vs2005 thanks Hi ,Sorry for late reply but It's the first time i see this post. I am not receiving any email at vbjunkie@hotmail.co.uk.I have checked the alert checkbox. How can I customize the ide I just want the f8 .I am missing it terribly I hate to ...Show All
Gentry Disabling the close button of a windows application has a problem
When I tried to disable the close button of my Windows Application program using an unmanaged code, this red close button will appear again if I maximized, minimized it , or using Win(key) + D (and again) I don't know why... I can delete the Close menu item, but rather, I wanna disable it. So, if you please find the solution, thanks... like Enablemenu() Hi SG, Aft ...Show All
root2 How to Use MailMessage to Send MHTML?
I'm attempting to send an MHMTL document out as an email and am having issues getting it to do so. What I've done is created a windows service to poll reporting services for a "Web Archive" report (read in as a string or byte array via System.Net.WebClient) that I then want to send out to a set of people via System.Net.Mail.MailMessage. I'm aware that reporting services has subscriptions built in, but the situation is a little more c ...Show All
bsandlier Shell function in visual basic 6.0
Hi everyone, I`m trying to make var = shell(comando,0) work out, but it doesn`t work. My program ran well in a windows server 2000, but we changed to windows 2003, since then, my program is not working anymore. In the function I send, comando, comando has got a string with bcp. comando ='bcp ... table ...... .txt' //put data from .txt file to table in sql server 2000. The var, returns no zero, what means, t ...Show All
EJ Moritz Visual Studio 2005 Standard vs Professional
Hi, I am trying to decide between the Standard and Professional versions of visual studio. The only information I can find on the Microsoft web site with a product comparison is ... http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx this lists several differences which may/may not be of concern to me. Does anybody know where I could find more information on.... 1. The difference between the 'streamlined' and 'f ...Show All
AlanRR button to browse folders
This question may be too hard to answer in one post but if you have links to tutorials that would be great. I want to make a program that converts pcx images to bmp images. I want to make a button that opens the explore box so the user can browse their folders for the pcx file, then one that saves the image they loaded as a bmp image. This is probably real complicated but do you know where i can start i got ...Show All
PlanoPete A Landscape Problem
Hi, I am having difficulty setting up a landscape print job programmatically. I am attempting to print a 5" x 8" index card in landscape. The document as seen in the PrintPreview is correct, but when I print it the document it is printed on the left side of the printer. My HP DeskJet feeds the paper on the right side. I can also print the document my using the PrinterDialog. I set the page size to 5" x 8" and set landscape ...Show All
