| Subject | Date Asked | Expert |
|
| subtraction | 4/2/2008 | Syed Rizwan Muhammad Rizvi |
Q: i don't know if this is still VB.NET or sql but here it goes: myd = .runQuery("SELECT ... A: myd = .runQuery("SELECT tbltrcclient.ClientID, tbltrcservice.ServiceID, tbltrcservice.`Date`, ...
|
| lockdown application | 4/2/2008 | Syed Rizwan Muhammad Rizvi |
Q: Is there a fairly simple method to ensure that an application you distribute to paying customers ... A: Food for thought: Are Microsoft Products not pirated anymore? Is there any company in the world ...
|
| VB.Net Objects on a Form Not Visible | 3/31/2008 | Syed Rizwan Muhammad Rizvi |
Q: This is probably a really stupid question but for some reason the NEW OBJECTS (like buttons, list ... A: I am assuming that by "new objects" you meant, new objects created using code. I am also assuming ...
|
| Datagrid with Images | 3/28/2008 | Syed Rizwan Muhammad Rizvi |
Q: I want to retrieve images from Access Database and display it in Datagrid. Columns: ======== ID ... A: For this you will have to write some funky javascript to show a bigger image on mouseover and ...
|
| Upgrade procedure from VB.NET 2003 to VB.NET 2008 | 3/28/2008 | Stephen Jackson |
Q: please can u give me a hand in this task; I have a project ASP.NET created in VB.NET 2003 that is ... A: Carolina, I am not sure how much help I can be, but I will take a show here. I have not yet worked ...
|
| format in DGV | 3/28/2008 | Stephen Jackson |
Q: How do I change the format of my column in my datagridview? ‘cause I want to change a specific ... A: Enrico, I am copying a sample below. There is a Format property on the column object; just set it ...
|
| Run time Create Dataset-Databinding-Datagrid | 3/27/2008 | Stephen Jackson |
Q: I am getting error when i am running this code: Outputwanted: I want to fetch the all data from a ... A: This is a rather different way of handling this than I have ever done (perhaps an example from ...
|
| Search codes | 3/26/2008 | Syed Rizwan Muhammad Rizvi |
Q: this is my search code: myd = .runQuery("SELECT Lastname, Firstname, Barangay, TypeofSeed, ... A: Should be: myd = .runQuery("SELECT Lastname, Firstname, Barangay, TypeofSeed, TypeofArea FROM ...
|
| vb.net - adding/averaging numbers in listboxes | 3/26/2008 | Syed Adeel Rizvi |
Q: I know there are a lot of resources out there but I just figured there has to be some one here that ... A: u need average of all 5 numbers ? if yes then simply do that make a varible dim totalno as long ...
|
| vb.net - adding/averaging numbers in listboxes | 3/26/2008 | Stephen Jackson |
Q: I know there are a lot of resources out there but I just figured there has to be some one here that ... A: Tim, Luckily, VB.NET makes this easy! Have your users separate their values with a delimiter (we ...
|
| datagridview | 3/26/2008 | Stephen Jackson |
Q: how do you hide a column in your datagridview? A: enrico, You need to use a DataGridTableStyle object. This object will reveal the attributes you ...
|
| combobox | 3/24/2008 | Stephen Jackson |
Q: how do i create such combobox that its fields are derived from a certain table of my database and ... A: enrico, It sounds then as though you will want to actually use more than a data column and a ...
|
| DataSet in VB.net | 3/22/2008 | Syed Adeel Rizvi |
Q: What is DataSet in Vb.net, When i can use DataSet.please Give me some code that is Use dataset.I am ... A: Dataset is just like a table structure Like Table - 0 |_ Rows & Column Dim Ds as new ...
|
| combobox | 3/19/2008 | Stephen Jackson |
Q: how do i create such combobox that its fields are derived from a certain table of my database and ... A: Enrico, Before I can answer the question, I need to clarify it. Do you wish to populate a combo ...
|
| update command | 3/18/2008 | Stephen Jackson |
Q: my update command works just fine and i have three fields that represents double because they are ... A: Enrico, This one will come up a lot. I recently fought with such an error only to finally realize ...
|
| Coding in VB.NET | 3/17/2008 | Syed Rizwan Muhammad Rizvi |
Q: Basically I am trying to create a type of calculator to calculate the area of shapes such as the ... A: atleast come up with some basic code that I can help you fix. Converting formulas to a structured ...
|
| change value in data grid view | 3/14/2008 | Syed Rizwan Muhammad Rizvi |
Q: how do i change the values in a particular column in my data grid view? ANSWER: Changing the value ... A: In sql server the boolean values are always represented as 0 or 1. You might to change the data type ...
|
| vb.net and databases | 3/12/2008 | Syed Adeel Rizvi |
Q: i have database with usernames and passwords and would like to know how i can create a login page ... A: its so simple do this : Dim Conn as new Data.OleDB.Connection Dim Cmd as Data.OleDB.Command Sub ...
|
| DLL calling a function in a VB program | 3/7/2008 | Syed Rizwan Muhammad Rizvi |
Q: VS 2008 I have created a C++ smart device DLL and added it to my project. From my VB program I ... A: Rather than asking you to write wrappers etc. I would suggest that an easier way would be to write ...
|
| search code... | 3/4/2008 | Syed Rizwan Muhammad Rizvi |
Q: i'm using VB.net as my front end and mysql as my backend. i'm actually new to this program and my ... A: I am guessing you would be an expert in writing SQL? and, I dont know, what alternative does mysql ...
|
| DATASET VISUAL STUDIO 2008 | 2/26/2008 | Stephen Jackson |
Q: I am relatively new to vb.net and i have a problem with a dataset in my application. I have ... A: Thomas, I should say that I am not yet in Visual Studio 2008, and still in 2005. I have, however, ...
|
| Parsing | 2/26/2008 | Syed Rizwan Muhammad Rizvi |
Q: Sorry couldnt ask any more followups.....i just want the first 7 characters from that line to be ... A: You syntax should then be: TextBox1.Text = strFields(0) TextBox2.Text = strFields(1) TextBox3.Text ...
|
| access database help | 2/25/2008 | Syed Rizwan Muhammad Rizvi |
Q: net 2003 here is the code for you to look at for me thank you. Imports System.Data.OleDb Friend ... A: Can you please tell me what is the update command which is attached with ContactsDataAdapter. Also ...
|
| Reading text file and parsing | 2/24/2008 | Syed Adeel Rizvi |
Q: It is saved in a text file. I have to read it, and get the info i need and rubbish the rest, and ... A: Well Let me know you that im not rizwan im his brother adeel rizvi ... if you want the answer ...
|
| Reading text file and parsing | 2/24/2008 | Syed Rizwan Muhammad Rizvi |
Q: It is saved in a text file. I have to read it, and get the info i need and rubbish the rest, and ... A: I am assuming by bits you mean the comma seperated values. This is very easy to achieve in VB.Net. ...
|
| access database help | 2/23/2008 | Syed Rizwan Muhammad Rizvi |
Q: net 2003 here is the code for you to look at for me thank you. Imports System.Data.OleDb Friend ... A: Three Problems that I can see immediately: 1. ToyDataSet is not Global so its not accessible inside ...
|
| simulation | 2/18/2008 | Stephen Jackson |
Q: How can i simulate or implement "windows command prompt" with Visual Basic? ANSWER: mehdi, The ... A: mehdi, If you are using a web application form such as C# or ASP.NET then you can simply create a ...
|
| printing excel | 2/17/2008 | Syed Adeel Rizvi |
Q: net 2003 when i click print i get a blank sheet of paper hope you can help here is my code for you ... A: Hmm Of Course It Will Print Blank - Becuz There is no Linking Between Browser Control and ...
|
| User Control | 2/15/2008 | Syed Rizwan Muhammad Rizvi |
Q: Can only send so many follow ups, but I would send the project in email but you didn't provide an ... A: After looking at the code, What you did is all right, but to set it up more properly I would make ...
|
| Move an asp website to another host server | 2/11/2008 | Syed Rizwan Muhammad Rizvi |
Q: There is a website where i need to move it to another host server. It's a asp website with database. ... A: you are better off explaining the situation to the new hosting provider's technical staff they can ...
|
| move asp website follow up | 2/11/2008 | Syed Adeel Rizvi |
Q: the problem is that i cannot use my original email because i can't remember the password. A few ... A: 1 . If Its ASP Supported Then Leave The IIS its mean that IIS 6 is installed on the server becuz its ...
|
| Dynamic User Control with buttons | 2/10/2008 | Syed Rizwan Muhammad Rizvi |
Q: I have created a user control with a button on it, when I add this to a form dynamically (more than ... A: Normally you would create event handlers for those buttons inside the user control. But I guess you ...
|
| Disable Copying of file from USB flash drive | 2/10/2008 | Syed Rizwan Muhammad Rizvi |
Q: Good day. I would like to know the code on how to disable the copying of file from USB flash drive ... A: Not sure if this is what you require: ...
|
| i need a help | 2/10/2008 | Syed Adeel Rizvi |
Q: i am actually confused in which programming language should i select between C# and VB.NET. and as ... A: well who say that you can make the program for vb6 its a .net version then how you can make the ...
|
| i need a help | 2/9/2008 | Syed Adeel Rizvi |
Q: i am actually confused in which programming language should i select between C# and VB.NET. and as ... A: hmm C# is powerfull lanaguage but its hard to write the code and VB is the easy understanding ...
|
| Move asp website to another host server | 2/8/2008 | Syed Adeel Rizvi |
Q: There is a asp website which they want me to move to another host server, it's website with an ... A: hmm do the following : 1. Check The Hosting Performance - If Its Windows Based Or Liunx Based. 2. ...
|
| insert rows of datagridview into sql server table | 2/8/2008 | Stephen Jackson |
Q: I am new to VB.net programming. I need your help in the following issue. I have a excel data with ... A: Mahesh, Office automation is always a tricky business, especially when you wish to take data from ...
|
| posted regarding "next", "previous" and "save" | 2/8/2008 | Stephen Jackson |
Q: i came upon your site and saw how you were able to help this programmer. i have a similar question ... A: William, I just happened to catch this before I go to bed so let me see if I can help. If I ...
|
| asp.net using vb.net | 2/7/2008 | Syed Rizwan Muhammad Rizvi |
Q: how can i convert my data stored in datagrid to a msword table A: if you are talking about doing it off screen then simply copying and pasting the grid into msword ...
|
| Wait For Load (Web Browser) | 2/5/2008 | Syed Adeel Rizvi |
Q: I've been messing around with some basic web automation using visual basic. I can get it to ... A: its so easy use this Private Sub wb_DocumentCompleted(ByVal sender As System.Object, ByVal e As ...
|