20,278 Topics

Member Avatar for
Member Avatar for Texpert

Hi, I have two drop down lists boxes, upon page load first DDL gets populated and depending on user's selection on first DDL second DDL (child DDL) gets populated, works fine. My problem is when user goes back and makes another selection on first (parent) DDL (note that it's not …

Member Avatar for SolTec
0
134
Member Avatar for mbeshr

i face problem when i binid data from mysql dat base from vb.net 2005 using dotnet cinnector all data was show perfect except the auto increament field in the tables and i dont know why it didnt work please help mahmoud

Member Avatar for SolTec
0
93
Member Avatar for Proton

Hi, first off I'd like to say that this is my first post here. I just finished typing up a long explanation of my problem. And when I submitted it, I wasn't logged in anymore, so I logged in, but then subsequently lost my entire post. All I can say …

Member Avatar for SolTec
0
178
Member Avatar for soa24434

Hi. I have just recently bought Microsoft Visual Studio Professional 2005. It came with 14 CD's, which are SQL server 2005 Developer Edition 64-bit (2 cd's) SQL server 2005 Developer Edition IA 64-bit (2 cd's) Microsoft Visual Studio 2005 Pro Ed Academic (2 cd's) MSDN library for Visual Studio System …

Member Avatar for SolTec
0
141
Member Avatar for sniper1983

Hi.. I have to use a webservice on my current vb-classic page, and have some code (a webservice) written in vb.net which does match my requests. My question is wether I can use this .net webservice in my vb-page or not. I can not modify all the code to .net …

Member Avatar for SolTec
0
162
Member Avatar for nsm_madhavi

HAI! CAN ANYONE HELP ME TO RETREIVE DATA BETWEEN TWO DATES FROM MS-ACCESS USING VB.NET. I HAVE TAKEN DATETIMEPICKER CONTROLS. THIS IS THE CODE . ITS RETURS ERROR. PLEASE SOLVE THIS PROBLEM. Imports System.Data.OleDb Public Class Form7 Dim con As OleDbConnection Dim cmd As OleDbCommand Dim dr As OleDbDataReader Private …

Member Avatar for SolTec
0
634
Member Avatar for SolTec

I'm building an application in VB.NET and C#.NET similar to RDP in Windows XP. I'm having a problem getting the images of the screen captures in a WAN environment to be anything close to realtime. In the LAN environment, everything works really fast and is quite efficient. In the WAN …

0
64
Member Avatar for ericstenson

In classic ASP there is a recordset. In VB.NET is there the same functionality, or must one load the data into a datatable and fill the table with a dataadapter? Thanks, Eric

Member Avatar for SheSaidImaPregy
0
137
Member Avatar for pikkas

