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

 
 
 
About Syed Rizwan Muhammad Rizvi
(Top Expert on this page)

Expertise
I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.

Experience
Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.

   

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

SubjectDate AskedExpert

image of datagrid2/24/2007Rohit Prakash
  Q: Actually the problem is this we have a database and we have a vb.net program that has a datagrid to ...
  A: Sourav, Follow a professional approach. Storing images is not accurate and it does not guarantee ...
image of datagrid2/22/2007Rohit Prakash
  Q: How can i create an image of a datagrid lets say in gif format and save it on disk Eg:- If the grid ...
  A: Sourav, Your questions seem to be interesting and bit awkward. You want to do things that are not ...
server names2/13/2007Rohit Prakash
  Q: Sorry But SqlDMo? I cant understand them from the links you gave. The stored procedures from the ...
  A: Sourav, All those things what you are asking for are available in SQL DMO (SQL Distributed ...
server names2/12/2007Rohit Prakash
  Q: Can i get the list of all the server names,all the database names and all the existing users from ...
  A: Sourav, You need to check the SQL DMO properties for the same. However following links may be of ...
.NET application install deployment2/12/2007Rohit Prakash
  Q: I've created two .NET 2.0 Windows applications and for each created an installation project that ...
  A: What I can understand from your question is that you want both the options in a single setup file ...
image2/9/2007Rohit Prakash
  Q: Sorry But again i need your expert advice How do i display gdi graphics to the user so that it ...
  A: As you might have seen my profile, my areas include database programming with VB.NET. However, I ...
Regrding Error in ASP.Net1/24/2007Syed Rizwan Muhammad Rizvi
  Q: I have got this error .pls help error is as follows: Server Error in '/webpdms' Application. ...
  A: If the site works perfectly for a specific no. of users and fails with this error after it reaches a ...
Regrding Error in ASP.Net1/23/2007Syed Rizwan Muhammad Rizvi
  Q: I have 48 users .When they all use the application it becomes slow and give this error .COuld you ...
  A: in your web.config file which you can find in the webpdms folder you need to search for ...
vb.net datetimepicker value changed1/16/2007Syed Rizwan Muhammad Rizvi
  Q: When I double click a datetimepicker I get a datimetimepicker selected value changed subroutine. ...
  A: there must be some code in the eventhandler which is re-firing the event pls. check if you are ...
ASP. NET Web services and objects - VS.Net 20051/15/2007Syed Rizwan Muhammad Rizvi
  Q: When I call the product service from the client app, the product object gets populated, but when the ...
  A: The code that you have sent me doesnt seem to be causing any trouble, if you can run your webservice ...
Logical Error in Accounts Distribution1/13/2007Syed Rizwan Muhammad Rizvi
  Q: There are two list box.In the listbox name lstOpenAccounts there are three hundred values. In ...
  A: Your algo seems un-necessarily complex and illegible, I would suggest the following: lets assume we ...
Graphics Programming1/3/2007Syed Rizwan Muhammad Rizvi
  Q: I am pretty familiar with Visual Basic 6.0, but I am trying to expand my knowledge into VB.NET. ...
  A: Did u have a look at System.Drawing namespace? There are some very cool third party 3D Graphics ...
Program gets zapped from memory12/28/2006Syed Rizwan Muhammad Rizvi
  Q: I wrote a vb .net desktop application that calls Mappoint webservice. It doesn't have an interface, ...
  A: It can be a very simple problem like admin rights or some library not being available or COM+ not ...
Opening a webpage. Need to get data in a frame12/21/2006Syed Rizwan Muhammad Rizvi
  Q: I am using VB.net 2005 This code loads a webpage perfectly. dim contents as string contents = ...
  A: You can safely ignore this line, it only specified whether to use transitional or frameset HTML, it ...
my assistant programmer and me want to work in same directory on LAN12/6/2006Syed Rizwan Muhammad Rizvi
  Q: while we tried to develop and debug in shared application we get the error "Error while trying to ...
  A: nah thats not the way you can do it, you need to use version control software for that. working on ...
new tab in Maxthon browser then then wait for load to complete11/25/2006Syed Rizwan Muhammad Rizvi
  Q: I am using VB.NET 2003. My application will request up to 2 - 40 records from a database by using a ...
  A: I havent worked with Maxthon before, But I think there should be a tabs collection to create a new ...
vb.net exe11/20/2006Syed Rizwan Muhammad Rizvi
  Q: i am using .NET framework 2.0...please help me... T_T
  A: when you add a setup project using wizard it automatically detect dot net add as a dependency. you ...
Save Excel file In VB11/20/2006Syed Rizwan Muhammad Rizvi
  Q: I have written a code in VB for saving an excel file. But if I excute the same code once again, ...
  A: looks like you are using VB 6.0, you need to use the "Dir" method to see if the file already exists, ...
Date format in VB 6.011/15/2006Syed Rizwan Muhammad Rizvi
  Q: I have developed an application program in VB with Access as B/end. I m storing dates through ...
  A: rather then using DD/MM/YY format you need to use DD/MMM/YYYY format, this is a classical problem ...
Error = Only byte array and strings can be serialize by MySqlBinary11/11/2006Syed Rizwan Muhammad Rizvi
  Q: The below code is my save code Private Sub cmdsave_Click(ByVal sender As System.Object, ByVal e As ...
  A: OK, checked through the code, didnt find anything wrong, perhaps there is a mismatch between ...
how to autogenerate jobno when i open a new form and display in the form jobno field11/6/2006Syed Rizwan Muhammad Rizvi
  Q: i have the code but i really dono how to write it correctly below are the code i wrote out Sql = ...
  A: its max(jobno) not maxjobno and you need to execute a jobno = cmd.executescalar to retrieve the ...
archive files11/2/2006Syed Rizwan Muhammad Rizvi
  Q: I want my application to be able to copy (backup) a part of the database to a file format that can ...
  A: some files formats are patented and you will have to pay to know the format some are easier to find. ...
Using GroupBox10/27/2006Syed Rizwan Muhammad Rizvi
  Q: I am a newbie at VB .Net and trying to use GroupBoxes. What I would like to do is have a bunch of ...
  A: on each button click you can write the following code: e.g. on Button1 you can write ...
query10/26/2006Syed Rizwan Muhammad Rizvi
  Q: The text above is a follow-up to ... -----Question----- hi,syed.my name is piyush.thanx 4 u'r ...
  A: Dont put it on TextChanged Event, rather put on save's click or text box's lostfocus event. Make a ...
How to add checkboxes and table at run time in panel control in asp.net10/19/2006Syed Rizwan Muhammad Rizvi
  Q: still i am getting no error but no outputi am developing web based application in asp.net, i want to ...
  A: please use datarepeater control instead, this will keep giving you problems. This is a very good ...
Change record content10/10/2006Syed Rizwan Muhammad Rizvi
  Q: I am not a Vb programmer, but I looking for a program written Visual Basic to do the following: ...
  A: Seems like you are trying to Copy CC numbers. To read a character in a string you can use ...
system monitoing& screen capturing10/7/2006Syed Rizwan Muhammad Rizvi
  Q: my project is "SYSTEM MONITORING & SCREEN CAPTURING" iam not familier to vb.net.iam getting problem ...
  A: you need to use system.management classes for monitoring, there are a few file system controls that ...
ListViews...9/25/2006Syed Rizwan Muhammad Rizvi
  Q: Perhaps I'm using the wrong approach but I'd like to take string values from multiple text boxes and ...
  A: 1. Set ListView Control's View Property to Details 2. Add Columns to the ListView Control 3. Use the ...
Copy columns of one worksheet to another9/19/2006Syed Rizwan Muhammad Rizvi
  Q: I would like to do it with a GUI kind in VB.NET. The GUI provides two OpenFileDialog boxes to input ...
  A: it should be easy to do then, 1. Add References of Microsoft Excel and Microsoft Office to your ...
Web9/18/2006Syed Rizwan Muhammad Rizvi
  Q: I want to find whether the given servlet is UP or not using httpwebrequest object.Is it possible pls ...
  A: I cannot understand the exact nature less you send me the code, more often then not its a missing ...
Refreshing dataSet9/6/2006Syed Rizwan Muhammad Rizvi
  Q: I am creating a windows form with a datagrid and multiple textboxes. All of the controls are bound ...
  A: :) at no experts in C# dont worry I can cater for your C# problems as well. Did you try fetching ...
asp.net9/1/2006Syed Rizwan Muhammad Rizvi
  Q: can one dataset and one datareader will work in the next button click
  A: you simply load the data once in a dataset using a datareader at the load of page lets say, and then ...
ASP.Net/VB.Net Web Application connecting to Axis Web Service8/29/2006Syed Rizwan Muhammad Rizvi
  Q: I have a problem with regards to Web Service. I have an ASP.Net Web Application. I want to pass ...
  A: Right click on your project in VS IDE and click on Web References point to your web service that you ...
paste text as hyperlink.8/23/2006Syed Rizwan Muhammad Rizvi
  Q: I am using VB.Net. Standard Edition. My application can dynamically create strings that can be ...
  A: there is no magic in life :) all effort, if you paste only the URL e.g. http://SomeURL then MS ...
