AllExperts > VB.NET 
Search      
VB.NET
Volunteer
Answers to thousands of questions
 Home · More VB.NET 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 > Microsoft .NET > VB.NET

SubjectDate AskedExpert

voip11/19/2009Syed Rizwan Muhammad Rizvi
  Q: i want to build a voip application that works in a local network i have a good coding skills using ...
  A: It depends on what architecture you wan't to follow, first thing you need to do is to start research ...
Session11/13/2009Syed Rizwan Muhammad Rizvi
  Q: I have a question on Session in VB.net. How to extent the live value of session in the application? ...
  A: Please try this in web.config <configuration> <system.web> <sessionState mode="InProc" ...
Visual basic 611/9/2009Syed Rizwan Muhammad Rizvi
  Q: How can I get the information from a HP printers LCD panel and put this in a text box in vb6. I have ...
  A: I have not done any work in talking to HP drivers specifically, unforetunately I won't be able to ...
Visual basic 611/8/2009Syed Rizwan Muhammad Rizvi
  Q: How can I get the information from a HP printers LCD panel and put this in a text box in vb6. I have ...
  A: You might want to have a look here: ...
re: treeview10/8/2009Syed Rizwan Muhammad Rizvi
  Q: Assalamu alaikum, it seems that my question not understood. what i mean is that i want made treeview ...
  A: So on the click event or (SelectedNode or NodeSelected) event write code to retrieve create a new ...
How to auto-generate dynamic connectionstring?10/7/2009Syed Rizwan Muhammad Rizvi
  Q: I follow online 3-tier sample application. One advice is to use app.config to keep connectionstring. ...
  A: Yeah thats why the steps described for 2k3 and 2k5 are not available on 2k8 the data layer ...
Explorer Button10/7/2009Syed Rizwan Muhammad Rizvi
  Q: I am currently working upon my data mining project for which i need to upload a database into a ...
  A: For MDI applications look here: http://www.startvbdotnet.com/forms/mdi.aspx Regarding browse button ...
treeview, listview10/6/2009Syed Rizwan Muhammad Rizvi
  Q: Assalamu Alaikum, with due respect and honour, i create my project which consist treeview in vb 6, ...
  A: W.Salam, Please let me know what error are you getting exactly and at what line of code. And I ...
How to auto-generate dynamic connectionstring?10/2/2009Syed Rizwan Muhammad Rizvi
  Q: I follow online 3-tier sample application. One advice is to use app.config to keep connectionstring. ...
  A: Late reply, wasn't able to check my emails lately. Would you please tell me what kind of ...
deployment9/29/2009Syed Rizwan Muhammad Rizvi
  Q: I am using windows authentiction to connect to my database on a lan and i have configured my sql ...
  A: for windows authentication it is required that you are logged on to the same domain as sql server. ...
To create setup9/27/2009Syed Rizwan Muhammad Rizvi
  Q: I know how to make setup as primary level. But i want to make advanced setup as i can give serial no ...
  A: Please read this: ...
How to create a Card View?9/26/2009Syed Rizwan Muhammad Rizvi
  Q: how to create a card view using an SQL data Source? This card view contains a list of records where ...
  A: If you have attempted to write some code and are facing troubles, then I can help you with that. ...
deploying vb.net app with sql on a lan9/8/2009Syed Rizwan Muhammad Rizvi
  Q: I want to deploy my application over a LAN and link the users to the main server but the problem i ...
  A: When you configure SQL Server by default it disables remote connections. You would need to check: ...
Control User Screen Resolution Setting9/7/2009Syed Rizwan Muhammad Rizvi
  Q: followed up from the previous question answer by you in this url: ...
  A: Woooo, there seems to be a big time confusion here somewhere. Are you trying to change client's ...
What's the easiest way to remotely control my VB.NET program?9/6/2009Syed Rizwan Muhammad Rizvi
  Q: I started learning programming using VB.NET a few months ago, so I'm still like a total noob at ...
  A: As it appears to me you need to take a good look at Socket programming in vb.net, here: ...
How to append textbox entries to file ex. "C:\Log.txt"8/20/2009Syed Rizwan Muhammad Rizvi
  Q: I managed to create a program that will append a value from a textbox entry to write/save in a .txt ...
  A: appears as if the statements above were written for VB6 or TurboBasic. To simplify for your ...
setup in vb.net8/18/2009Syed Rizwan Muhammad Rizvi
  Q: .. I want to make setup in vb.net application. I had made it but my setup can not access images. so ...
  A: Please read this: ...
Compilation Error in VB.Net8/13/2009Syed Rizwan Muhammad Rizvi
  Q: I encounter an error after compilation. Below is the error I got from my program. Before ...
  A: Please check that you don't have more than one class with the same name it can happen in the project ...
vb programming vechile registration checker7/22/2009Syed Rizwan Muhammad Rizvi
  Q: im trying to create a vehicle registration checker which needs Area Code containing two letters ...
  A: This statement should not be working and should give you an error: areacode = Val(txtareacode.Text) ...
