20,284 Topics

Member Avatar for
Member Avatar for Dorayaki

Hello... I want to ask how to change text from richtextbox/textbox ? For example I have the sentences "The bird fly away" I want to change it into [COLOR="red"]Fly [/COLOR]bird [COLOR="red"]the [/COLOR]away I tried some code like this [CODE]TextBox2.Text = TextBox2.Text.Replace(Fly, The) TextBox2.Text = TextBox2.Text.Replace(The, Fly)[/CODE] it become The bird …

Member Avatar for kvprajapati
0
154
Member Avatar for hiz460

Hi, Im trying to add a code which adds a record for me and then saves it. I am also trying to add a code which deletes the record for me. So far, my "Add" button, clears the form, which is what I want. Then when I click on save, …

Member Avatar for hiz460
0
232
Member Avatar for hiz460

Hi, Im trying to add a code which adds a record for me and then saves it. I am also trying to add a code which deletes the record for me. So far, my "Add" button, clears the form, which is what I want. Then when I click on save, …

Member Avatar for hiz460
0
191
Member Avatar for Artgenos

We use Netmeeting alot where I work and to make life easier I am trying to write a program that will find the machine name, IP address and MAC address with just a login name. Right now I can get the IP address from the DNS entry. But I am …

Member Avatar for peter_budo
0
139
Member Avatar for 0xbadcode

Hello mates, I want to dig deeper on WebBrowser Control programming, I searched in Microsoft's MSDN for advanced WebBrowser Control, But I didn't find the one that I want to take-up, It's about Converting Web Objects to its own type, let's say Flash Embed object to type of Flash will …

0
136
Member Avatar for xfrolox

To Read and Write [CODE]#Region "API Calls" Private Declare Unicode Function WritePrivateProfileString Lib "kernel32" _ Alias "WritePrivateProfileStringW" (ByVal lpApplicationName As String, _ ByVal lpKeyName As String, ByVal lpString As String, _ ByVal lpFileName As String) As Int32 Private Declare Unicode Function GetPrivateProfileString Lib "kernel32" _ Alias "GetPrivateProfileStringW" (ByVal lpApplicationName As …

0
64
Member Avatar for xfrolox

Well I'm trying to make a tool for a game for learning purposes and i can't figure it out, I have Checkbox1 and a button The button saves the ini with the checkbox1.CheckState correctly and when i open it the Checkbox1.CheckState is checked so it works, but when i Delete …

Member Avatar for xfrolox
0
268
Member Avatar for Bold Eagle

How do you change the size of a listview when the number of rows grow when a different where select is commanded on textchange. I have a textchange on coustomer name which fills the listview with just the names that start with the letters as they are typed in, this …

Member Avatar for NeilClayton
0
80
Member Avatar for london-G

hello I would like to know if it is possible to store an array within a structure. For examples for recording people with more than one name. Like this: Structure Product_Reccord Dim PNames(3) as string end structure It is giving me an error, help please!!

Member Avatar for NeilClayton
0
93
Member Avatar for awtz123

hey, im new here and i need help in installing vb.net express edition 2008 in windows virtual pc - win xp, i use win7ultimate anyway. When install, it goes like this. please help i badly need to run it. I have installed MSsql 2000 and 2005 in virtual xp w/ …

Member Avatar for awtz123
0
106
Member Avatar for ana_eht

hi everyone i'm sorry i know i am asking simple questions but i really cannot understand the problem with my code here i wrote a code for the cash register ( except two buttons : clear and delete ) but it doesn't work i think something is wrong with the …

Member Avatar for ana_eht
0
150
Member Avatar for chesterbarry
Member Avatar for tanvirahmad

Hi Experts In VB .net form, How I can close/off Title Bar and how can set border width = 0 or close Border

Member Avatar for kvprajapati
0
101
Member Avatar for eyein

i'm trying to create a rogramme that will compare the arrays between richtextbox1 and richtextbox2. if there is any error(s),then i will highlight the current array line in the richtextbox1. e.g.,if array1(7) <> array2(7) then i will highlight only array1(7) which is in the richtextbox1.how can i do this...? I …

