473,396 Members | 1,683 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

2 Qs: Find&Replace and a missing name.

Question 1: Is there a pre-made solution for implimenting Find & Replace for
a textbox, or will I have to roll my own using String.IndexOf?

Question 2: When I right-click on a file -> Open With -> Browse -> select my
program, it does not have a name. I tried finding some information about
this, and I found my way to AssemblyInfo.cs. However, changing [assembly:
AssemblyTitle("")] did not appear to have an effect.

Any tips on either of those questions?
Nov 17 '05 #1
1 1119

"Daniel Miller" <Da**********@discussions.microsoft.com> wrote in message
news:8A**********************************@microsof t.com...
Question 1: Is there a pre-made solution for implimenting Find & Replace
for
a textbox, or will I have to roll my own using String.IndexOf?
myTextBox.Text = myTextBox.Text.Replace ( "initialText", "resultText" );
Question 2: When I right-click on a file -> Open With -> Browse -> select
my
program, it does not have a name. I tried finding some information about
this, and I found my way to AssemblyInfo.cs. However, changing [assembly:
AssemblyTitle("")] did not appear to have an effect.


In Solution Explorer, right click on the project. From the new list, select
Properties. In the new dialog, the Common Properties -> General section
contains an "Assembly Name". Check this is filled in correctly.

Hope that helps.

Dan
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: mark | last post by:
I'm scratching my head slightly about how to do the following. I have roughly 800 PHP includes in as many directores, 2 levels deep. Inside each include I have the same 2 variables, but with...
1
by: Xah Lee | last post by:
suppose you want to do find & replace of string of all files in a directory. here's the code: ©# -*- coding: utf-8 -*- ©# Python © ©import os,sys © ©mydir= '/Users/t/web'
19
by: rbt | last post by:
Here's the scenario: You have many hundred gigabytes of data... possible even a terabyte or two. Within this data, you have private, sensitive information (US social security numbers) about your...
4
by: JackRazz | last post by:
Could someone give me a very simple regular expression for Visual Studio's search/replace using backreferences saving portions of the match as \1 or $1 or whatever. I want to use something I can...
0
by: ApexData | last post by:
I Want Access FIND&REPLACE to stay in FIND mode. Can I place the (Access FIND&REPLACE Dialog) in a popup/modal dialog form? I need to control this process to prevent the user from pressing keys...
2
by: john | last post by:
In a table I have text field A. I would like to replace all the null values in field A to a real value, let's say 'Test'. When I use Find & Replace and I search for 'is null' and I press replace or...
14
by: inpuarg | last post by:
I want to find a & character using Regex. But not && How can i manage this in c# Quickfind window ? -------------------------------------------------- ne kadar yaşarsan yaşa sevdiğin kadardır...
2
stealwings
by: stealwings | last post by:
Hello everyone; Its me again, I was wondering if some one can give me some guidelines about how to Find and replace a string after reading it from a file using i/o commands I mean, I have a file...
3
by: Crash | last post by:
VS2005 In the find/replace dialog if I make a regex like this I can find all of the "New" statements that instantiate a class with "System" in the name: <New>.*<System> But how - in the VS...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.