IDE :: Changing Code Editor Appearance From File

Jul 28, 2011

How do I change the appearance of the Code Editor in VB 2008 Express (background colors; font, etc.) from a file that I have ?. I've tried changing the appearance by using the Import & Export Setting in the Options menu, and although it goes to successful completion (or so it says), it doesn't change the appearance at all.

View 1 Replies


ADVERTISEMENT

C# - Changing Values In Web.config With A Batch File Or In .NET Code?

Mar 19, 2009

I have a web.config file on my computer.There are alot of things i need to change and add in the file. (I am actually working with my SharePoint web.config file)Can i do this with a Batch file, if so how would i do it. Or how would i do it using VB.NET or C# code? Edit: i need to create a program to alter a web.config of lets say i web.config laying on my deskop and not the actual web.config of my project

View 7 Replies

VB 2010 - Code Editor Not Deleting Code

Dec 6, 2011

when i put, for example, a picturebox in form and code some events. then i want delete that picturebox. well the code stills there. imagine that i use another picturebox i use the same name. now if i double click on these picturebox, the code editor recreates a new subs. can i disable these situation?

View 6 Replies

VS Code Editor VB Vs C#

Oct 31, 2009

I just cannot work this out so is it different in C# for VB in VS. Lets say you have added a control (does not matter what control) to a form, go to the 'View Code' of the form. In VB at the top of the source window below the Tabs of your project you see on the left a Class Name combobox (Type in C#) in VB you can select the control you just added, now in the right Members Name combobox (Members in C#) in vb i can select a member I want to add lets say Click event, this will be added to the project but in C# it just cannot be done?

The reason for this is that I have a Usercontrol that Shadows/New delegate thingy in C# TextChanged event I can easily Select this member in VB but not in C# do I have to add the event manually e.g. [Code] In VB I get a Handles event, Any ideas?

View 5 Replies

IDE :: Hide Comments In Code Editor?

Apr 12, 2009

Is there a way to hide comments in the code editor?Would have been nice with a button to toggle comments visible or not since I use a lot of comments for my code which makes it hard to read.

View 4 Replies

VS 2008 Making A Code Editor?

Aug 9, 2009

I am using a rich text box and I know a simple way to change the color of a selected word...but I can't make it do it for all the words.Do I need a custom control for this sort of thing...?Also, example: word "If" becomes blue, and all If's in the RTB would be blue.

View 9 Replies

VS 2008 Music Editor Code?

Mar 6, 2010

im kind of new to visual basic and programming all together, and im trying to make an iphone ringtone maker, yes i know there are some out there but i want to make a simple one. my question is; is there a way i can code a text box or something to edit the start and stop times of a song i open into my program?

View 1 Replies

IDE :: Change The Size Of The Font Of The Code Editor?

Apr 13, 2010

I know this sound really dumb, but I have eyes problem, it would be great if I can increase the font size of my code editor. I just can't found out where to do it.

View 2 Replies

IDE :: Turn Off Those Annoying Popups In The Code Editor?

Aug 27, 2010

I am using Visual Basic 2008. However, the Report a Bug function does not work, which in itself is a major bug.While I am typing in the code editor, these annoying popups keep popping up and completely blocking my view of the code. I have no idea what these popups are showing and do not need them. I have not been able to find any way of turning them off. I consider this another major bug.

View 7 Replies

VS 2008 Open Source Editor Control Like Code?

Nov 17, 2009

I have seen a few open source c# "Text code editor controls" that have auto indent and support contractions (+ - things you see in the code window to contract an if statement for example).

View 3 Replies

Change A Code For Text Justification So That It Works For Urdu Editor

Jul 29, 2009

I'm trying to change a code for text justification so that it works for urdu editor. The problem is when i justify code the alignment changes to left side. I mean cursor moves to the left side of rtb. In code the value of PFM_ALIGNMENT is set to 8. I wanna know what it means and if i hav to change then what value shud i use for making cursor stay at right side of rtb.

View 1 Replies

Make A Code Editor Using The Class SyntaxRTB Which Colors The Keywords Only?

Apr 5, 2010

I'm trying to make a code editor using the class SyntaxRTB which colors the keywords only,I tried to modify it so that it colors comments as well by adding the following block of code to the sub ColorLineNumber() but the problem is you can't write comments on the same line that has code on it and I don't know how to do it?

Dim Instance As Integer
Dim CLine As String = Me.Lines(LineIndex).ToLower
Instance = InStr(CLine, "'")

[code].....

View 2 Replies

Making A HTML Editor - Add The Code When The Little Flashing Line Is In The Textbox?

Sep 20, 2009

I'm making a HTML Editor. There are uttons in a toolbox they can click and it will add that HTML code. I don't know how to make it add the code to wherever the little falshing line is in the textbox.

View 2 Replies

Interface And Graphics :: Visual Studio 2008 IDE Code Editor Settings

May 11, 2008

Does anyone know how to turn off the blank space delimiter of a dot? I have no idea how I turned it on, but now there's a dot where every whitespace charater would be in the IDE's code window.

View 2 Replies

Load A .rtf File Into A Rtb When File Is In The File System Editor?

Oct 17, 2010

Need to know the code in which to loadfile (.rtf) into a richtextbox via user-selection when the rtf file is within the setup of the file system editor under 'Program Files'. Have used the following code and it doesn't work....

CODE:

Me.RichTextBoxDisplay.LoadFile(Application.StartupPath &
"Application FolderGarman SoftwareKing James Version 1611OTGenesisChaptersGen Ch2.rtf")

