20,284 Topics

Member Avatar for
Member Avatar for allopiloping

dear guys... i have a code but it runs so slowly i would it to make it fast...can u help me?? what should i do??? [code] Var2 = 0.1 For y = 0 To jlhPro - 1 Do Var1 = Var2 For z = 0 To thn - 1 kata …

Member Avatar for dadelsen
0
153
Member Avatar for mfahmy2008

I have a text file contains non delimited data (Each row consists from 16 fields and has a 131 byte) I used this code to load it's data into datagrid(I have visual basic 2005) The program work fine Now I want load this datagrid into access database I try to …

0
82
Member Avatar for CornerAnalyst

I need to be able to perform the creation of HTML controls (i.e. Tables, form controls) from inside of a DLL in vb.Net I have searched Goggle far and wide for what Import statement references the HTML objects. Imports System.Web doesn't do it. I would like to do something like: …

Member Avatar for CornerAnalyst
0
113
Member Avatar for herbally

Ok, I fill my dataset in the form_load event, and the datagrid loads up with the data fine. I can search it and update/add members. When another machine on the network adds a member (haven't even tested an update yet) it sends a message to the machine in question telling …

0
43
Member Avatar for virendra_sw

Hi, We have developed one small project in vs2005 (VB .Net). In all Operating System we successfully able to launch the exe except windows server 2003. In windows server 2003 it is giving error like this "the application has failed to start because the application configuration is incorrect. Reinstalling the …

0
59
Member Avatar for mfahmy2008

I have a text file contains non delimited data (Each row consists from 16 fields and has a 131 byte) I used this code to load it's data into datagrid(I have visual basic 2005) The program work fine Now I want load this datagrid into access database I try to …

0
82
Member Avatar for bunary2k

i have 2 tables : 1.Ms_Menu Menu_Id,Menu_Name 001 | Menu1 002 | Menu2 003 | Menu3 2.Tbl_User User_Id,User_Name,Menu_Id User1 |Name1 |001 User1 |Name2 |002 User2 |Name2 |002 i want to joined 2 tables using UNION(or other way if works is fine->left/right join) my coding : [code=sql] SELECT User_Id,User_Name,Menu_Id,'' Menu_Name FROM …

Member Avatar for debasisdas
0
116
Member Avatar for Aigini

In an interface there are 5 tabs (Tab 1 to Tab 5). Each tab has a Binding Navigator to Add, Delete, Save, Edit items. For Tab 2 (subcategory for tab 1), the Delete button in the Binding Navigator has the following code. Tab 3 is the subcategory for tab 2, …

0
64
Member Avatar for Aigini

An interface has a few tabs on it. (Tab 1 to Tab5). Tab 1 is labeled Item Category Level 1 and the following tabs are named accordingly. Tab 2 is Item Category Level 2, Tab 3 is Item Category Level 3 and so it goes. Item category level 2 has …

0
55
Member Avatar for witternb

Hello Everyone, I am very new to VB and currently using VB Express 2008 to create a simple program. However, I am running into a syntax error on my update code. I have done some research on the web but cannot find a common thread. I am hoping some of …

Member Avatar for witternb
0
144
Member Avatar for dan_e6

hey guys. here is a scenario: i have a form named frm1 and a variable in it [CODE] private x as integer = 0[/CODE] and another form called frm2 that needs to be able to make a local copy of "x" from frm1 and any changes made to "x" on …

Member Avatar for Jx_Man
0
185
Member Avatar for Aigini

Part of my code for an Update/Save button in a Binding Navigator is as below : [B]dsInventory.inv_itemsubcategory.Addinv_itemsubcategoryRow(Trim(CatCodeTextBox1.Text), CatItemDescTextBox1.Text)[/B] When I move my mouse to that line of code, there is a message that says : Overload resolution failed because no accesible 'Addinv_itemsubcategoryRow' accepts this number of arguments. Why is this …

Member Avatar for Jx_Man
0
91
Member Avatar for dhanashreegd

Dim strSql As String strSql = " Select * from quazatoknitting where yarn_recchno= '" & txtchno.Text & "'" Dim strSql1 As String 'strSql1 = " Select rec_qty from recfromknitting where yarn_recchno= '" & txtchno.Text & "'" Dim da As New SqlDataAdapter(strSql + strSql1, objconnection) Dim dt As New DataTable da.Fill(dt) …

Member Avatar for Jx_Man
0
79
Member Avatar for eng.N

hello, I need to register a new Employee's Car , In my database , there are two tables ( Car_info , Emp_Info ) and I created a relation between them : (Car_info table) Column [B]Car_no [/B]As [B]Primary Key [/B] and (Emp_info table) Column [B] Car_no [/B]As [B]Foreign Key [/B]. [COLOR="Green"]This …

Member Avatar for eng.N
0
87
Member Avatar for Pgmer

Hi all Im loading list box with availabel datetime formats . but it is loading all the date time formats twice... here is my code: Dim dateTime As DateTime = New _ DateTime(Now.Year, Now.Month, Now.Day, Now.Hour, _ Now.Minute, Now.Second) Dim d() As String = Nothing d = dateTime.GetDateTimeFormats() lstdateandtime.Items.AddRange(d) how …

Member Avatar for Pgmer
0
166
Member Avatar for eparse

Hi all, I am facing some error on the database: I declare a field in my database as VARCHAR(50), and i try to modify it to INTEGER(50), However i get this: ERROR 1264 (22003): Out of range value adjusted for column 'MP1T' at row 2 And the field with data …

Member Avatar for ericstenson
0
128
Member Avatar for fujilec

Em, how to convert a blank data to INTEGER? I use the code as shown below: [code] MP1T(hour, 0) = Convert.ToInt16(rs.Fields("MP1T").Value) [/code] but then the field MP1T is previously in VARCHAR format. It runs smoothly until it found out that the field is blank and cannot be converted. How can …

Member Avatar for selvaganapathy
0
164
Member Avatar for omotoyosi

Pls all, i want to search for data using two tables e.g search for date where location = nigeria and state = lagos. i want it to search for only student from nigeria and state from lagos. pls how will i go about it. expecting response soon

Member Avatar for Jx_Man
0
57
Member Avatar for dhanashreegd

I want to display multiple records from multiple table in datagrid Please help me, How I will use the datagrid in vb.net

Member Avatar for Jx_Man
0
90
Member Avatar for stoneferry

Hi, I'd like to know the easiest method, using VB (2005) of sending a local file to a remote location using any file transfer protocol in particular, FTP perhaps. Would like to know the quickest way of achieving this. Does anyone have any code, third-party code suggestions? Thanks Stoneferry PS: …

0
51
Member Avatar for Aigini

A form has several tabs on it. The tabs are Item Category Level 1, Item Category Level 2, Item Category Level 3, till Item Category Level 5 . Item Category Level 2 is the subcategory of Item Category Level 1, Item Category Level 3 is the subcategory for Item Category …

0
79
Member Avatar for herbally

I'm trying to add a row to my dataset using the following: [CODE] Dim foundRow As DataRow = DsMembers.Members.NewRow foundRow("FirstName") = scannedMember.FirstName foundRow("MiddleName") = scannedMember.MiddleName foundRow("LastName") = scannedMember.LastName foundRow("Address") = scannedMember.Address foundRow("City") = scannedMember.City foundRow("State") = scannedMember.State foundRow("Zip") = scannedMember.Zip foundRow("DOB") = scannedMember.DOB foundRow("TDL") = scannedMember.TDL foundRow("MemberID") = scannedMember.MemberID foundRow("DateJoined") …

Member Avatar for dadelsen
0
170
Member Avatar for prasadsatam

I want to display multiple tables record into datagrid (challan number wise). Please help me. how will i can use datagrid.

Member Avatar for Jx_Man
0
85
Member Avatar for Sawamura

Hi all... I got problem here.. I want to search how much a certain characters in words in text box. Please help me to solve this...

Member Avatar for Sawamura
0
252
Member Avatar for rechalg

Okay so I want to be able to click a button in Excel and have the sort dialogue box pop up. Everything I've read so far only explains how to automatically sort with a macro. I need a macro that just makes the box pop up for the data that …

0
44
Member Avatar for Naruse
Member Avatar for Jx_Man
0
228
Member Avatar for Vega_Knight

help me to make a factorial function. Please help. any help will appreciated much...

Member Avatar for Jx_Man
0
132
Member Avatar for x2per14

can any1 help me to connect my project to ms access database. i'm a newbie in vb.net. this is my code in vb6 to connect to the database can any1 help me to do it vb.net..hope sumbody can help me.. this is how i do it in vb 6 1. …

Member Avatar for Jx_Man
0
153
Member Avatar for Jade_me

Please help me i try to display all instances of SQL Server in a combobox. Any help is greatly appreciated.

Member Avatar for Jade_me
1
109
Member Avatar for ITKnight

does anyone know how to run any app that it write some vbscript or javascript or html from in vb???

Member Avatar for ITKnight
0
76

The End.