VS 2008 Make Text Exchange?

Apr 14, 2011

i want what ever the user types in text box1 to be in text box2 EXCEPT i want it to have tags around it. so say a user types "hello" in the first text box i was the second text box to read "!hello!" or something similar.

View 12 Replies


ADVERTISEMENT

VS 2008 Data Exchange Beatween Forms

Sep 9, 2009

I am trying to make an application, that gets data from OPC server to form1 and displays some pieces in form2. The app works that way: on start - form1 starts. Form2 must be started manually after form form1 is statrted (i mad a buttton for that). If some values in OPC server changes i need to see some of them in form2. Here is a sub which shows how do i get data from OPC server.[code]but nothing happened when i opened form2, nor on change of data in OPC server (i wrote the code that on form2 load all values are shown in msgbox, message box did not show up).

View 39 Replies

VS 2008 Query Exchange 2003 Calendars?

Oct 20, 2009

I have a requirement to query Exchange Server 2003 for some specified user accounts and to retrieve all calendar appointments for a given date range.I've had a look at various articles on the Internet but most relate to local installations of Outlook (not Exchange server) and others are in VBScript (in this case, which doesn't convert well to .NET).

View 4 Replies

VS 2008 Search For All Emails At Exchange (within Unread!)

Dec 17, 2009

I want to search all my emails from Microsoft Exchange by using the Windows Search at the bottom of Windows-Startmenu (within unread emails!).I've already added the file-extension for Outlook-mails to the SearchIndexer. It works fine, but this doesn't return the unread emails! Because of this I think that I have to modify the Windows Search to get the unread mails too?!So is it possible to modify the Windows Search with C#/VB.Net?

View 1 Replies

[2008] How Can Two Independent .NET Application Can Exchange Data

Jan 28, 2009

I wanted to know how can two independent .NET application can exchange data. Something like DDE which was there in older versions.My purpose is to have an upgrade application (which is a seperate .net program) and my main application. Now I wanted to know that when my upgrade app runs it should be able to confirm that my main application is not running. How can I achieve this ? I know thru process name I can find out if my main program is running or not but thats risky if there is another program with the same name.Thus I wanted a way whereby my independant .net program (upgrade app) is able to determine if my another application (main app) is running or not.

View 2 Replies

VS 2008 Exchange 2007 Global Address List

May 10, 2010

I am creating a small internal messaging system for my company mainly for phone messages to be passed on. These messages are going to be sent in a form of e-mail which I am perfectly good at coding but the bit I am having a problem is, is contacting the Exchange 2007 Server and pulling up a list of email addresses from the GAL.

[Code]...

View 2 Replies

[2008] Make The Textbox Select A Random Text And Put It In Its Text Box?

Feb 7, 2009

How can i make a textbox so like when a button is pressed how can i make the textbox select a random text and put it in its text box.

View 7 Replies

[VB 2008] Make A Flashing Text Within A Button?

May 22, 2009

I know how to make a flashing text within a button, but i do not know how to make a flashing image within a button. i used this code to make the flashing text within the button

[code]...

What is the code to make the image within the button to flash.

View 3 Replies

Make VB 2008 Read A Text File Of Digits?

May 8, 2009

is there a way to make VB 2008 read a text file of digits eg:

56154131313313
31231212121211
12534645456464
44564545454787

and import it into vb, splitting it into four digits and putting each set of four digits into a different text box.

View 5 Replies

VS 2008 - How To Make Just Group Box Caption Text Bold

Jul 14, 2009

How come when I make a group box "caption" text bold it also makes everything in the group box bold? How do I do this from the IDE - change just the font characteristics of the group box itself and not it's contents?

View 6 Replies

VS 2008 - Make A Randomize Write On Button.text?

Jun 10, 2009

how can i make a randomiz write on button.text i want to make a button when i click on it write " O " in any button of the 9

View 7 Replies

VS 2008 : Make Default Path For Text File?

Jan 10, 2010

how can I make default path for my text file.Problem is when I send someone my project, he need to write his text file path in code.

View 2 Replies

VS 2008 Code To Make A Text Box Only Except 4 Digits And Only Integers

Nov 27, 2009

code to make a text box only except 4 digits and only integers.

View 21 Replies

VS 2008 Make Text Appear On The Screen When The Progress Bar Is Full?

Aug 29, 2011

VS 2008 make text apper on the screen When the progress bar is full?

View 3 Replies

Make First Line Paragraphs In VB 2008 With Rich Text Boxes?

Jun 24, 2009

how to make first line paragraphs in VB 2008 with rich text boxes. I need the code for it. PS. First Line Paragraphing in when only the first line indents and the rest of the paragraph stays normal. I need the code for Visual Basics 2008?

View 2 Replies

VS 2008 : Make Message Box Show Radiobutton Text And Textbox?

May 21, 2010

I'm trying to make a game shop.the shop has items, and you pick which item you want through a radiobutton. Then it has a textbox that asks for the quantity of how many you want. Then how click a button, and I want a message box to pop up saying "You have purchased # (whatever item)(s)" The radiobutton text has the name of the item.

View 3 Replies

VS 2008 How To Make Disabled Text Box Display Black Font

