Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 409 results for
sourcecode
- Page 1
Character in textbox after getting sourcecode are not shown properly
Programming
Software Development
14 Years Ago
by vb2learn
… = New System.IO.StreamReader(response.GetResponseStream()) Dim
sourcecode
As String = sr.ReadToEnd() Textbox2.Text =
sourcecode
[/CODE] Now whenever there is a unicode… character in
sourcecode
it is not showed properly. But when i manually write …
EDITING SOURCECODE IN VB 6.0 TO SUITE YOUR SYSTEM
Programming
Software Development
10 Years Ago
by antonymatoi
hello, plz assist in this: Assuming i have a
sourcecode
for example for developing a stock management system, how do i edit it to suite my problem?
Re: Get websites sourcecode with ajax?
Programming
Web Development
13 Years Ago
by almostbob
define
sourcecode
, the part that makes it work, no, the resultant html yes
SourceCode editing at runtime
Programming
Web Development
16 Years Ago
by alexmaster85
Hi everybody! I want to edit a source file at runtime automatically. This already works. My problem is that the made changes will not take effect. They are not recognized. This source file is in my App_Code folder. If I edit a code behind file (for example Default.aspx.cs) these changes will be executed immediately. Why are these files compiled …
Sourcecode works for chrome, not for Firefox and IE
Programming
Web Development
9 Years Ago
by sakuradata
I'm newbie in web development. If I use the adress "www.xxxxxx.com/test.html#chgd", the second accordion should be expanding. It works perfectly for Chrome but not for Firefox and Explorer. What is the problem in the source code that works for Chrome but not for Firefox and Explorer? I also have used 'window.location.hash;' but …
Re: Sourcecode works for chrome, not for Firefox and IE
Programming
Web Development
9 Years Ago
by diafol
Have you tried clearing the cache in these browsers?
Re: Character in textbox after getting sourcecode are not shown properly
Programming
Software Development
14 Years Ago
by vb2learn
plz someone help ????
Re: Character in textbox after getting sourcecode are not shown properly
Programming
Software Development
14 Years Ago
by codeorder
Can you provide a link to such a site? Should help with narrowing down a possible solution.
Re: Character in textbox after getting sourcecode are not shown properly
Programming
Software Development
14 Years Ago
by vb2learn
@ codeorder One example of such a website is [QUOTE][url]http://www.downarchive.com/software/internet/383218-advanced-host-monitor-enterprise-884.html[/url][/QUOTE] After Features it doesn't show right characters. But on writing it appears ok. Thanks once again. Plz help
Re: Character in textbox after getting sourcecode are not shown properly
Programming
Software Development
14 Years Ago
by codeorder
Replace line 4 from your posted code with this. [CODE]Dim sr As System.IO.StreamReader = New System.IO.StreamReader(response.GetResponseStream, System.Text.Encoding.Default)[/CODE]
Re: Character in textbox after getting sourcecode are not shown properly
Programming
Software Development
14 Years Ago
by vb2learn
@codeorder Thanks Mate. My problem has been resolved. Thread Marked as Resolved
Re: EDITING SOURCECODE IN VB 6.0 TO SUITE YOUR SYSTEM
Programming
Software Development
10 Years Ago
by Reverend Jim
You have to remove the code that doesn't do what you want and add the code that does.
Re: Applet does not work in browser
Programming
Software Development
14 Years Ago
by masijade
… this error report [CODE]java.lang.NoClassDefFoundError: Applet1 (wrong name:
sourceCode
/Applet1) at java.lang.ClassLoader.defineClass1(Native Method) at java….run(Unknown Source) Exception: java.lang.NoClassDefFoundError: Applet1 (wrong name:
sourceCode
/Applet1) [/CODE] I suppose the problem is here? [CODE]Applet1…
Some Game / Engine Source code in C++ and MSVC
Programming
Game Development
14 Years Ago
by kiavash2k
…-space-haste-2-source-code-1.html[/URL] =================================== Freecraft with
sourcecode
(similar to warcraft) --------------------------------------------- [URL="http://www.devharbor.com/…games/179-freecraft-complete-with-
sourcecode
-msvc-project--1.html"]http://www.devharbor.com/games…
how to compile in java with many classes
Programming
Software Development
17 Years Ago
by jk_bscomp
…compile java using the terminal in ubuntu if your
sourcecode
has many classes.. I tried already how to compile…Begin.class(the name of the class in my
sourcecode
) and then i type java Begin and it runs…my problem is how to run a java
sourcecode
after compilation if there are different classes in my…
Catching dynamic memory allocation exceptions - need help
Programming
Software Development
15 Years Ago
by dgr231
…my documents\visual studio 2008\projects\dynamicinterview\dynamicinterview\
sourcecode
.cpp(41) : error C2065: 'applicants…documents\visual studio 2008\projects\dynamicinterview\dynamicinterview\
sourcecode
.cpp(41) : error C2228: left…my documents\visual studio 2008\projects\dynamicinterview\dynamicinterview\
sourcecode
.cpp(43) : error C2065: 'applicants…
Applet does not work in browser
Programming
Software Development
14 Years Ago
by christos312
… this error report [CODE]java.lang.NoClassDefFoundError: Applet1 (wrong name:
sourceCode
/Applet1) at java.lang.ClassLoader.defineClass1(Native Method) at java….run(Unknown Source) Exception: java.lang.NoClassDefFoundError: Applet1 (wrong name:
sourceCode
/Applet1) [/CODE] I suppose the problem is here? [CODE]Applet1…
Q on Partial Classes and stepping into Code thru debugger
Programming
Software Development
15 Years Ago
by wendas
… the Library code I got this "There is no
Sourcecode
availabe for the current Location. Show disassembly.. (Disassembly may make… can anyone tell me how I can get Partial classes
sourcecode
to be readable in the debugger??? Also can anyone explain…
Re: Applet does not work in browser
Programming
Software Development
14 Years Ago
by christos312
…;/html> [/CODE] Second setup test folder [LIST] [*]index.html [*]
sourceCode
(folder) [LIST] [*]Applet1.class [/LIST] [/LIST] html file [CODE]<…> <applet code="Applet1.class" codebase="./
sourceCode
" width="400" height="300">…
Re: Applet does not work in browser
Programming
Software Development
14 Years Ago
by masijade
Because you included the "codebase" parameter in the second. If you do that you are going to need [i]another[/i] "
sourceCode
" directory under [i]that[/i] "
sourceCode
" directory.
ICodeCompiler passing bind array problem
Programming
Software Development
13 Years Ago
by codepenman
…code to build as below; [I].. ..[/I] [I]
sourcecode
+ =" string myvar='hello world'; ";[/I] …i can also bind array as below; [I]
sourcecode
+ =" byte[] myBytevar; myBytevar[0]=144; "… because it contains binary code of any other file. [I]
sourcecode
+ =" ... ... byte[] myBytevar; myBytevar[0]=144;…
Programming errors
Programming
Software Development
11 Years Ago
by daniel1977
…possible loss of data F:\College Material\CS270\
SourceCode
\Exec11_14\Exec11_14\BST.cpp 18 1 Exec11_14 …<elemType> *' f:\college material\cs270\
sourcecode
\exec11_14\exec11_14\binarySearchTree.h 134 1 Exec11_14 Error 3…<elemType> *' f:\college material\cs270\
sourcecode
\exec11_14\exec11_14\binarySearchTree.h 128 1 Exec11_14 The first…
Re: error: Failed dependencies:
Hardware and Software
Linux and Unix
17 Years Ago
by aripaka
[QUOTE=linux;561745][code]yum install kernal-
sourcecode
[/code] I think that should do it. … output: [code] [root@localhost ~]# yum install kernal-
sourcecode
Setting up Install Process Parsing package install arguments No package… kernal-
sourcecode
available. Nothing to do You have mail in …
error: Failed dependencies:
Hardware and Software
Linux and Unix
17 Years Ago
by aripaka
… "Missing Dependency error": [code]error: Failed dependencies: kernel-
sourcecode
is needed by gds_cisco_vpn_client-2.0-11rhel4.i386[/code] whats… this kernel-
sourcecode
stuff? How to resolve this? Thanks in advance for lookin…
The most famous CSS web sites galleries in the world
Digital Media
UI / UX Design
16 Years Ago
by canonzone
… you see inside a page’s head without viewing the
sourcecode
[url]http://www.designmeme.com/xray/[/url] X-Ray The… you see the tags on a page without viewing the
sourcecode
. [url]https://addons.mozilla.org/firefox/2104/[/url] CSSViewer A…
Find and Replace Multiple Lines
Programming
Software Development
15 Years Ago
by betatype
…. I open the files, read the contents into a "
sourcecode
" variable and locate a section of code. I then… this section in a variable like this: [code=python]phpsection=
sourcecode
[phpstart+2:phpend][/code] The problem is after I locate…
load parse html tags into richTextBox
Programming
Software Development
14 Years Ago
by MxDev
… following code returns parsed html code. [CODE]using ColorCode; string
sourceCode
= File.ReadAllText(@"/path/to/source/file"); string colorizedSourceCode… = new CodeColorizer().Colorize(
sourceCode
, Languages.CSharp); [/CODE] So, is there any method to display…
Re: load parse html tags into richTextBox
Programming
Software Development
14 Years Ago
by Teme64
… found only the following example: [CODE=C#] using ColorCode; string
sourceCode
= File.ReadAllText(@"/path/to/source/file"); string colorizedSourceCode… = new CodeColorizer().Colorize(
sourceCode
, Languages.CSharp);[/CODE] which you were using too. Since there…
Familytree?
Programming
Software Development
14 Years Ago
by Holmez85
Hi, anyone here who has a
sourcecode
in Java for a familytree? Im learning java, and whant to study how a familytree program is built. Any tutorial or
sourcecode
availible? :)
Extracting Page Source
Programming
Software Development
13 Years Ago
by rEhSi_123
… = New System.IO.StreamReader(response.GetResponseStream()) Dim
sourcecode
As String = sr.ReadToEnd TextBox1.Text =
sourcecode
End Sub [/CODE] The above code works…
1
2
3
7
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC