20,284 Topics
| |
I want to change the value & its backcolor of cell. On Button1_Click,I m adding records to the Gridview. On Button3_Click,I want to chnage the value of cell & its backcolor. Suppose two Rows & two columns are there in Grdiview 1 10 2 20 Suppose I want to change … | |
I was asked Suppose there is table A in DB,Suppose when we update that table,whose are two tables(Magic tables) that are updated other than table A? | |
Hi all, Got a real pain of a problem. Im using vb.net to write a dll for third party software (PreS) that has no COM interface but allows functionality to call DLL's. But it requires an entry point of UserInstruction. I have been doing some research and have found seen … | |
[COLOR="Green"]I am trying to send email from VB.Net using code posted below in VB 2008 Express, but get one error "Syntax error" and it points to [COLOR="Red"][B]Imports System.Net.Mail[/B][/COLOR]. I also would like to include required by server authentication as well as to make confirmation message box disapear itself after two … | |
I create a program that need to received some picture using socket programming, and coding for receiving picture is in background worker. PROBLEM : I need to make progress bar to show how much data I have received. my code still error... Help please... here's my code for received data … | |
What im trying to do is when someone checks a certain amount of items say like 6 then they try and select 7 it removes the 7th then a label says "Too many selections" and ive bin searching for like a day now and couldnt find anything and any help … | |
hi i am using [B]VB.NET 2003 [/B]and i want to export some data from a microsoft access database into a multidimensional array... how can i do that? i could not find a single example on this...pls help:'( | |
Hi, I am trying to make a quiz and i want it so, that if you get the correct answer you go to the next form and close the previous one but if not, it will make pop-up box that goes back to the question when pressed OK. Here is … | |
I want to learn VB or VB.net and want to use for my website (ASP.net) So which language should i learn first which help to create my website and which one is easy to Learn. Waiting for experts replies. Thanks | |
[CODE]Hello everyone, I am write a program, which have to read an excel file and save it in an access table. The excel file will be upload. The data will be read and saved in an access table named smsbestand. Can anyone one help here is the code: extension = … | |
Is there a way to increment a datetimepicker's value by 2 hours? I have it set to time only. | |
Hi, I need to create an EAN-13 Barcode with addon in vb.net... can anybody help me in doing this... Actually i could find some links which showed a way for creating an EAN-13 barcode and but i could not find any with the Addon.. Kindly help Thanks | |
Dear Friends I worked with VB.NET V 2005 In my project i have using so many sql statements (insert, update..) those working properly In newly i created form i have coded sql insert statement so when i execute it its getting error "Number of query values and destination fields are … | |
Hi, I am getting an error called 'Data type mismatch in criteria expression'. This only happen when I tried to add an item. Can anyone tell me what is the problem with my code? I am using access database. | |
Hi guys I've been having difficulties in publishing my project. Actually installing it, I can publish projects but I can't seem to install it. Everytime I publish it this error pops out: [B]Application validation did not succeed. Unable to continue.[/B] Here's the rest of the errors when I click the … | |
How i store and retrieve office files(.ppt,.doc,.html,.xls) & pdf in sqlexpress 2005 using vs.net 2008. Please Send me the steps in details. [B]Please give the answer in vb.net code (except asp.net or c++, java etc)[/B] | |
Hi all, just started working on .NET...:) I was making a MDI app with vb.NET and SAPI i used System.speech.recognition namespace and SpeechRecognizer element.. working for single doc.. bt when i go for new form with same giving [B]An error occurred creating the form. See Exception.InnerException for details. The error … | |
Hey Every body ! How do you write a custom class to instantiate aTabpage control with some tabpages containing user drawn controls in them.The class should find a place in a library. | |
My App updates two tables at once(username from accounts and orders), but if second tables does not contain the same record(no orders) then it only updates first table(accounts) This code works, but I am trying to merge them into a single string [CODE=vb] ' Multi: True = Update Both Tables … | |
Hi.. I want to access contacts from outlook 2007 by using VB.NET. How can I do it ? Tell me some basic step and procedure... | |
this is products.vb code file [CODE]Imports Microsoft.VisualBasic Imports System.Data.SqlClient ' Use the unique namespace for this application Namespace Proj06Web ' ' Name the Class Public Class Products Function GetAllCategories() As SqlDataReader ' Get all products as return a dataset to the caller ' uses sp_Get_Products stored proc to return all … | |
this is my code [CODE] If Me.txtOldPassword.Text = pwd Then Dim oledbcom1 As New OleDb.OleDbCommand oledbcom1.CommandText = "Update login Set password = ?" oledbcom1.Connection = oledbcon oledbcom1.Parameters.Add("?", OleDb.OleDbType.VarChar) oledbcom1.Parameters(0).Value = Me.txtNewPassword.Text.Trim oledbcom1.ExecuteNonQuery() oledbcon.Close() end if [/CODE] | |
How i access vs.net project using sql express 2005, From Multiple Pc. Tell me about the process in details to make access the project in a server network. Please Help me. | |
Hi I am trying to embed an excel document into my application because I want to open it in excel and copy it to a new workbook. How do I embed the excel file? I'm betting I have to convert it to a resource, but I don't know how to … | |
I have created a very long code on my app for checking if a record exist then insert. Is it possible for a single SQLString to check if records exist then update or insert? Sorta like [CODE] IF NOT EXISTS (SELECT column1 FROM table WHERE column1 = [COLOR="Red"]'sample1'[/COLOR]) THEN (INSERT … | |
hi ol, i m developing a sotware where i wanna filter a column in data grid with multiple string values. eg: column1 should display string1 value or string2 value or both.. im putting those stings in a list box and when i click a button those listed values should be … | |
After all the next next work, i reach the Install button and when i click on install it says "TITLE: Microsoft SQL Server 2005 Setup ------------------------------ Could not find a package to install on the installation media." How to solve this problem.. | |
hello, I have asp.net application.In that application i got SMS code for sending sms from my company.The code is in VB.net. I just want to call the sendsms() method which in Vb.net page.. How should i call dis method...??? | |
MySQL Does not UPDATE second column. [CODE=vb] SQL = "UPDATE sampletable SET column1 = 'C1sample1'" & _ ",column2 ='C2sample1'" & _ "WHERE column2 = 'C2sample1'" [/CODE] | |
hi....tell me hw to do add any date field to ms access using vb.net. i'm created ms access database field date/time datatype but can't add records to database,. how to get system date without time in vb.net....... |
The End.