20,285 Topics

Member Avatar for
Member Avatar for sreelakshmi

Is there any eventhandler for RichTextBox in vb.net to catch the selection of text event? I want to enable cut,copy,delete control mentu strip items on selecting text. Edit > cut,copy,paste,delete Only on selecting text the cut,copy,delete should be enabled Please help me out....

Member Avatar for poguemahone
0
119
Member Avatar for nadith_cs

i'm using visual c++ 2005 and in windows forms app how do i store a respond of a MSG box... the methods given in both MSDN new and the web mSDN doesn't seem to be working.if they worked in ur machine tell me the procedure i have to follow....plz help …

Member Avatar for harryl5
0
161
Member Avatar for c++ prog

can anyone suggest any website that will help me a lot on creating a simple chatbox? tnx

Member Avatar for Jx_Man
0
306
Member Avatar for Oxiegen

Hi, all! I'm trying to send a HttpWebRequest to an url that, other than %20, does not take escaped characters. But for some reason, when I do: [ICODE]_HttpWebRequest = DirectCast(System.Net.HttpWebRequest.Create(New Uri("http://web_address")), System.Net.HttpWebRequest)[/ICODE] I end up with an escaped uri string. For example, a string containing the swedish letters å, ä …

0
298
Member Avatar for sachinkumar75
Member Avatar for thud

I would like to use nested tokens. For example entering the following into textbox1: {red | green | blue | yellow} and pressing a command button could randomly place one of the above colors into textbox2 each time it is pressed. I would like to do the above as an …

Member Avatar for Nick Evan
0
233
Member Avatar for mark192

Is there a way to assign the ASCII values from a text box to a label on a form? Say the text box had the character "a" inputed, how would i translate that into its ASCII value? Also is it possible to do this with a string of characters? Say …

Member Avatar for SolTec
0
131
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
137
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
95
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
182
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
147
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
164
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
644
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
66
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
141
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
108
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
79
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
53
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
71
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
51
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
98
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
104
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
125
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
71
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
555
Member Avatar for nowitzk
Member Avatar for SolTec
0
369
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
96
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
68
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
86
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
353
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
97
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
255
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
54
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
55
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
42
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
125
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
92
Member Avatar for Dell XPS

i made a game that has a player and an AI player.... i use a timer for the ai player to make its moves and the keydown for the human player.... when the player presses a key(e.g A to go left) then the ai player stops moving or it moves …

Member Avatar for techniner
0
95
Member Avatar for GaryR

How about a few code snips to turn on/off the individual pins of the port. Not where the dll can be fund, not where you "think" it can be found. Just code snips. I've looked for ths for over 2 years, nada. I know what's on lvr. I know what's …

Member Avatar for GaryR
0
90
Member Avatar for ChadW

I've created a web browser (similar to the beginners project) with the following items: [LIST] [*]1 Text Box (for url entry, with "enter" support) [*]4 Nav buttons (Forward, Back, Go, Home) [*]1 Tabcontrol holding 2 tabbed pages[/LIST]Question: How do I get TabPage2 to navigate to the entered URL? Currently, only …

Member Avatar for r.anshul
0
130
Member Avatar for firebirds98

I am trying to write a program that reads in a text file and prints out how many # of each letter shows up for example if my text files is "Good food" there will be 2- d, 1- f, 1 -g, 4- 0. The problem that I am having …

Member Avatar for firebirds98
0
97
Member Avatar for c++ prog

can anyone plz tell me how to add a movie in the form?particularly mpg? any examples would really help me...tnx

Member Avatar for Jx_Man
0
72
Member Avatar for vsc33

Hello, I have a vb.net application that runs on a server. There are five client PC's that are connected to the server and all the data is saved on the server from my vb.net application. To add a record, two sql runs under Commit transaction. One runs an insert statement …

Member Avatar for Ramy Mahrous
0
169
Member Avatar for srinukatkam

Hi any one can help me ple that work is in repeator control is there in that some columns and rows there in that rows like 1 tp 100 numbers available but in first row for examle 9 will show it doesn't come net row like that use java script …

Member Avatar for Ramy Mahrous
0
74
Member Avatar for srinukatkam

Hi I am using 2005 vb.net in that five columns is there like Field, Default Label, Visible ,Custom Label, Sort Order, Field Default Label Visible Custom Label Sort Order AC_DOC_NO Accounting Document Number Select Sort Order 1 2 3 4 5 6 7 8 9 10 11 12 13 14 …

Member Avatar for Ramy Mahrous
0
105
Member Avatar for pohyf

hi everyone. can i know how to encrypt the password using different addition. example: 1st char +1 2nd char +5 3rd char +2 etc. i have mine done,but i only know to use hard coded password encrypt method. this is my code. [code] Dim Password As String Dim i As …

Member Avatar for pohyf
0
87
Member Avatar for sbv

hello friends, i am sending selection formula from code. something like ... CrystalReportViewer.selectionFormula = {MyViewForReport.Q_code}=" & cboQ.Item(i).value my req. is i want to send multiple values with " and " , "or" what i did is - "{VoterRegDetail_Qry.QualificationCode} = 1 and {VoterRegDetail_Qry.CasteCode} = 19 Or {VoterRegDetail_Qry.CasteCode} = 20" But its …

Member Avatar for sbv
0
186
Member Avatar for rhinocort23

i have found out how to track the mouse and the click of the mouse when it is over the for, how can i track it outside the form? also how do i record it and the timing of when keys are pressed? i need to make this program so …

Member Avatar for rhinocort23
0
76
Member Avatar for QuickBooksDev

I am using a DataGridView in VB.NET 2005 I will like to be able to edit the data entered by a user into the cells. I put in a Validating procedure but when I check the contents of the cell it is Nothing. Row = e.RowIndex : Col = e.ColumnIndex …

0
72
Member Avatar for ptaylor965

Is it possible to issue SQL Style Commands to manipulate data from XML Files ie. SELECT, INSERT, UPDATE and DELETE The reason i ask is the i want to write an appliclation that will store the database with the application but with out the user needing to have MSAssess (for …

Member Avatar for binoj_daniel
0
113

The End.