AllExperts > Experts 
Search      

VB.NET

Volunteer
Answers to thousands of questions
 Home · More Questions · Question Library  · Free Encyclopedia ·
More VB.NET Answers
Question Library

Ask a question about VB.NET
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
   

You are here:  Experts > Computing/Technology > .NET > VB.NET

SubjectDate AskedExpert

Developer's Productivity10/26/2005Brandon Drake
  Q: but sorry i don't understand this paragraph ---> Don't expect to get 8 hours of sleep tonight and ...
  A: Developer, What I meant in that paragraph is that if you have not been getting close to 8 hours of ...
Developer's Productivity10/25/2005Brandon Drake
  Q: I am a dotnet developer, I was working in a good company but the only problem there was the ...
  A: Developer, I don't really work for companies too often with programming but I have had a few 12 ...
asp.net10/24/2005Brandon Drake
  Q: i have problem in finding a menu (pull down menu bar ) in vb.net web project . it is not on ...
  A: Masoody, I do not know of, and was unable to find a menu control in Asp.net. You would have to ...
VB.NET and Office interaction10/19/2005Brandon Drake
  Q: I have some problem regarding VB.NET and Office interaction. Im trying to create a little add-in ...
  A: Romain, I have not worked much with inter-application communication, but I know how to do this. ...
Preventing user from showing Task Manager10/17/2005Brandon Drake
  Q: I want to write a program which when runs, prevents the user from launching the windows Task Manager ...
  A: Mohammad, I found some code online that stops the task manager from coming up. I put it below, but ...
Clearing the box10/4/2005Brandon Drake
  Q: Hello good Expert. I appreciate for all of your recommends and helps. If possible answer me the ...
  A: To clear a picture you can use the code: PictureBox1.Image = Nothing Put this code in he ...
Connection Error9/28/2005Brandon Drake
  Q: Brandon, I understand that you do not have much experience with databases but my questions should be ...
  A: Bob, I have actually never worked with SQL databases specifically, so the only thing I can ...
About UpdateDataSet()9/28/2005Brandon Drake
  Q: Hello good expert. Have a nice time in your life and also in your job. I appreciate for every your ...
  A: Ali, "Me.UpdateDataSet()" calls another sub in your code. If you search for "UpdateDataSet" in ...
Web Site9/28/2005Brandon Drake
  Q: How can I create a Web Site which uses a logon page to take me to the main page, passing the user's ...
  A: Mark, This is a fairly large topic so I found some websites that will show you how to create login ...
button borders and cssClass9/27/2005Brandon Drake
  Q: I am new to vb.net. I am using visual studio with asp.net. I have a series of buttons on my main ...
  A: Monty, When I put the code "Button1.BorderColor = Color.Blue" in the Load event of my WebForm in ...
my thesis..9/26/2005Brandon Drake
  Q: yupe i noe that most of the student will have a programme copied and modifiied it... or some even ...
  A: Jason, I found one possible solution but there is a major drawback--the price. There is something ...
Adding an button and its event to save the bank(records of bank)9/26/2005Brandon Drake
  Q: Hello. How is it doing? I wish that you are doing well. Thanks for attentions to reply to my last ...
  A: Add a button to the form for the save button. The code for saving the data is very easy. You will ...