printing directory of MS WORD docs7/22/2009Syed Rizwan Muhammad Rizvi
  Q: I have background in ASP/VbScript, and i have studying a little of VB.net. So hope you can help? my ...
  A: If it is only MS Word documents then you will have to open them using MS Word (programmatically ...
using dataset to get serial data into access7/21/2009Syed Rizwan Muhammad Rizvi
  Q: I have written an application which produces about 200 data items, each has name, value, type, ...
  A: ah OK. So you want to create a dataset from access which contains the whole access db schema?. In ...
using dataset to get serial data into access7/20/2009Syed Rizwan Muhammad Rizvi
  Q: I have written an application which produces about 200 data items, each has name, value, type, ...
  A: once you have created a typed data set use the "accepted solution" on this link to create the ...
vb programming vechile registration checker7/19/2009Syed Rizwan Muhammad Rizvi
  Q: im trying to create a vehicle registration checker which needs Area Code containing two letters ...
  A: Well it appears that you will need to dive into the String class and its members and read about what ...
Question about saving file of excel in vb.net6/26/2009Syed Rizwan Muhammad Rizvi
  Q: I've created an aplication in vb.net that save a created file excel file from a datagridvieww, i ...
  A: Although the best method is that you record a Macro in Excel and save your file as excel 2003 this ...
to read Image files6/19/2009Syed Rizwan Muhammad Rizvi
  Q: We want to display the photos of students together with their other details. These photos are stored ...
  A: First of all ImageURL is not a method its a property. Seconly, the approach relates to ASP.net ...
sheduling vb.net application of sending mails6/18/2009Syed Rizwan Muhammad Rizvi
  Q: Let me iilaborately describe the scenario. I am to write a vb.net application which would read ...
  A: 1. You can use Task Scheduler or Write a windows service that does that for you. reg: ...
Help me! Please6/16/2009Syed Rizwan Muhammad Rizvi
  Q: please help me i need to pass a sql query results in an array I dont know how. Can you help me ...
  A: I still don't get why you need to your results in an array, the query results themselves are a ...
opening different file types from list box6/12/2009Syed Rizwan Muhammad Rizvi
  Q: I have a button on a form that opens a dialog box so that a user can pick a file. That file name ...
  A: You need to replace the following three lines with Shell(name): Set wks = GetObject(name) ...
Converting String value to Integer vb.net6/9/2009Syed Rizwan Muhammad Rizvi
  Q: VB6 Code: Dim lngDocSystemID As Long Dim lngEmpSystemID As Long Dim lngProfSystemID As Long ...
  A: Do you really need to use a fixed value string? I would suggest that you use String Builder class ...
VB6 Multiple DB connection in single SQL6/4/2009Syed Rizwan Muhammad Rizvi
  Q: Currenctly I am using VB 6 to develop this program. the problems I faced now is unable to connect to ...
  A: You generally cannot create queries which collect data from two different connections. Although you ...
Database Access in Visual Studio 55/29/2009Syed Rizwan Muhammad Rizvi
  Q: I am fairly adept in VB 6. I want to convert my vb6 program to vb.net 5. Access Databases. I am ...
  A: ADO is gone in the new version of .net its now replaced with ADO.Net and new controls for database ...
binary data to database5/22/2009Syed Rizwan Muhammad Rizvi
  Q: usually I can find what i'm looking for on the net, however, this one has me stumped. I have a ...
  A: This should help you: ...
Union/Map in VB.Net structures5/20/2009Syed Rizwan Muhammad Rizvi
  Q: Syed, I am trying to convert a FORTRAN program written on OpenVMS on a DEC VAX machine to VB.Net. ...
  A: First of all memory management in VB.net is automatic, you would read and understand how CLR works: ...
Upload Data through VB studio.5/18/2009Syed Rizwan Muhammad Rizvi
  Q: I plan to write a program in VB Studio where upload the data from file with either txt, csv or excel ...
  A: You could look into ...
Visual Studion 20055/5/2009Syed Rizwan Muhammad Rizvi
  Q: Would like to ask you how can my program develop in Visual Studion 2005 can control the user screen? ...
  A: Can this be done: Yes anything can be done. Should this be done: No. Reason: Thinking of different ...
VB.Net Deployment5/4/2009Syed Rizwan Muhammad Rizvi
  Q: Can we insert CD key or product key when we are making CAB files for our project? There are product ...
  A: This is for creating the key: http://www.vbcode.com/asp/showsn.asp?theID=2187 Additional Help: ...
wait for a page to refresh4/30/2009Syed Rizwan Muhammad Rizvi
  Q: I'm relatively new to VB.net (well to be truthful I'm new to Programming). Anyway I'm having trouble ...
  A: I would need a more detailed explanation than what you have provided. Are you writing a desktop ...
Folder and Register Permissions4/15/2009Syed Rizwan Muhammad Rizvi
  Q: I have to install a desktop application in a network environment. The installer creates some keys in ...
  A: reminds me it might be something to do with the DEP in Windows Vista. Try to add it to DEP as an ...
visual basic .net two questions4/11/2009Syed Rizwan Muhammad Rizvi
  Q: i was wondering if whether u could help me with two problems. i am making a application for my ...
  A: For your first problem I need to see the connection string first. For your second problem I would ...
random bindind3/26/2009Syed Rizwan Muhammad Rizvi
  Q: sir ,, im making a program that could choose a random data from my sql database and display it in a ...
  A: Private Sub Random(counter as integer) RndValue = Int(Rnd() * 3) If RndValue < ...

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


Questions by
Active Experts:
Syed Rizwan Muhammad Rizvi  

Email this page
     
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2006 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.