i have these 2 sql for creating 2 tables in my database, what i have to write to show that is one to many relationsip? [one supplier to many order status] CREATE TABLE Suppliers( SupplierID nVarChar(10) NOT NULL CONSTRAINT Suppliers_PK PRIMARY KEY, CompanyName nvarchar(40) NOT NULL, Description nvarchar(100) NULL, SortOrder …

Member Avatar for Jx_Man
0
106
Member Avatar for poonams

hi friends, Can i display the data in datagrid in pagewise manner.In my application i have large amount of data to show in a grid.is it possible that i can dispaly the data in page wise manner like we search in google & it display the result. Plz help me …

Member Avatar for Nick Evan
0
77
Member Avatar for polis77

I tried to install Microsoft Visual Studio .Net Enterprise Architect 2003 in my computer which has Windows xp pro. Installation fails at the last stage while installing Webbrowser components. The error message I got is Error 1937. An error occurred during the installation of assembly. 'Microsoft.mshtml,version="7.0.3300.0",publickey token="b03f5f7f11d50a3a",culture="neutral",Fileversion="7.0.3300.0". The signature or …

0
51
Member Avatar for SolTec

Is there some simple code to move first, previous, next and last in a dataset without using the wizard and creating your own buttons? Thanks in advance for any and all assistance, it it greatly appreciated.

Member Avatar for emurf
0
68
Member Avatar for narender_gandi

Hi all, hope everyone is rocking...Recently i am facing a problem with the exe which i have develped in vb.net1.0. Actually i have developed that application in the server i.e. in the Remote(RDP). The application contains a form in which it displays Date and Days 2 columns from the database …

0
50
Member Avatar for Raju5725

Hi All, How can I Change Local Machine IP Address without rebooting the machine using VB.Net. As I want to shift from one IP address to another IP address with application the effect should take place without rebooting the system. Thanks in advance. Raju

Member Avatar for SolTec
0
95
Member Avatar for rhinocort23

i am in severe need of help right now, anyone who has an idea, throw it out. i have visual studio .net 2003 just in canse it makes a difference. i am still working on my classes special project and am a lot closer. right now i have it look …

Member Avatar for SolTec
0
101
Member Avatar for Xooku

Hello there, I have a “load” event on a startup form with a notifyicon that starts a timer on another form to execute code at a given time from settings in My.Settings. This works well. Then I make use of a login form to stop the timer and load the …

Member Avatar for SolTec
0
124
Member Avatar for debra.duggan

Hi There Pls exscuse me I am an absolute newbie. I hv setup an vb.net 2003 app that accesses and old access mbd but i need to have the db created during setup - has anyone got any advice or ideas Thank u Colwyn

Member Avatar for SolTec
0
69
Member Avatar for successalways

Private Sub cmdLogin_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles cmdLogin.Click 'Declare connection string and assign 'a value to it. Dim str1 As String = "Data Source=PROSERVER;" & _ "Initial Catalog=SqlMagMemberApp;" & _ "Integrated Security=SSPI" 'Instantiate a connection. Dim cnn1 As SqlClient.SqlConnection = _ New SqlClient.SqlConnection(str1) cnn1.Open() 'Declare …

Member Avatar for SolTec
0
549
Member Avatar for nowitzk
Member Avatar for SolTec
0
365
Member Avatar for Jamesharks

I am trying to create a username and password script in access VBA. Basically I have created a form with 2 text boxes, one called username and the other called password. I have a table called user_info where the users password and username plus some other information is stored. The …

Member Avatar for SolTec
0
92
Member Avatar for sagedavis

Hi all, I am sort of new to using vb for this sort of thing. I've built some simple database stuff, for stand alone (non web) applications. I am calling a website into this program using the browser tool. I assume that this actually uses only IE7 browser (or whatever). …

0
66
Member Avatar for Gerhardt

VS 2005 SP1 VB .Net 2.0 I'm using toolstrips inside of a toolstrip container. I have each toolstrip's location setting bound to my.settings through the applicationsetting property. However when running my application the toolbars seem to move to some random location at startup. In the project's properties under the Setting …

Member Avatar for Gerhardt
0
84
Member Avatar for FallenPaladin

Hi, i am having a bit of trouble condensing some basic drag and drop code and i am hoping that someone can help me. to reduce code i have created a subroutine to handle the proces, however i still have a large number of event handlers calling this process. I …

Member Avatar for Ramy Mahrous
0
277
Member Avatar for Alekhan

Hello All, I am developing one software in which i am reading from CSV file, And I am able to see that data in DataGridView and now i want to copy that data into a table Name customer from database name MainData.mdb. While I wanna check that the CustomerCode already …

Member Avatar for Ramy Mahrous
0
94
Member Avatar for sudane

Hello all, this tools is used to load CSV files to SQL server table. all the tools that i found on the internet are not free, i have developed this tool so it can help you. regards download link here: [url]http://www12.sendthisfile.com/d.jsp?t=J8hEGXcRYqej3qrjku3N63Eh[/url]

Member Avatar for Jx_Man
0
254
Member Avatar for Derice

Hi, i am trying to build a frame where it will display images when i click on the "next" button. I am doing it in such a way that i insert these images into separate frames and showing these frames separely which i found it very tedious. Is there any …

Member Avatar for Ramy Mahrous
0
52
Member Avatar for sheenaW

How do you initialize an external component with vb.net? I am trying to Initialize a biometric device that will scan a finger print from a user and then transfer that image to a picture box in the windows application. 1. How do you get the code to start the device …

0
53
Member Avatar for shuncyk

Private Sub cmdCalc_Click() Dim Commission_Percent As Double Dim Total_Commission As Double Dim Sales_Price As Integer Dim Highest_Commission as Integer Sales_Price = txtSales_Price.Text Total_Commission = Sales_Price + Commission_Percent If Sales_Price < Total_Commission Then [Total_Commission = Highest_Commission] End If lblTotal_Commission .Caption = Total_Commission End Sub

Member Avatar for Jx_Man
0
40
Member Avatar for Steve17

Hi guys/girls i need help on my black jack code a.s.a.p. i got some of the code done but i don't think its right Dim a() As Integer 'Declare a as integer Dim c As Integer 'Declare c as Integer Dim inx, secc, k, levl, tm, totl, rund, rund1 As …

Member Avatar for Joni81
0
118
Member Avatar for gccriaz

can some one provide me a sample programe in vb.net which can just save, edit, search and delete records. thanks riaz

Member Avatar for Jade_me
0
90

The End.