the Sample code Description9/24/2005Brandon Drake
  Q: Hello and I wish that you are doing well and Thanks for your last recommends. I added a new item(In ...
  A: The "sender" variable contains the object that raised the event. For a button the "sender" variable ...
Always On Top9/22/2005Brandon Drake
  Q: I have a form in my application (other than the main form). I want this form to be AlwaysOnTop; i.e. ...
  A: You can set the TopMost property of the form to true, so use the code "Form.TopMost = true". This ...
Question about Printing9/20/2005Brandon Drake
  Q: Brandon, I am having an issue printing from a PrintPreviewDialog control. I am trying to print the ...
  A: I am guessing that the text appears in the Print Preview Dialog but just does not print. First try ...
HTML Color9/19/2005Brandon Drake
  Q: I have seen every HTML editor give a specific color to the keywords. I want to make such a editor in ...
  A: First of all, Visual Basic is not a very good language to do this in. Visual Basic is fairly slow ...
keyboard shortcut9/15/2005Brandon Drake
  Q: I've programmed in Visual Basic 6 before and am just starting with VB.NET. I want to write a ...
  A: I was able to find an internet resource, shown below, that I think will help you. I am very busy ...
Learning VB.NET9/15/2005Brandon Drake
  Q: Hello good expert, I'm working with VB.Net Program and like to improve in writing codes in this ...
  A: One of the best ways to learn Visual Basic is to get a book and read it completely. Most books will ...
Automation: Inserting a table in an MS-Word document8/31/2005Brandon Drake
  Q: I want to write a program that inserts a new table of n-rows and m-columns in an MS-Word2000 ...
  A: I have not worked much with inter-application communication, but I think I have the solution. I ...
inserting into combo boxes8/31/2005Brandon Drake
  Q: Im creating a fantasty football program, and when i enter a new team i have 11 comboboxes, 1 for the ...
  A: Yes, there is a way you can do this. Put all the teams and players in the combo box like you have ...
vb.net5/14/2005Rahul Vyas
  Q: How can I make a text box or a label that only accepts specific letters e.g. A and B only So If I ...
  A: I gather from your message that you want to make a textbox accept only a specific character... ...
print a from5/9/2005Rahul Vyas
  Q: I have designed a form using VB.net and wish to have it printed out as a physical form. I have tried ...
  A: I am sorry for responding late. Actually, there was some technical issue and I could not get the ...
reports4/14/2005Ashvin
  Q: can we call a crystal reports from asp.net? could u please tell me good website for sql server ...
  A: Yes You can Call Crystal Reports in ASP.net It is on the Tool in Design View. You can Drad and Drop ...
can't create new project4/13/2005Ashvin
  Q: I have installed in my computer Visual Studio.net 2002.Version:Microsoft Development Environment ...
  A: I have no Idea how to solve this provlem, But if i have this problem with me i would Have gone for ...
Data delete4/7/2005Ashvin
  Q: Your advice, though brief, did help me tremendously. There is another problem i face, now for data ...
  A: Please give thanks comment in the comment box avaibale on the Allexperts site. This will Help. Here ...
Problem in the overall docking behavior of dotnet4/7/2005Ashvin
  Q: I strongly beleive there is a strange logical problem with the overall docking behavior of the ...
  A: You have done a great research work. GOOD. well I am sorry, I can't help with this. But you can use ...
Update data in database through textbox3/28/2005Ashvin
  Q: I am using the VB.net component of the Microsoft VS.net environment as the interface for a database ...
  A: strSQL = "UPDATE merchant SET merchant_add = " & txtboxadd.Text & _ " ,location = ...
vb.net3/15/2005Sony Sebastian, NTTF
  Q: I'm working on an activity for class and I have some truoble coding. Below i have included the ...
  A: It will be more helpful if you could say me, what is wrong here, I cannot find any error or ...
Sites3/15/2005Sony Sebastian, NTTF
  Q: do have idea of the sites, where i can get the .NET Questions to prepare. Regards UB
  A: There are lot many, but I know some sites which are very helpful, I will get you the same within ...
Diff betweem ADO and ADO.NET3/15/2005Sony Sebastian, NTTF
  Q: Please let me know in detail about the differences in difference betweem ADO and ADO.NET?
  A: Perfomance wise ADO.NEt is much better, it allows Disconnected Database connectivity with the help ...
VB to map keyboard commands?3/14/2005Sony Sebastian, NTTF
  Q: Have VB.Net 2002 Standard running on 2000 Pro. Very new to it and programming. I'm wanting to ...
  A: VB.NET will exactly solve the problem, you need to create a background Application, you can create ...
VB .NET3/11/2005Sony Sebastian, NTTF
  Q: Sony. This is a DLL that's already working, but some "brainy" boss wants to have it remote. I ...
  A: I really value your feedback, I assure you, webServices are optimised to increase the perfomance, ...
VB to map keyboard commands?3/10/2005Sony Sebastian, NTTF
  Q: Have VB.Net 2002 Standard running on 2000 Pro. Very new to it and programming. I'm wanting to ...
  A: As you could already create a solution which works other than SHIFT key, I hope you are using ...
VB .NET3/9/2005Sony Sebastian, NTTF
  Q: I have a VB .NET DLL that handles database access. Right now, this DLL is installed with the VB .NET ...
  A: According to my knowledge, you can use DCOM components to achieve the same.That you can create using ...
vb1/20/2005Carlos Esquivel Roisenvit
  Q: how to import database to excel sheet using vb.net
  A: The easiest way is to create an excel sheet that resembles your database (same set of columns as ...
Store and Retrieve Pictures1/19/2005Carlos Esquivel Roisenvit
  Q: I am doing a project in .net Framework(.net 2003 edition).I need to store and retrieve images in SQL ...
  A: You have to define an image field and the Serialize the image to the field like this: Dim MS As New ...
Flash in vb.net1/5/2005Carlos Esquivel Roisenvit
  Q: how can i set the backGround of my form in vb.net with a ".swf"(shoackWave file depend to flash). ...
  A: You have two options. 1. Add a reference to the COM Swf ActiveX control ...
Invert Columns with rows in datagrid12/28/2004Carlos Esquivel Roisenvit
  Q: I created this small of piece to load an XML file in a datagrid named dgMsg Dim XmlFile As ...
  A: You have to change the order of the elements in the XML file to know the precise order create a ...
dataviewmanager rowfilter problem12/27/2004Carlos Esquivel Roisenvit
  Q: I am using VB.Net I have a database with several tables that have relationships. I have set up a ...
  A: I'm not really sure what you mean with the code... setting two RowFilters in sequence will only ...
ASP.NET datagrid with paging12/22/2004Carlos Esquivel Roisenvit
  Q: I am near to completing my first ASP.Net project and have got myself stumped! I have created a ...
  A: Sorry for the delay, I've been finishing a work in a city with no Internet connection (kinda ...

Page:  Previous  | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10       All


Questions by
Active Experts:
Syed Rizwan Muhammad Rizvi  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.