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 > .NET > VB.NET

SubjectDate AskedExpert

find a date2/4/2008Syed Rizwan Muhammad Rizvi
  Q: Using Microsoft Access VBA this is what I need to determine: On ODD Number years(2005,2007), the ...
  A: here is the pseudo code: Dim intYear as Integer = Year(Date) if inYear Mod 2 = 0 then 'Even Year ...
searching datagrid using vb.net2/4/2008Syed Adeel Rizvi
  Q: i created a datagrid and added a button and a label and a textbox to my form how can i do a search ...
  A: i have seen that if u search in datagrid then it will not highlight i prefer you to use this : Sub ...
small writing1/31/2008Syed Adeel Rizvi
  Q: ANSWER: Hello hmm where you can see the small font ? i mean on internet explorer or on ur desktop ...
  A: its so easy to fix that - listen open internet explorer then open some site ok - press your Ctrl Key ...
csv to excel convertion1/30/2008Syed Rizwan Muhammad Rizvi
  Q: Sir, I new to software field and dont know about VB.Net,But I would like to have a small ...
  A: http://www.softhypermarket.com/Advanced-CSV-Converter-download_38077.html Also, its as simple as ...
Friend function1/27/2008Syed Adeel Rizvi
  Q: I have some classes myA and myB and one Global function myF(). How can myF() have access to myA and ...
  A: r u using asp.net or vb.net i mean web or application if web then make a class file in folder ...
SQL IN VB.NET1/27/2008Syed Adeel Rizvi
  Q: i am doing a project in Visaul Basic to connect to an Oracle DB... I add a few buttons to the form: ...
  A: just Copy n Paste The Following code and Call The Procedures in their buttons ok Sub DeleteRecord() ...
connecting to an oracle DB(SQL)1/27/2008Syed Rizwan Muhammad Rizvi
  Q: I am building a program that connects to an oracle DB and I am havimg trouble with EXACT and PERSICE ...
  A: you need to paste exact errors that you are getting. I certainly do see your delete code as wrong ...
.NET and Visual Basic compatibility issue...1/23/2008Syed Rizwan Muhammad Rizvi
  Q: I have a C++ program that has a .NET wrapper. That .NET wrapper's functions are being called by a ...
  A: I dont know if it changes anything the way you want it to work, but can you try using & instead * ...
.NET and Visual Basic compatibility issue...1/22/2008Syed Rizwan Muhammad Rizvi
  Q: I have a C++ program that has a .NET wrapper. That .NET wrapper's functions are being called by a ...
  A: If you add your vb.net project and C++.net in the same project, and create references to the c++ ...
reading and writing to command prompt1/21/2008Syed Adeel Rizvi
  Q: sir iam doing my final year project in vb.net , and i have a problem in writing a command to command ...
  A: hmm Try This Private Sub btnRead_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) ...
vb.net 2008 and 20051/17/2008Syed Adeel Rizvi
  Q: We are a team and started a project in VS 2005; now I wanna switch to VS 2008 and not my team. I ...
  A: If u r sure that its not a beta version then work on 2008 and for libaries not all i say some ...
eventHandler in VB.net 20051/17/2008Syed Adeel Rizvi
  Q: I made a form in VB with an event and I raised the event in button1.click Then I handled it in ...
  A: Hmm Sir This code working fine with me - i have setup the frmmain to startup - and when i click on ...
2D contour plot using vb.net1/17/2008Syed Rizwan Muhammad Rizvi
  Q: I would like to write 2D contour plot routine in vb.net Lets say you have four values of a function ...
  A: 1. use img = new Image: g = new Graphics.FromImage(img): 'Do funky graphics stuff here: ...
2D contour plot using vb.net1/16/2008Syed Rizwan Muhammad Rizvi
  Q: I would like to write 2D contour plot routine in vb.net Lets say you have four values of a function ...
  A: http://msdn2.microsoft.com/en-us/library/system.drawing.graphics_methods.aspx The above link will ...
help me ;please urgent1/2/2008Syed Rizwan Muhammad Rizvi
  Q: I'm currently doing my final year project. And I had encountered a major obstacle: I'm using VB.net ...
  A: What you are trying to do is normally achieved very easily. In vb.net you can use a simple copyfile ...
vb.net1/2/2008Syed Adeel Rizvi
  Q: what is the code for uploading a file in vb.net? ANSWER: Hello Sir, Hmm On Button Click Event ...
  A: No Its Wrong Why are using Button Control - - No - See On ToolBar There Is a FileUpload Control Then ...
Random Array Sort12/28/2007Syed Rizwan Muhammad Rizvi
  Q: I am looking for a fast way to randomly sort an array. The type of elements doesn't matter and the ...
  A: Depending on your type and size of data there are various sorting mechanisms available that you can ...
