Get Microsoft Notepad Source Code?
Oct 17, 2010
Is it possible to see how notepad works in visual basic? Like see all the events and all. My friend said it's possible to open programs in notepad; but I've googled it and I can't seem to find anything.
View 3 Replies
ADVERTISEMENT
May 12, 2009
The example of source code to make a simple notepad?
View 2 Replies
Mar 7, 2012
I want to see the source code of Microsoft.Visualbasic.Financial.IRR how would i break it and how would i seee the sorce code of IRR method of financial class?System{" df -k | awk '{sum += $4 }i; END {print sum} '"};
above line is not useful I've tried to view it using different software but it will not work for me is there any software that will view it source code.
View 3 Replies
May 23, 2009
I'm trying to compile some source code that uses microsoft office task panes and to work with some speech recognition.Code is from the following article
Enabling Speech Recognition in Microsoft Word 2007 with Visual Studio 2008 -
[Code]...
View 3 Replies
Jun 29, 2010
Is it possible to display the page's source by opening notepad.exe (via Process.Start) and somehow set the text to the source?
View 7 Replies
Dec 12, 2009
I want my form to navaigate into a link then open up the source code of that page it navigated to . Then get a link from the source code then display it on a textbox .Here's an example : i want this link in a source code :
http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
This link is located just beside :
config=
That is:
config=http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
How can i make my form to navigate into the source code and get the link beside config word . I know it is possible to do it , just don't know the function to do it .
View 15 Replies
Jun 5, 2012
How do I convert a VB4 source code to VB10 source code?
View 3 Replies
Jan 26, 2010
I don't know what this is called so I've struggled to find an answer from google but I have a vague memory of it from t'old days.I've sub-classed (* see below) about 8 framework controls, overriden some properties and added some functionality into each one.The changes I have made are identical in every case. If I make a change, I have to go through each class and apply the same change there.I was hoping there may be a keyword such as <IncludeSourcefile "common.vb> that I can put into each class.
(* note) I use the term sub-classed but I don't know if that's the correct terminology. I've also seen it used for call-backs. Is sub-classed the correct term to use?
View 6 Replies
Jan 6, 2011
Way to space out the source code of a web page, having each tag on one line, without having to search for each tag ending and then making a new line after.
My code for obtaining the source code is:
CODE:
Also if anyone knows a way to colour the tags.
View 1 Replies
Feb 28, 2011
I have one Form and on Form having Labels , TextBoxs, ListBoxs and RichTexbs.It possible for VB code to do EXPORT all of them to NotePad and not changing the position
View 1 Replies
May 21, 2010
I use the following code in a webservice to fill a SQL 2008 database.
[Code]...
View 2 Replies
Sep 14, 2011
I am trying to create a tool which I would input a word in a text box and it would search the path i give it to look for a word in a notepad file and copy the whole line to a new notepad and paste it.
i did this for now, i am able but i am able to copy all the text from the note pad and put it in a textbox for now..
Dim FILE_NAME As String = "P: est est.txt"
Dim objReader As New System.IO.StreamReader(FILE_NAME)
Dim TextLine As String
[Code].....
I am having trouble to get the command to ask them to go read the text file and copy only the line for the word I put in the input box and to put it in a new notepad.
View 2 Replies
May 5, 2010
I am using .rdlc Microsoft Reporting reports. I have a form with one reportviewer on it. What I want to use is a combo box where they select the report and then click generate, and it shows a specific report. I have this code so far that changes the report:
[Code]...
View 2 Replies
Jun 15, 2010
How would I add a new ToolStripItem with code, which will have a Click event which uses the text from the ToolStripItem to read a file? So the ToolStripItem most somehow send it's text to the Click event.
View 2 Replies
Feb 5, 2012
I'm using Visual Basic/Studio 2010 Express to run my VB program using MS Access database. I'm going to convert the Access database to a SQL Server Server Express data base so I downloaded SQL Server 2008 R2 Express onto my pc with Windows 7. The installation went fine and I actually converted my Access database to SQL server. I did not change anything in my VB program.My problem: When I run my normal program with the Access database (no changes), I now get an error when it executes the following code:
dr = cmd.ExecuteReader.
I get the error System.Data.OleDb.OleDbException was unhandled;
ErrorCode=-2147467259; Message=ODBC--connection to 'SQL ServerBilotta-pcsqlexpress' failed.
[code]....
It appears the ODBC is looking for the SQL server eventhough the program is pointing to the MS Access db. How do I get it to NOT look for the SQL db? Is there a default setting for the
View 2 Replies
Aug 4, 2010
i am searching for gtalk open source code if anybody knows please let me know I need it urgently
View 1 Replies
Jul 14, 2010
A source code with the DirectInput code and yes i have been googling it and couldn't find one for vbnet yah that would be great to have it just Namespace blah blah function blah blah and this is how u use Directinput("0") or sumthn like that
View 10 Replies
Mar 16, 2009
i have previously build DLL file (VB 6.0) with me. Is there any possibility to get the source code from VB 6.0 DLL? I know that we can get code from a .NET assembly using Lutz royers .Net Reflector, but i have VB 6.0 DLL.
View 3 Replies
Aug 8, 2003
Is it possible to get source code from dll ? It's a vb.net web application.
View 6 Replies
Mar 24, 2011
I have a .exe which was created in VB.net about 4 years ago. Due to some upgrades the .exe doesn't work as it used to.I no longer have the source code and really need to get this program to work. Problem is my knowledge with coding is VERY basic. I was wondering if there was a way to extract the code from the source code from the .exe. I've done some googleing and from what i've gathered it's impossible to get the original source code. Is this true?
View 2 Replies
May 18, 2010
What is the Microsoft Standard for Code Commenting
1. In case of Class 'Class header Comments
2. Function Comments
3. Subroutine Comments
There are different ways to comments like XML Documentation using ///
CODE:
Which Stnd should follow? May be something else other than above?
View 1 Replies
Sep 16, 2010
I completed my first college assignment using visual basic 2005 express (Their first lesson was same)
and in order to submit it to my my proffessor I have to change the source code from a .sln to a .c or .cpp,how do I do this?
View 5 Replies
Feb 5, 2012
I've been working on my A2 Computing project for the past few months - and was working on one form.My computer crashed (for some unknown reason) and subsequently the form no longer works.
I can open up the designer for it, and see all the declarations - but I can't open the source code.[code]...
View 7 Replies
Dec 7, 2009
Does anyone know how to retrieve the html source code of the webbrowser control after it has been modified.Specifically what I've been doing is this[code]...
View 3 Replies
Jun 12, 2011
I was wondering why this doesn't work:
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create("http://jamesbwoii.fileave.com/hello.html")
Dim response As System.Net.HttpWebResponse = request.GetResponse()
[code]....
I've tired lots of different websites and not one has worked.
View 10 Replies
Aug 9, 2009
I have been looking forever and haven't even gotten a single clue on how to do this, but I made a program that sends a file that has some video game info to my e-mail. I want some other people to be able to use this, but I don't want to have to build another .exe for each person, so I was wondering if there was some way that I could make like 2 textboxes and a button where they enter their e-mail and password, then when they click the button it makes an .exe ( I would put textbox1 and textbox2 as the e-mail credentials I am assuming. )
View 24 Replies
Jan 27, 2010
After doing a lot of hard work in developing an application, I feel like keeping my source codes safe for later reference so that I can use these (functions, classes, etc) code in my new projects. How you guys backup your projects? Presently all my codes are in my office PC. Which is the best place to backup? Shall I backup online (but where online in my mail account or somewhere else)?
View 4 Replies
Mar 30, 2012
i want to hide my source code in exe on vb8.
View 9 Replies
Aug 4, 2010
I lost my asp.net web site project source code developed using VS 2005.language used is VB.I have the code which has been published on the IIS. Is there any way for me to recover the source code using the published pages.
View 1 Replies
Jan 27, 2011
i have a source codes of type ( asp.net master page , asp.net server page , vb) and i want to view the (output of them)how i can do this in visual studio 2010 ?i am not who write these codes , but i have to view the output to evaluate them
View 3 Replies