VS 2010 Source Code Printout?

Mar 20, 2012

VS 2010 Source Code Printout

View 1 Replies


ADVERTISEMENT

VS 2010 Source Code Printout

Jun 9, 2010

Why does VS2010 only print the source in B&W? I have made sure my printer is set for color and everything else prints in color including (excuse me) VB6 code.

View 6 Replies

VS 2010 Source Printout Not In Color

Dec 6, 2009

The Source Code printout in VS2010 appears in black only with the exception of line numbers.VS 2008 printed the source in full color as displayed.Is this a bug with the Beta 2?

View 5 Replies

Printing Source Code In VS 2010 IDE?

Jul 21, 2010

today i have wanted to print some source code from VB 2010 and has been surprised by getting only black & white instead of color ( like in VS 2008 ).If you also like code printing in color then vote here:

[Code]...

View 3 Replies

VS 2010 Way To Secure The Source Code?

Mar 3, 2010

I don't want other ppl to steal my source cu code, and with reflector you can!Is there a way I can crypt it or wahtever. So ppl cannot see the source code in programs like reflector?

View 24 Replies

Go Into A Page Source Code And Extract A Link From The Source Code?

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

Migrate A Source Code From BASIC To .NET 2010?

Oct 3, 2011

I am trying to migrate a source code from BASIC to VB.NET 2010

Dim obj(4096)
Dim strng As String

obj$ = string$ + ".obj" -> Error: Value of type 'String' cannot be converted to '1-dimensional array of Object'I can get away with this in VB6 but i can't in VB.NET.I can't convert obj using CStr either. ToString won't work because it work on the left side of an assignment.

View 3 Replies

VS 2010 : Source Code Copy Detector?

Jan 27, 2012

I wanna make a software that checks for copied source code.The input will be the source code files. and then the software should check for duplication.I want to make this software to improve code assignments submitted by students in colleges.

View 1 Replies

VS 2010 Webpage Source Code Parsing?

Jul 4, 2011

I'll be able to get some advice and help with regards to my question. Basically I am trying to achieve the task of downloading source code from a website say forum then using a simple parser technique remove the metadata from the uploaded data and store it into the database.

I know how to download information from a website by using the following code

[Code]...

View 1 Replies

VS 2010 Cannot Get The Source Code Of Sites Require Login

Dec 28, 2010

Almost every site have to login to see more the pages of the sites Now my problem is I can not get the source code of sites require login... So my question is how can I connect to site and get the source code (link requires login)

View 8 Replies

VS 2010 Search WebBrowser1's Source For A Line Of Code?

Nov 11, 2010

edit: nvm solved it

View 2 Replies

Visual Basic 2010 AxSHDocVw.AxWebBrowser Source Code?

May 20, 2011

I have AxSHDocVw.AxWebBrowser in my form. I want to get the source of the navigated webpage

View 3 Replies

VS 2010 - How To Replace Html Entity Code Numbers In Source Results

Sep 6, 2010

how to replace the html code numbers with the correct ones? i would show you example of html output, but vbforum automatically converts the characters so no point. i wish the replace all the & #40; (without the space) and so on with their correct replacement eg, ( in this case. also would like a short way to do this as i will be using this multiple times. so basically i would like the source to be exactly as it would if you viewed source in firefox browser, not with all the special chars unformatted like visual studio does.

View 3 Replies

VS 2010 Creating Dataset, Table Adapter, Binding Source(...) And Everything Else In Code?

Feb 14, 2011

Can you please explain me and/or show some good tutorials how to do it?It seems pretty complicated because visual studio usually does it all for you and that made me stupid and not to do anything about it.Things I don't know to do in code but I know VS does it for me:

[Code]...

I'm sure there is a good tutorial somewhere on the internet. I'm okay with doing it with designer, but now when I have a situation where I can't use MDI container but tabcontrol.Other solution would be to make a MDI container out of tabcontrol. Is it posible or only other form can be MDI container.

View 3 Replies

VS 2010 Webbrowser Source Code / Save Page As And Delete Cookies.

Feb 2, 2010

i'm making a webbrowser, curectly in version 2. 6. But i need some codes before i can release it.

-Source Code
-Save page as
-Delete Cookies

And if you know some more properties for the webbrowser, like options.

View 3 Replies

Convert A VB4 Source Code To VB10 Source Code?

Jun 5, 2012

How do I convert a VB4 source code to VB10 source code?

View 3 Replies

VS 2010 Make A Program Which Access The Internet And Takes The Source Code From The Webpage

Mar 6, 2011

I've been trying to make a program which access the internet and takes the source code from the webpage. I've copied this code from the internet:

[Code]...

View 2 Replies

C# - Add A Reference To Some Source Code To Include In A Source File In .net, Winforms?

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

Spacing HTML Source - Way To Space Out The Source Code Of A Web Page

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

Printout Is Not Same In All Computers

Oct 2, 2010

I have alignment issues with my application's printout. It isn't same in all computers, or printers. I want to use the whole A4 page in my app without any margin or other spaces. So I set all margins to 0.If I set OriginAtMargins to false, margins are still active for the page, or setting them to 0 is useless? The actual question is should I also set the HardMarginX and Y? I must get rid of all spaces for the correct printing.

View 2 Replies

Gtalk Source Code - Software Development Dream.In.Code?

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

Printout Multiple Pages

Jun 9, 2010

to printpreview multiple pages,we can use hasmorepages.. but how to printout multiple pages?y program can printpreview multiple pages,then when i try to printout them, my printer only roll a

View 6 Replies

Printout Multiple Pages?

Dec 31, 2009

to printpreview multiple pages,we can use hasmorepages.. but how to printout multiple pages?

my program can printpreview multiple pages,then when i try to printout them, my printer only roll a paper but nothing be printed..

View 6 Replies

Landscape Printout In Vb 2008 Express?

Mar 13, 2010

I print my form out using: PrintForm1.Print() What do i have to add to get the printout in landscape format?

View 1 Replies

Source Code With The DirectInput Code ?

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

Get Source Code From A 6.0 Dll?

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

Get Source Code From Dll?

Aug 8, 2003

Is it possible to get source code from dll ? It's a vb.net web application.

View 6 Replies

Source Code From The .exe?

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

Change The Source Code From A .sln To A .c Or .cpp

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

Find Your Source Code?

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







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