19,728 Topics

Member Avatar for
Member Avatar for PysKo

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 …

Member Avatar for TomW
0
144
Member Avatar for tripes

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:'(

Member Avatar for TomW
0
52
Member Avatar for maccyjam

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 …

Member Avatar for TomW
0
87
Member Avatar for umairraja52

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

Member Avatar for Vineeth K
-1
242
Member Avatar for djmd60

[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 = …

Member Avatar for TomW
0
129
Member Avatar for Merovingian

Is there a way to increment a datetimepicker's value by 2 hours? I have it set to time only.

Member Avatar for TomW
-1
71
Member Avatar for hkarthik

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

Member Avatar for fridge25
0
65
Member Avatar for NelsonRodrigo

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 …

Member Avatar for padtes
0
98
Member Avatar for Time Indicator

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.

Member Avatar for nayanika
0
739
Member Avatar for Alphard

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 …

0
61
Member Avatar for aashiq

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]

0
38
Member Avatar for shikamaru

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 …

Member Avatar for shikamaru
0
240
Member Avatar for Hayagriva

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.

Member Avatar for kvprajapati
-1
40
Member Avatar for yorro

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 …

Member Avatar for yorro
-1
105
Member Avatar for nilesh1foru

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

Member Avatar for jbennet
0
106
Member Avatar for stylesum2009

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 …

-1
50
Member Avatar for babbu

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]

Member Avatar for TomW
-2
180
Member Avatar for aashiq

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.

0
48
Member Avatar for wallance

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 …

Member Avatar for wallance
-1
109
Member Avatar for yorro

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 …

Member Avatar for yorro
-1
490
Member Avatar for hussain3874

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 …

Member Avatar for TomW
-1
88
Member Avatar for navinkumar

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

Member Avatar for navinkumar
-1
96
Member Avatar for yorro

MySQL Does not UPDATE second column. [CODE=vb] SQL = "UPDATE sampletable SET column1 = 'C1sample1'" & _ ",column2 ='C2sample1'" & _ "WHERE column2 = 'C2sample1'" [/CODE]

Member Avatar for yorro
-1
96
Member Avatar for kcvenkat87

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

Member Avatar for kvprajapati
-1
115
Member Avatar for coolheadedguy

I am currently working on my final year project and i researching into building an Information system with SQL as database and ASP.Net as an interface? I just want to know if VB6 has the capabilities of been used as a tool to develop an Information system, integrating SQL and …

Member Avatar for kvprajapati
-1
98
Member Avatar for murid
Member Avatar for jbennet
-1
71
Member Avatar for Baillie11

Hi all I am creating an app that utilises and MS Access back end and queries it quite a bit at various times. What I would like to do is bring in an entire table and then query the row(s) i want as I need them. This is what I …

Member Avatar for TomW
-1
134
Member Avatar for realone

pls i need to call a private sub from another private sub.i.e calling dgrid_cellclick from del_click with the sender and e parameters [code]Private Sub Dgrid_Cellclick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles Dgrid.CellClick Dim i, j As Integer i = e.RowIndex j = e.ColumnIndex If (Dgrid.Item(0, i).Value) Then TextBox2.Text …

Member Avatar for sknake
-1
110
Member Avatar for yorro
Member Avatar for Ulukay

I want to make a hardcopy at runtime of my active form like this [CODE]PrintForm1.Print(Me, PrintForm.PrintOption.FullWindow)[/CODE] It Prints , but i cant get the printer to rescale the screen to fit on one A4 Does anyone knows how to make the screen fit on the page ?

Member Avatar for Ulukay
-1
102

The End.