[Code].....

View 1 Replies

VS 2008 Changing Old Code To New Code

Jul 3, 2010

Using This code from an old post of mine how could i change it to label1 label2.[code]

View 10 Replies

Open Vbp File With Text Editor?

Dec 8, 2010

I have a vbp file that I would like to open with a computer without vb. I don't need to run the file, but I would just like to look at the source code

View 2 Replies

Changing Inner Code?

Apr 24, 2012

if its possible could i temporarily change the inner code of a program instead of using a timer or multiple buttons ex: i have a BUTTON1 set to open a webpage like [URL]how be able to do something like this

Private Sub BUTTON2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
if textbox1.text=1 then
button1.code=me.close

[code]....

View 9 Replies

File I / O And Registry - MultiTabbed Text Editor?

Sep 28, 2010

I tried opening a .txt file in a multiline text box but textbox.loadfile doesn't work. So then I tried opening it in a richtextbox but then it says the file type isn't supported. So basically how do I create and open .txt files and if I wanted to create multiple file types (.html, etc) then what would be the best way to do that? I am making a multitabbed text editor.

View 3 Replies

Make A New Realmlist Editor - File Is Used By Process

Sep 27, 2009

I tryed to make a new realmlist editor, but it says "This file is used by another process"..Code:

[Code]...

View 3 Replies

Text Editor - .NET Check If File Is Saved?

Nov 16, 2011

I'am creating a script editor for my own purposes.And i have a menu option called "Close", and i want to check if the file is saved or not, so it no code get lost by clicking wrong.

Anyone have a idea how i check if the file is saved?

View 3 Replies

VS 2008 HEX Editor - Reading Binary File?

Dec 1, 2010

Here is my code for reading a Binary file:
Dim fs As New FileStream(filepath, FileMode.Open)
Dim str As String = ""
For d As Integer = 0 To l - 1
Dim byt As String = Hex(fs.ReadByte()).ToUpper
fs.Position = d
str+= byt
Next

str becomes:
20202CB962AC5975B964B7152D234B
But when I open the file in a HEX editor, it's:
202CB962AC59075B964B07152D234B70
Why are the 2 different?

View 1 Replies

Changing Dates On A Code?

Sep 18, 2010

iv been looking at this code and basically what the code does it runs a report every month, but I want to make some changed to it i.e. how its laid out within the PDF document for testing this I don�t want to run the hole report because it will take forever as you can see it starts lowerDate = "01/JAN/1900" And for testing ideally I just want to run last month so am I right in saying if I change the date from 1990 to 1/8/2010 and then change upperDate = Format(Date.Now, "dd/MMM/yyyy") TO upperDate = Format(Date.Now, "31/08/2010") would that work?

Imports MSXL = Microsoft.Office.Interop.Excel
Imports System.Configuration.ConfigurationManager
Imports System.Xml

[code]....

View 3 Replies

Changing Direction Of The Code?

Mar 5, 2012

Anyway this is my code right now so I am not blank.Code removed.Not sure if it is very hard to understand but I am currently working on a project and what this code does is finds a blue ball on thewhole screen then moves the cursor position on the blue ball it just found.If it doesn't find it, will show a msgbox Quite simple.

View 12 Replies

Changing Font Through Code In Rtb?

Jun 29, 2009

I want to change the font of text in rtb using code, not thru font dialog. e-g if i want to write all lowercase letters in "Arial" and all uppercase letters in "Times New Roman" then how can i do that. i hav tried using Text1.Font = New Font("Arial", 36, FontStyle.Regular) but it changes the font of whole text.

View 3 Replies

Changing Up This Code (HWID)?

Mar 7, 2012

i have been trying to figure out auth system and after tons of researching and asking questions, I found a tutorial that "almost" fits my needs. This is what the code does:Basically a new form is created with a textbox and a connect button on it. When the program is loaded, the textbox has your hardware ID on it (also known has HWID). Then it looks for that HWID on a text file of the link given [URL] in this case as an example. If that HWID is found on that text file, then it leads you to form2 which is an actual program and if not, form1 closes meaning you have no access to anything at all. A basic authentication system and here is the code for it:

Imports System.IO
Imports System.Management
Public Class Form1

[code]....

View 1 Replies

Editor For My Program - Export A File That The Text Box Will Get Reference?

Apr 16, 2011

I have a text box. and I want to make an editor for it. I want the editor to export a file that the text box will get reference.

Example:I put "Hello!" on my editor then I then it will export a file.now when When I open my program with the text box,The text box should also say "Hello!"

View 4 Replies

Visual Basic Express File System Editor?

Apr 18, 2009

I am trying to publish a program but when I run the setup I get an error saying I need to put WindowsBase v3 in the Global Assembly Cache which I can do using the File System Editor apparently. The Help says to access the file system editor go to "Editor" on the "View" menu in Visual Studio. But it isn't there.

View 1 Replies

Changing Font Style Using Code?

Apr 6, 2009

Changing font Style Using Code

View 1 Replies

Changing The Position Of Textbox Using Code?

Jan 22, 2010

In my form there is a AXVS Flex Grid and a textbox.Firstly the textbox will not visible. When the focus will be on a particular column of the flexgrid then the textbox will be visible and the flex will be disable.The position of the text box will be at the bottom of the particular row at the first time. But when another row is inserted then i need to change the position of the textbox to the botoom of the new row and so on.

View 1 Replies







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