Apr 15, 2010

I am trying to make a calculator program. I would like the display(text box) to have a white background, with black font. So I set the "enabled" property of the textbox to "false"(because I want it to display, not receive input) and then choose the background colour to be white. In the form designer, the text colour is black, which is what I want.But when I start debugging, the text becomes the colour of the form. How can I make the font black?

View 3 Replies

VS 2008 Split String - Text In Textbox - Make Without Numbers And Dot(.)

Aug 4, 2009

I have this text in textbox
1. Kerumia - Prelila su se sum
8. Kadir Nukic - Gdje je moja srodna dusa
90. Crvena Jabuka - Jazz.ba
100. Man - Who leave

I want to
Kerumia - Prelila su se sum
Kadir Nukic - Gdje je moja srodna dusa
Crvena Jabuka - Jazz.ba
Man - Who leave

View 2 Replies

VS 2008 Make A Program Which Would Check For Users From Text File On A Certain Website?

Jul 5, 2010

Im trying to make a program which would check for users from text file on a certain website I can populate the list box, and loop through it's items here is the code i came up with so far and it doesnt work properly, it pops out first item in the listbox, and last item only, even though that they shouldnt be popped out

Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
If Not ListBox1.Items.Count < 2 Then

[code].....

(this is supposed to check every user, and if user doesnt exist, website will return page not found, else user exists and his name is added to listbox2)

View 6 Replies

VS 2008 Make Label1.text = The Number Of Time Timer1 Is Ticked?

Dec 12, 2009

How can i make it so that label1.text = the number of time timer1 is ticked ?

View 2 Replies

Select A Character By Position To Make Bold In A Rich Field Text Box In VB 2008?

Aug 2, 2010

I understand that within a rich field text box you can search for a string and then format that string, but I am looking to change the formating of a certain position in a string regardless of what character is at that position.Can this be done in VB 2008?

View 3 Replies

How To Make The Text In A Text Box Into A Text File That Auto-creates In A Specific

Jan 24, 2011

make the text in a text box into a text file that auto-creates in a specific?

View 4 Replies

IDE :: Make Search Bar Take The Text In The Text Bar And Add It Into A Pre Defined Weblink And Replace A Bit Of Text?

May 25, 2010

Im trying to make a search bar that has a Go button now heres where it gets diffcuilt How do i make this search bar take the text in the the text bar and add it into a pre defined weblink and replace a bit of text with that word in the search bar so the user types into the text bar for example they type in NAME HERE so when you click go it taxt for instance [URL] now how could i make it so when you hit the GO button that it takes the text in the textbox and and replaced REPLACE TEXT in the pre defined address and put NAME HERE into the address and then load it up with a web browser and also how would i make it open up with the web browser that the person is useing (since lods of people use diffrent web browsers)

View 3 Replies

Make The Text In A Text Box Into A Text File That Auto-creates In A Specific?

Aug 15, 2011

make the text in a text box into a text file that auto-creates in a specific?

View 4 Replies

.Net Exchange Web Services?

Aug 31, 2011

I created an application using the Exchange Web Services, everything works fine, but after running 3 or 4 times, I suddenly get the error:

There was an error downloading "whatever/ews/services.wsdl"The remove name could not be resolved:There was an error downloading "whatever/ews/services.wsdl/$metadata"That gets me is its working find for a while, then it just stops working. I do an update and get the error. wait a little longer, try to browse it through browser and it prompts me for a user name and password, even though I checked the box "Remember".

View 1 Replies

Ews (Exchange Web Services)?

Jun 12, 2009

I'm looking at using ews to move new emails to a sub folder and download attachments to a network drive. I was wondering if anyone had any experience with this particually using VB.net but all and any advice?

View 1 Replies

Using Ews (Exchange Web Services?

Mar 11, 2009

I'm looking at using ews to move new emails to a sub folder and download attachments to a network drive. I was wondering if anyone had any experience with this particually using VB.net but

View 2 Replies

VS 2008 - IndexOf - User Enters A Letter Into A Text Box, And The Output Must Make The Letter Uppercase

Jun 28, 2010

I am a vb newbie having some trouble with an assignment. A user enters a letter into a text box, and the output must make the letter uppercase and tell what position the letter is at in the sentence "The quick brown fox jumps over a lazy dog."

Here is my

Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click

[CODE]...............

This is what comes out: "A first occurs in position -1". Everything comes out except the position is always displayed as -1.

View 4 Replies

Asp.net - Connecting To Exchange Server?

Jan 14, 2011

I am using this code to connect to my exchange server using POP3.

I am trying to retrieve an inbox of basically emails that have not been read however, i am just getting a bunch of gibberish and its reading an email.

modify my code to just read the most recent messages.

Try
tcpClient.Connect(hostName, 110)
Dim networkStream As NetworkStream = tcpClient.GetStream()

[Code].....

View 3 Replies

Data Exchange Between 2 Applications In VB?

Aug 4, 2009

I have 2 applications which we can call for example Client/Server.

I would like to exchange data between these applications but basically don't know which is the best route.

I have managed to speak to both applications using text files, but there must be a better way of doing this.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved