Answer Questions
torras Search function
Hi! I need help to make a search function to my program. I want to search after Spyware (my program is an antispyware program) So then i need help with the search thing. I thought that maybe I must make a file or database with all the spyware names in. Then my program reads the names fro the file\database and search after it. Just think about a anti virus program that search after viruses. Could somebody help me with this you have to do ...Show All
bjornstoro 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
IcemanNCalifornia visual basic express - datagridview control
How to change the default keyboard handling so that on press enter key the focus moves to the right cell instead to the cell down Surely it would work better if it went in the right place Private Sub DataGrid_ KeyDown( ByVal sender As Object , ByVal e As System.Windows.Forms.KeyEventArgs) Handles DataGrid.KeyDown If e.KeyData = Keys.Enter Then .......................... ...Show All
NyaRuRu Immediate window - very simple
In VB6 I could type commands into the immediate window to test the syntax i.e. msgbox "Test" <rtn> and a messagebox would pop up. Is there a way of doing this in VB .NET All I can find is to go into watch mode but I need to be running my code for that to work. I want a simple way of checking syntax Matt I think I must be missing something... I type "MsgBox("test" ...Show All
TheVenkster who can help me find "MMControl",I can't find it(I use vs2005.net)
who can help me find "MMControl",I can't find it! I want find it with this path:tool-choose Toolbox items-com components,but I can't find the "MMControl".who can help me How can I do can find it ...Show All
softgame ansii and string problem
Hello, I am building a medium difficulty caculator and have finshed it all except for one problem. I have a text box that displays the caculations and I can type into it using the keyboard. But I only want to be able to type certain ansii codes(only numeric integers) ie 0-9, -, +, and "." How can I filter out the string so that only those ansii characters can be typed what are the ansii codes for those characters because I don't want to be able ...Show All
UncannyVagabond Adding Timestamp to RichTextBox
how do i go about doing so all im looking for is the time "HH:MM AM/PM" hi, addin time stamp u can do like this: Dim time As Date = System.DateTime.Now 'first is printed in console using Format function Console.WriteLine(Format(time, "Medium Time")) Console.WriteLine(time.ToShortTimeString) I have used console, but in your case, u just write string to your's RitchTextBox. Hope this helped ...Show All
Bufuro DataGridView Delete Row Confirmation
Trying to handle the deleterow confirmation, and i might be going about it the wrong way but here is what i have so far... problem is. it doesn't handle the delete key. i have tried keys.back, keys.delete and they both only respond on the backspace key, not the delete key. do i need to handle this even witht hte datagriduserdeleting row event instead Public DeletePressed As Boolean = False IF Private Sub CompaniesDataGridV ...Show All
Mrishi Decimal number format
I've a simple question but can't find any existing solution. Please help. How can I format a decimal number in the following manner 6.000 ---> 6 2.5 ---> 2.5 I want to format the decimal so that the trailing zero as well as the decimal point will not be shown in case of a whole number. This may be what you're looking for: http://msdn2.microsoft.com/en-us/library/0c899ak8.aspx Hi, You can do you ...Show All
Bugzzbunny Do Express editions of VS2005 have support for Addins
I have an addin that prints the source code of VS.NET projects. I am getting queries from users asking me if the Addin would work with their Express editions of VS2005. I would really appreciate if someone could tell me if the Addins can be integrated with the Express editions. It will save me a lot of time and effort downloading and installing each version. Thank you. Regards, Joginder Nahil www.starprint2000.com ...Show All
sbff Add MySQL reference to a VB.NET 2.0 project
i'm actualy starting to use mysql, i've istalled the connector .net 1.0.7 from mysql. What can i do to add the reference to my vb project , on 2003 it wroks well but on vs2005 i cant find the mysql.data on reference tabs what sould i do to bring it to my project Apart from installing mysql connector have you actually added it to the reference on your project and its not appearing or are you expecting it to app ...Show All
prjuanl multiple relationship tables on a datagrid
Problem: The below will display: home_name, person_id, person_name, person_age, person_job field records with no problem. However when i re-create da1 to input tb3 & tb4 and select the company_name field to show on the datagrid as well, it doesnt display any records. The relationships are created in the MS access already and when i used data adapter query builder, the relationships are there as well, am i missing any steps - &nb ...Show All
Bob Lafleur Log files/my.resources
I'm using visual studio vb express beta and would like to add a log file to the resource folder. I've added a text file called log which intellisense "sees" (my.resources.log) but it does not see its properties (ie filename which I would like to use when adding a listener). Any instructions available Better way to add log files Thanks. I don't fully understand what you did and what ...Show All
Roger Tan - MS Getting Users Full Name VB2005 Xpress
Hi How can I get the users full logon name now i.e. John Smith as opposed to SmithJ There was a function for VB6 that would return this but under NET... This is the best I could come up with. Naturally you'll have to reference the seemingly depthless power of System.Management.dll Management queries always return collections so you have to For Each through them even though often there is only one instance. This code ...Show All
Crazychil Populating a Crystal Report using runtime live data classes
Hi guys, I need to populate a report programmatically using live programmer defined data classes that may contain other data classes. I do not have any clue as how to make this happen. Can anyone help me thank you very much. ...Show All
