Answer Questions
icbob99 Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All
Broadbent Use .NET to create .DLLs for Office 2000?
Is it possible to create a DLL using VB.net (2003) that can be used by Office 2000 programs Yes, It is possible. Using class file to create your component, then in Office / Outlook etc, you include the COM-Add in. Refer to this articles : http://support.microsoft.com/default.aspx scid=kb;EN-US;q302896 ...Show All
Greg Smolyn Intellisense Problem
I have a problem with the autocomplete feature of Visual Studio 2005. When I use VS2005 for an extended period of time the code editor starts to behave very strange. When I'm writing code it starts to autocomplete my code when it should not. Example, if I want to write: Dim sName as String it can ends in: d(ims) nameas String Dim s(name) as string Dim sn(ameas) string etc. As it was loosing focus and it autocompletes while I'm writing (I write v ...Show All
Willgart imagelist icon to be blank
How do you create an icon that is actually blank so that I can reference it in my imagelist and when I use it, it is blank next to the node text Or does someone have one that I can use I tried to take an Icon and remove the color/lines ect... and saved it and it was displayed with weird shades. Any ideas or suggestions Thanks Theresa Thank you. The website was very helpful and I was able to create a b ...Show All
auhe Snippet Manager, Whe Losing the plot?
I have created a new snippet and now I want to add the directory to the list supported. The help and the FAQ refer to a Snipper Manager option in the tools menu. But I can't see it, am I going blind I am using PDC RC. Thx For what its worth - I had the same problem. Thanks Johan - the tip worked for me too. Team Suite I have all the VS stuff loaded + all the SQL stuff, ...Show All
Paul Devine VB.NET ComboBox DataSource and generic list of strings
I have problems getting a ComboBox to display the contents of a list of strings. I have a dictionary and I want to display its keys, so I put them in a list (I have tried with different lists, both generic and ordinary ones). Next, I try to set the DataSource property to the list of strings, but then nothing gets displayed in the ComboBox. If I add each string in the list manually it works though. Now, some may say that I need to set the Disp ...Show All
JeffreyKey Stop Automatic My Documents Folder Visual Studio 2005 Creation?
Does anyone know how to stop VS 2005 Express creating a folder in My Documents every time it starts and ends. I have changed the settings in options and now settings and templates are where I want them but it still creates this really annoying folder. Any ideas I'm running WinXP Home if it matters and only currently have VB 2005 Express installed. Cheers, ...Show All
zaher lafa VB program, logic problem, banging head against wall :/
Hi, been working on this for several days now, can't seem to solve this problem and am starting to think that I am not thinking about it correctly. I am building a program for kids in the family to use to help them memorize their multiplication tables, its basically a flashcard program. First thing they get is the starting form, where they choose the number of problems to work through and which tables to use, and there are 12 check boxes to choo ...Show All
Anssi Lehtonen Encrypt A String
I want a simple code to use system.cryptography to encrypt or decrypt a single string. Have a look at the following sample: http://www.obviex.com/samples/Sample.aspx Source=EncryptionWithSaltVB&Title=Encryption%20With%20Salt&Lang=VB.NET%23 I'm sorry I don't understand, the provide link is to a Visual Basic sample. Visual Basic Have a look at the new ProtectedDat ...Show All
Thomas Kofler Replacing MSFlexGrid in Visual Studio 2005
Hey, can anybody help me with replacing FlexGrid in VS2005, since it appears they are no longer using that. I've looked on the internet all day today, but haven't found anything. I've used FledGrid for my VB6 programs, and I know it will do exactly what I want it to, but this time, I'm using VB2005 for other reasons. In my project, I'm not using any databases or db connections. Basically, a simple socket program that will display data I ge ...Show All
NKovner App Configuration File
How do you add an app configuration file to a VB.Net project And please keep the default name for the file (app.config) since Visual Studio realizes that this is a "special" file and will do rename/copy to bin folder automatically for you. Best regards, Johan Stenberg Hi, right click your solution -> Add -> New Item -> Application Configuration File. Here a link about application settings: http://msdn.microsoft.com/msdnm ...Show All
aslanky Ctrl+Break command replacement in VB 2005
Hi everybody, I have a simple question. In VB6 whenever I got any error while testing with data. If I press ctrl+break I used to get the exact location of the error and by using resume could trace the line where the problem is. What is that I should do to do the above things As I am new to VS 2005 Can anybody help. Thanks. Instead of ctrl+break use ctrl+alt+break in vs 2005. Remeber while pressing keys your active window ...Show All
Antons1 My.Resources in VB2005
Hey NG I want to use a little Flash Movie in my Programm to show, when the programm is working (like the Cursor.Wait) I put the Flash movie to my resources. - There I can see it in the Resource Window. But how can I bind this File to the Flash OCX The reason, why it should be in the Resource is, because I want to use more than just one Movie. The Reference is set to FlashAccesibility = Flash The Code is Dim Pfadangabe As String = My .Re ...Show All
Roger One Why do the DEBUG (F9) breakpoints not trigger 80% of the time? How do I get it 100%?
Why do the DEBUG (F9) breakpoints not trigger 80% of the time How do I get it 100% Michael Great!!! I think we may have figured out why your BP's are not getting hit 100% of the time. Let's hope this is the case. What you now need to do to fix this, is the following: 1. Go to the Project Properties 2. Go to the Compile Tab (where it shows you the Configuration) 3. Change the Configuration to read Active (Debug),&n ...Show All
madfan c:\programs folder\"application name" during setup
Hi guys.... During vb.net application installation, I would like to set the folder path: c:\programs folder\"application name" as a default choise for user (of course user can change the custom folder). How can I do it in the vb.net application SetUp deployment Thank for any useful suggestions. Hi, In the File System View of your setup project, there should be a "DefaultLocation" property for Applic ...Show All