VB.Net question followup8/21/2006Syed Rizwan Muhammad Rizvi
  Q: Is there something else I need to do? Dim cntl As Control Dim txtBox As TextBox, ...
  A: have u got controls in Panels or picture boxes or even group boxes, if the controls are contained by ...
VB.Net question8/19/2006Syed Rizwan Muhammad Rizvi
  Q: I didn't have the option of asking a follow up question so I senting a new one. Went went I entered ...
  A: that was the pseudo code, you were supposed to modify it to fit your needs, from the else if section ...
Developing web enabled application in asp.net8/18/2006Syed Rizwan Muhammad Rizvi
  Q: I am developing web enabled application in asp.net. I want to inlude jpg file in asp.net as header ...
  A: Simply use the <img> HTML tag or the ASP.Net image control to display the header image so it would ...
Disable Task Manager8/16/2006Brandon Drake
  Q: Brandon Drake, i have been seen your code to disable task manager application. but i have a problem, ...
  A: Enri, The TaskManager was a class defined lower in the code. If you add the class to Form1 you ...
File Open Error in vb.net8/15/2006Brandon Drake
  Q: When i try to open vb.net project i get the following error. The selected file is a visual studio ...
  A: Dhana, You are probably trying to open a file in VB 2003 that was created with VB 2005. I would ...
Drawing a line With VB.net 20058/13/2006Brandon Drake
  Q: I have made a slot machine using VB.net 2005 Express and I want to draw a thick line through my ...
  A: Trent, I think what you need to do is create a long picture box and change the visibility of that. ...

Page:  Previous  | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  |  Next      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.