WindowsForm vs. WidowsService12/27/2007Syed Rizwan Muhammad Rizvi
  Q: The following code works fine in a windows form: Private Sub udpserver_AfterReceive(ByVal sender ...
  A: I think windows service it all runs in a single thread. Or you might want to start a parametrized ...
barcode reader12/17/2007Syed Rizwan Muhammad Rizvi
  Q: I want to use barcode reader in my application. What should I do? do I need a special Dll for each ...
  A: did you search for free? and why not pay when you are getting paid for it. Free is not as good ...
vb.net12/13/2007Syed Adeel Rizvi
  Q: i have create one vb.net windows project. database i have used my project was mssql2005.how can i ...
  A: hmm - ok do copy your database file from C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\Data - ...
about date time saperator12/13/2007Syed Adeel Rizvi
  Q: helo, i take a datetime picker& that is also binded. i want to give input as "dd/mm/yy" so i wrote ...
  A: DateTimePicker1.DataBindings.Add("Text", ds.Tables(0).Rows(1), "date") u must check that line whats ...
filenames in a listbox12/5/2007Syed Adeel Rizvi
  Q: my problem is when i add a file it displays the full path instead of just the actually filename eg ...
  A: hmm its easy do following : If OFDAddMediaFile.ShowDialog() = Windows.Forms.DialogResult.OK Then ...
project installer12/1/2007Syed Rizwan Muhammad Rizvi
  Q: i got your answere that how can i creat *.exe for a vb.net project.i do everything as your ...
  A: Press CTRL + SHIFT + B on the IDE to compile the project. Then in the release folder you can find ...
datatable search11/30/2007Syed Adeel Rizvi
  Q: I am trying to write a recipe finder program which will search through a database (which I have ...
  A: hmm ok simple is get the selected name in some varible from listbox ok then using sql qurey get the ...
vb.net text box11/24/2007Syed Adeel Rizvi
  Q: please how can I restrict the data input into my text box to strictly numbers. e.g age, salary etc.
  A: hmm you want to restrict the the numeric values sir if yes then use the textbox1_keypress event in ...
vb.net in Internet11/14/2007Syed Rizwan Muhammad Rizvi
  Q: Syed Rizwan I am develop a project using VB.NET, database SQL SQRVER 2000 and ...
  A: You will need to upload your database (using maybe backup and restore procedure) through your ...
DateTimePicker populate DataGrid11/12/2007Syed Rizwan Muhammad Rizvi
  Q: I'm trying to get a datetimepicker to filter and populate datagrid with the filtered data. Any ...
  A: There are two steps to it: 1. You need to trap valuechanged event for DateTimePicker control. and ...
how to find record in datagrid??11/3/2007Syed Adeel Rizvi
  Q: I am quite new to vb.net and I want to find a record in vb.net. I have tried this code but nothing ...
  A: Hmm Sir You Need To Create A PrimaryKeys For That Check This Following Code Which Wrote For You : ...
many to many in treeView10/28/2007Syed Rizwan Muhammad Rizvi
  Q: How can I show a many to many relation in treeview? I have a self referencing table in db and i ...
  A: Not that difficult you would need to build a recursive function which is passed a node and PK value. ...
Follow up to adding a new row.10/26/2007Syed Adeel Rizvi
  Q: After I add a new record it writes it to the database however it does not displayed in the text ...
  A: .. No Error at all Dim IRow As Integer = 0 Dim ds As New DataSet Dim da As ...
Follow up to adding a new row.10/26/2007Syed Adeel Rizvi
  Q: After I add a new record it writes it to the database however it does not displayed in the text ...
  A: Sir Hmm ... Try This If ds.Table("AddressBook").Rows.Count > 0 Then .. and check is data adding to ...
Follow up to adding a new row.10/25/2007Syed Adeel Rizvi
  Q: After I add a new record it writes it to the database however it does not displayed in the text ...
  A: Sir Your Answer Is Do Following . : Private Sub LoadDb() Conn.Close Conn.ConnectionString = ...
Can't see added records10/24/2007Syed Adeel Rizvi
  Q: I have a routine that adds records to an access database however I can't see the added records until ...
  A: OK Last n Final Thing please give me that whole code u r using .. please its so simple to refresh ...
Can't see added records10/22/2007Syed Adeel Rizvi
  Q: I have a routine that adds records to an access database however I can't see the added records until ...
  A: Sir You Mean That This Code Adding The New Row But You cant able To refresh the datagird or ...
too many window forms10/20/2007Syed Adeel Rizvi
  Q: I have used a Tab control .Each tab page has 6-7 button controls,each of which links to another ...
  A: You Ask Me 2 Question Mail me your email address i will mail u my interview .. ok mail me at ...
Determine # of rows10/19/2007Syed Adeel Rizvi
  Q: I'm trying to determine the number of rows in a dataset and get the following error in my form load: ...
  A: hmm Your Call This Command On Form Load ... it will not work becuz dataset is emtpy and not set by ...
Looping through MP3 files in VB.Net10/18/2007Syed Rizwan Muhammad Rizvi
  Q: Salam. I want to play files like d1.mp3, d2.mp3, d3.mp3,.....,d9.mp3 continuously from d1 to d9. I ...
  A: Havent used MMCOntrol for a long time I guess the following code will do the job, its more like a ...
Looping through MP3 files in VB.Net10/17/2007Syed Rizwan Muhammad Rizvi
  Q: Salam. I want to play files like d1.mp3, d2.mp3, d3.mp3,.....,d9.mp3 continuously from d1 to d9. I ...
  A: I guess that you are not putting delay or wait statements inside your loop which actually waits for ...
vb.net10/12/2007Syed Adeel Rizvi
  Q: i need sample code to insert a row in a datagridview. In that row i want to calculate the mean of ...
  A: hmm you want to add a row n do the calculation of above rows data ... sir i want to ask some ...
Get error invalid parameter loading images from SQL server !!10/4/2007Chris
  Q: I'm new in VB.NET and trying to load image from SQL server using Picturebox control but it was ...
  A: First, you'll need to load the FileStream into a BitMap object: '----------------------------- ' ...

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.