Member Avatar for kvprajapati
0
89
Member Avatar for Manolo310

Hi, i need to search all cells inside a dataviewgrid in VB.net starting with "www" , once i found one cell apply a background color to the complete row and get the next cell with the same String. Part of my code: *********************** [code] Protected Sub Page_Load(ByVal sender As Object, …

Member Avatar for kvprajapati
0
110
Member Avatar for jonniebl

I am new to visual basic 2008 and am trying to navigate to a web site and automatically enter my username and password from within a visual basic program. Then I want to navigate to another page and fill data in various fields on the page. I can navigate using …

Member Avatar for kvprajapati
0
149
Member Avatar for technogeek17

Ok, I am relatively new to Vb.net, but I am getting along. I have an application that I wish to make an updater for. The updater needs to be able to read Visual Basic code files and insert the code into the application. Is there any way to do this? …

Member Avatar for kvprajapati
0
103
Member Avatar for OldQBasicer

I thought you couldn't run an EXE from a web page, you had to download it. How can it be that ClickOnce lets you choose online-only? Does it temporarily install the EXE on the users computer? If I want my application to run online only and I use the publishing …

Member Avatar for kvprajapati
0
94
Member Avatar for student21

Hi i have written my code to to insert data that has been entered into my textboxes n my form into my access database. i am gettin an error message saying: OLEDBEXEPTION OCCURED...Syntax error in INSERT INTO statement. i was wondering if someone could look over my code and tell …

Member Avatar for kvprajapati
0
160
Member Avatar for nsxdude

Today is my first day on this site. I am vey new to VB.NET, i have a good amount of experience in VB6. I have a application I wrote for my Aikido club to track hours and I am converting it to .NET. The code below is very basic and …

Member Avatar for nsxdude
0
149
Member Avatar for elorc

I'm using the VB.NET 2005 RichTextBox control as a base for a user control that I've written, and one of the functions I'm writing into this control is a spelling check. There's a problem I've found though: I can't preserve RTF markup when corrections to the spelling are made. I've …

Member Avatar for elorc
0
857
Member Avatar for sunilChoudhary
Member Avatar for apegram
-1
93
Member Avatar for neolyte120109
Member Avatar for LJames

This is a distraction task in a Psychologgy experiment. For a period of 5 mins the user moves a pic box from the centre of the panel to a matching triangle. The picbox mouseup detects which region it is and adds a score and then sets it back to the …

Member Avatar for LJames
0
166
Member Avatar for shakthi712

hi friends I am developing a chat application here i have kept general chat room here multi users can chat with each other but now i want one to one chat in my application, when logged user click on any user in the user list, one pop up window should …

Member Avatar for kvprajapati
0
97
Member Avatar for pysdex

I try to generate 10 random integers and store it in an array(9). Then I split the array into half by converting it into string. My code can compile but it sometimes work and most time cannot work. I don't know what is the problem.... [code] Public Class Form1 Private …

Member Avatar for Renukavani
0
93
Member Avatar for judge6

I have a simple file watcher application which watches the folder C:\. I am watching the folder so that as soon as a new file is created in C:\, it moves the newfile to a specified folder somewhere else. My problem is that if two files are dropped in the …

Member Avatar for kvprajapati
0
109
Member Avatar for scooby36

I have a problem trying to copy 3 fields on a form to a database. The reason I cannot seem to do it is that the last field asks how many copies you want to save in a combo box. So lets say the user selects 3 I need to …

Member Avatar for scooby36
0
114
Member Avatar for SCass2010

Hi again, This is a problem I've been struggling with for a while... I have an access 2007 Database where I store several different "Jobs" such as repair job, data recovery job etc. At the min I have a form where the user can view a customer's related jobs either …

Member Avatar for kvprajapati
0
497
Member Avatar for emint

hi all, i am working on small RMS and got problem to print receipt using pos printer. the expected out put is like that. [CODE] XYZ Ltd London, Uk Transaction #: 100 Date: 11/12/2008 Time: 09:10:10 Cashier: Fred Item Qty Unit Price 567577 xyz 2 £12.00 687687 abc 1 £19.98 …

Member Avatar for kvprajapati
0
116

The End.