Lost The Ctrl-F Find Feature
Oct 21, 2009
I install VB.net in a computer with 2G mem. Yea, will need to replace that one quickly. But still VB.net need to run even on my slowest computer because I like my program to run on debug mod. One day, my programmer notice that we can no longer search for anything.
[Code]...
View 7 Replies
ADVERTISEMENT
Nov 5, 2009
how to use the find and replace feature? Sort of like what notepad uses. But, it replaced certain characters with a set character, not a changable one.[code...]
View 13 Replies
Feb 2, 2011
i need to create a find feature to find text inside of a richtextbox.
How can I do something like this? The web just takes me everywhere when I google it.
View 1 Replies
Jul 14, 2009
I've been trying to find the Feature Pack for Visual Basic 2008, but all I seem to be able to find in the one of C++.
View 1 Replies
Jun 6, 2011
i have created a database application in visual studio 2010 running with visual basic code, the application works great but i want to add a search feature on the dataset bar in the application next to the add and save how do i go about it,
View 1 Replies
Nov 15, 2010
I am trying to add two features to my webbrowser: View Source and Find. Does anyone know how to get the webpages source code and a method to perform a search in the webpage? I was thinking one might lead to the other.
View 1 Replies
May 2, 2009
is there a way to make a textbox searchable like those Ctrl + F which can be found in most of the windows application?
I have googled and found some functions which is quite similar, but I have an issue which for eg.
My multiline textbox contains a lot of text with scrollbar, somehow the text I want to find is in the middle, when I click the find button, the word is indeed found and highlight, but the scrollbar still remain on top.
I wonder how can I make the find adjust the scrollbar as well?
View 4 Replies
Apr 27, 2008
I have just installed VB.Net 2005 to do my Uni project at home.Why cant I find the Data Control in the the tool box and nothing when I press CTRL and T..I need to define the ado control name but having no luck as yet.
View 3 Replies
Jun 1, 2009
I am using a 3rd part dll file (SolidWorks EModelView.dll, COM file) that has a version of 9.2.0.128. When I add it to the resources for the application, however, the AxInteropEModelView.DLL and InteropEModelView.DLL references show a version of 9.0.0.0. When I install the application on a client machine and try to run it, the application says it cannot find AxInteropEModelView.DLL version 9.2.0.128!
View 5 Replies
Jul 28, 2009
how do i call a routine when the user press CTRL+Z or ctrl+somthing?
View 10 Replies
Jun 8, 2011
using the getasynckeystate for ctrl + c and ctrl+ v or copy and paste..How will I do that in this code? For example when i type in notepad it should also do in the richtextbox with this code it work but when it comes to copy and paste word in notepad it does not works and the richtextbox is empty?
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
[code]....
View 9 Replies
Mar 6, 2009
I am using visual studio 2005.If I try to do wordwrap using Key combination (ctrl+R, ctrl+R), I get following messege:"The Key combination (ctrl+R, ctrl+R) is bound to command (&Rename...) which is not currently available.
View 3 Replies
Nov 18, 2010
I am using vb2005 to send keystroke to stock application software so i need to send Ctrl+C to an open window in the stock software then send Ctl+V to Excel in a specified worksheet and cell
View 2 Replies
May 15, 2009
I noticed that ctrl-c and ctrl-v are not working in my project. I am using VB2008 and have an MDI project. The child forms have textboxes but I cannot use the shortcut.
View 3 Replies
Aug 9, 2011
Only problem is that it is using a access database that is coming from "my documents" and when I debug it pulls up the database that is finished. When I run my published program, it uses the database that isn't finished. Why is it doing this?
View 2 Replies
Oct 3, 2009
A little but pissed off at the moment as I have just lost a few hours of work. While I was trying to get a form to resize better (so you can make the form bigger and have all the panels and therefore things inside the panels take up the same percentage of the form), I thought about looking in the designer code to see if anything in there would be easy to change to make it work the way I wanted.
Upon finding what I thought was going to be a good bit of code to edit (code that placed the panel in position), I changed it so that panel2 would find where panel1 was (in the y axis), add panel1's height onto panel1's Y location and use that value as panel 2's Y location:
Me.Panel5.Location = New System.Drawing.Point(0, Panel1.location.Y + Panel1.height)
When I switched back to the visual designer view it came up with a warning page (blue bar across the top of the page saying "To prevent possible data loss before loading the designer, the following errors must be resolved:".Therefore I went back into the designer code and deleted what I had previously done and was a little bit annoyed that I couldn't use that code which I hoped I could.Upon going back to the visual design page everything was gone so I went back to the design code but everything was still there.I sighed in relief and ran the program and everything loaded properly so I decided to quit and reload the project to revert to before the incident occurred to be able to see the design in design view.When I reloaded the project everything was still gone and I then found out that the code from the design had gone too meaning I had lost it all. The code that I created would work in the vb coding, I have tried it.
View 2 Replies
Jan 29, 2010
I dont really understand how to add the update function to my program.I want it to update from my computer
View 5 Replies
Oct 17, 2010
Hey guys,
I am trying to make a search feature in my program. My program has a .csv file that the program will need to search for a equal value that was entered in thr text box. I am just not to sure how to go about this. Just need some insight on how to grt started. Insight please.
View 8 Replies
Dec 18, 2009
For no reason I can discern my Visual Studio 2008 app (MyApp), which had many forms and reports, suddenly contains only one form, a simple test form I was experimenting with. I am unaware of any problem with the app. I use it to maintain an Access database which is still functional and is in the same place on the disk as it always did. This app and its data are all contained on my laptop computer. The form files all remain where they always did. I used to be able to control my earlier VB6 version of this application if it went off the rails, but I'm in the dark with VS2008.
View 7 Replies
Jan 12, 2010
I don't know what I did but I've recently lost my "File" menu and possibly a few more. I don't even remember what was on the menubar but it starts at "Project" now and ends at "Help". Anything that was before "Project" is missing. How can I get this back?
View 2 Replies
Mar 12, 2011
For a while I was having trouble finding where my projects were being saved on the hard disc. Projects were being stored in at least two places, well I sorted that out and finally copied everything to the one location.Today I went to revisit an old project but it looks like I wast careful enough before I deleted all the duplicate projects, and now I find that two I want to look at are long gone.folders for these projects which include these files: -
xx.application
xx.exe.deploy
xx.exe.manifest
[code]....
View 4 Replies
Nov 25, 2011
I have a form with 7 textboxes, all describing different attributes of a used car. In the shared leave event of my tb's, I need to code a case statement which determines the particular textbox that lost focus. I then need to perform different tasks which I understand how to do, and I don't think they matter to my question.
I understand how to give focus (txtTextBox.focus()), but how do you tell if something has lost focus?
And furthermore, how would you use that to structure the case statement?
View 2 Replies
Jul 21, 2010
During my project I have suddenly lost my form design, all the designer code is still there but when I try and view the design layout it gives me an error saying 'navigation to webpage has been cancelled', does anyone know how to get around this extremely annoying bug ??
View 2 Replies
May 21, 2012
when I starded to "finish" my appliaction. The whole MenuStrip and StatusStrip have disappeared!
This wasn't the first time when I lost menu but this time I have made so big work for it so I really dont want to start again as I did last time...
I read another thread but I didn't get my problem solved. I think I lost my menu after I deleted "loading.png" image from resources. I'm not sure does this cause the problem but I think so.
I have all the codes in form1.vb and in form1.designer.vb in looks that:
[CODE...]
Is there any hope to get menu and statusstrip back? :( Or is there any fast way to rebuild them if I have all the codes ready? This was almost finished... now it doesnt look finished at all.
View 3 Replies
Jan 18, 2010
I'm stumped here - the folowing code errors with Procedure or function 'importsp_CreateDiallerBatch' expects parameter '@BatchName', which was not supplied[code]...
When debugging the code, BatchName definitely has a value, and checking the parameters collection of cmd right before executing the urey shows 2 params, both named and with values set exactly as expected. I must have written code like this a thousand times
View 1 Replies
Jan 13, 2010
My WinForm contains a "System.Windows.Forms.WebBrowser"-Control to display a generated html-file (consisting of 5 pages). The Form also contains a "Print"-Button to print the html-file which is displayed by the WebBrowser-Control. For printing the content of the WebBrowser-Control I am using WebBrowser.Print().
If I try to print all 5 pages separately, only the last page will be printed. But if I print all 5 pages separately within a delay of 2 seconds after each page, all pages will be printed?!
View 1 Replies
Feb 1, 2011
INSERT INTO Status
(ScheduleID, StatusID, Name, Color)
VALUES (?, ?, ?, ?)
Here, Name is a string and the other are integers. The generated signature however looks like this:
InsertQuery(int Color, string Param2, string Param3, string Param4)
Which does not match the query, either in name or order of parameter types.How can this happen? Any fixes? It also throws back errors at runtime for type mismatches, which don't occur when the parameters are in the 'correct order' in the query builder.
View 2 Replies
Apr 13, 2009
I am lost in translating this vba code to vb.net
Dim hFile As Long
Dim bytInfo(40) As Byte
hFile = VBA.FreeFile[code]....
View 2 Replies
Aug 18, 2011
I must be loosing my mind! I came back to working on a small project after not being able to work on it for some time and now the IDE layout is totally different. For instance, there used to be a toolbar that showed a run button, step into, step over and such but now its not there, and, for the life of me I can't find it! I went to reseting the layout options to default, VB and so forth but cannot find it. In addition, when I hit F5 nothing happens. I can't figure out how to run my project from the IDE. Have I lost my mind or what?
View 2 Replies
Feb 8, 2009
i seem to have a problem with my program, here is my situation:I have a UsageID where it gets generated from a database when the user clicks a button (btnAdd). However the rest of the form has textboxes and comboboxes then finally a calculate button (btnCalculate). I want the user to only be able to click the btnCalculate when their is a UsageID present. Here is the code i have currently in the btnCalculate_Click procedure:
No errors come up it just doesn't seem to work, has anyone got any ideas because i'm stuck. Helpful posts will be rated.
View 4 Replies