5,915 Topics
![]() | |
Hi, how get web browser description (wich show on Windows Task Manager) and curent page address (for example now should show this forum address: [url]http://social.msdn.microsoft.com/Forums[/url] ... )? Now i get only name ant title. [CODE="C#"] Process[] processes = Process.GetProcesses(); foreach (Process process in processes) { if (process.ProcessName == "firefox" || … | |
That's cool. According to Google Mail software engineer Manu Cornet, you can now add nested labels to your Gmail. Posting to the official [URL="http://gmailblog.blogspot.com/2010/04/new-in-labs-nested-labels-and-message.html"]GMail blog[/URL] Cornet says that labels are more flexible than folders as "a given email can have several labels but can't be in several folders at the … | |
Hi everybody, I'm new to this website, and this is my first thread/post so forgive me if i do put anything in the wrong place. I have Mozilla Firefox, and Internet Explorer, i use both but for the past week(after updating my IE)...when i open it. The program will not … | |
Ok, I'm new to php and MYSQL aswell. I have a couple programs actually that are getting this error and I don't see what could be causing this at all. Here's the situation. I have a job interview page. The user enters the information from the candidate and submits the … | |
Hi I suspect i might have malware on my computer although i have ran Malwarebytes and that didnt detect anything. When I itry to run a online scanner like ESET the scan starts at 50% through and I think something is interfering with it. Please could someone read my computers … | |
Hi guys, I'm still learning java and to code in general. How would i take a word, open a web browser, and define the word in google ? Is that even possible ? | |
IE6 remains active in the taskmanager even after I turn the program off on the desktop. If I restart IE, it starts a second process in the taskmanager. This causes a problem starting Flash pages and obviously use up resourses. Can anyone help? | |
Question withdrawn. Answer: Developer Error | |
Greetings! As many have done, I learned alot through various means from a knowledgable person, job training, books and free tutorials. It is only now, at 48, that I begin my actual real education by attending college. I am currently in my 1st semester for a 2-year IT Web Analyst … | |
Hello all, i have some nasty viruses in my computer. here is the hijackthis log. Your kind help will be really appreciated. god bless. Logfile of Trend Micro HijackThis v2.0.3 (BETA) Scan saved at 8:57:49 PM, on 4/13/2010 Platform: Windows Vista SP1 (WinNT 6.00.1905) MSIE: Internet Explorer v8.00 (8.00.6001.18904) Boot … | |
Hi, i work with C#. how to get Internet Explorer address bar information? When i`m type in to address bar e.g. [URL="http://www.google.com"]http://www.google.com[/URL], i want to get message with the same URL e.g. [I]Welcome to [URL="http://www.google.com"]http://www.google.com[/URL][/I] How to get this? [CODE]foreach (InternetExplorer ie in new ShellWindowsClass()) { string url = ie.LocationURL; … | |
Hi, I am trying to use accented characters on a URL link on a web browser. the links will be similar to this: [url]http://fr.wikipedia....3%A9n%C3%A9rale[/url] I am not sure what section to put this in but as the site is mostly PHP i added it here. I was wondering if anyone … | |
I am new one for jsp and web developement... if i click back arrow in navigation toolbar (from any page in my application) ,then go to logout page... For example.... Suppose i am in page4... here i click backarrow in browser then i want to go logout page, don't go … | |
hi everyone, google and bing search links are redirecting to unrelated sites, to the point where i have to use the cached version of the site or copy and paste as much of the link as they provide to get where i'm trying to get. i ran trendmicro's hijack this … | |
BRIEF BACKGROUND Two weeks ago, Avira's rescue CD reported for one computer: "Contains code of the Boot.1 virus". However, the closest match in their database is W-Boot.1 for which an alias is Dr. Web's WBoot. Malwarebytes saw nothing. AVG saw nothing. Dr. Web reported for another computer: "A: Boot Sector" … | |
I'm sure this question has been asked before, but a quick search on google and on here did not yield results so I thought I'd just ask: Why does Internet Explorer/Microsoft ignore web standards? Is it that hard to keep track of the current web standards and make IE compliant? … | |
Hi, I have a problem here. I have a project running on localhost. Whenever I made some changes on a .aspx file, the changes can be seen immediately when I access my localhost. But when I made changes in aspx.vb file, the localhost still showing old info. * I have … | |
Well a few days ago my computer was working just fine and suddenly today I go to get on it and I cant get on the internet. I have IE, Firefox, and Chrome. At first Firefox was working but now none of them are working. I tried doing a system … | |
[B]Hi, I get the below error...plz tell me how to solve it...it comes when i upload my application n check in browser[/B] Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the … | |
Hi My web Application has some problem to connect it with localhost..it does not show any compilation error but it shows a blank web page..i checked IIS,its working perfectly...even windows apps is also working properly...cant find out the error and dnt knw how to solve it... pleaseee help me.... | |
Hi all, I hope you will be able to help me. My computer is acting up, or rather, my internet Explorer is. I still have the 6.0 version. I keep getting either "page cannot be displayed" or "invalid syntax" errors. I ran Hijack This and I am pasting the log … | |
I've used the following code to open Excel. It works but generates a browser error warning the visitor that the web page is trying to run an add-on with an unknown name, and control with an unknown name. Is there a better way to open Excel (read only) in order … | |
Hi, was just wondering is it possible to develop a web browser which is hacking free and has the effects of working like on standalone applications.Ajax is certainly one solution, but can any body add any thing to it....I would be more than happy to recieve comments. | |
ok, got to make a program that allows a user to enter data into the text fields (specifically a name and a grade), it then needs to store it locally, it then needs to be able to create a graph, and work out the standard deviation and mean from the … | |
Hi there, I just try to figure out a function which will dismiss a text and saves it in cookies for next page reload/visit. My current code looks as follow: [CODE]<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script> <script src="jquery.cookie.js" type="text/javascript"></script> <script> $(document).ready(function() { $.cookie("viewState"); var theState = $.cookie("viewState"); $("#R1").click( function () { $("#secret").hide("slow"); $.cookie("viewState", … | |
I'm developing a small web browser but am struggling with dynamically creating an eventhandler for a dropdown item in the main menu. I have a SortedList called items containing two values, items.Key is the site name, like "Google", and items.Value is the URL, "www.google.com". Below is the code I use … | |
So I am creating a Lockerz program using Visual C++. I have created a few buttons and the web browser thing. It all works great. Accept, when it gets to a page that play a video, I get this error: [CODE]An error occurred in a script on this page Line: … | |
I've been using IE6 for a long time without any problems, but due to many websites I visit prompting me to upgrade my browser to IE8 because they wouldnt be supporting my browser much longer, I decided to upgrade to IE8. It works OK but my text is blurry. I … | |
Well i made another thread but with a different problem but i fix it. but i know how to make textbox allowed chars but is possible with web browsers ? like if f1 - f12 is pressed then nothing happen like nothing have been touch. is possible ? if so … | |
daniweb site does not open on my p.c. but all sites are opening. i tryed to know where is the problem....but i can't. plz tell me how to open this site. where is the problem on my p.c. thnks. | |
I can reproduce this bug in IE7 (and a colleague in IE6), my link is here: [url]http://www.pritaeas.net/tools/linkfarm/[/url] If you select a tag the list gets filtered and the tag added to the selected div. Unselecting it will reset the taglist, and remove() the tag from the selected div. Selecting another … | |
I have a HP notebook xh176 running windows ME, Internet explorer 5.5 AOL 6.0 AOL 6.0 isn't working says KERNEL32.DLL error Tried to load AOL 9.0 it says I need IE 6 or newer to run it I tried to get IE6 downloaded on my XP computer but only the … | |
Hello, I made a couple of web sites. In my machine, their screen size was good as I could see the specified margins. :(:-O:$ [LIST] [*]When viewed in my machine (1440 * 900 resolution), it looked OK with IE and Firefox; [*]But, when viewed in different machine, and in IE, … | |
i'm trying run a cgi script from a c program using execve(). It seems to be able to open and run the cgi file. but instead of actually generating graphical html it generates html code. example: execve("this.cgi", NULL, NULL) will generate: [CODE] /this.cgi /this.cgi <html> . . . the rest … | |
Hello, I have an issue where ie opens a new window to a random site on its own. But only if I am browsing the web. It does not open unless I have it open, then it randomly opens a new window on its own. I have looked in add … | |
This isn't entirely a programming problem, but it may be at its base, which is why I'm bringing it to you guys. For my assignment, I have download a .txt file from my prof's webpage, and then have my program open it. The file, when opened in a web browser, … | |
Hello Everybody, Im a VB hobbyist, ive been learning for about a month or so now, ive created a few basic handy applications. Ive mainly been using web browser controls and am now experimenting with httpwebrequests. Im the treasurer of the Mont-Tremblant Rugby Club, now the season is starting again … | |
Hello, I am a fairly computer savvy guy, but this latest problem I am dealing with has me stumped. Ill give you a break down of the issue: A person brought me their PC because they could not access their Yahoo Email account. The problem seems to be related to … | |
Hi, I'm new here so please forgive me if I am posting in the wrong place. I have been having problems for the last two weeks and have tried everything I can think of but have got nowhere. Basically about 2 weeks ago IE6 started acting up it would not … | |
Hi All, I have [B]roundcube webmail,phpBB forum & wiki[/B] hosted on one machine using [B]apache virtual hosts[/B]. The problem is i have to log into each of the services(mail.domain.mu , forum.domain.mu ,wiki.domain.mu) to get access. All of the 3 sites uses LDAP for authentication and hence a user provides same … | |
First time posting; thanks for the welcome! Have been having all kinds of problelms lately (am in safe mode now) ran several programs (some things found; root kit?) ran Malwarebytes, SpyS&D, OIL, DDs, please checkk my logs; I tried deleting some things in HJT and they did not delete. I … Information Security api audio client-server dns flash google-api http-protocol microsoft-access microsoft-office microsoft-windows multimedia open-source pdf peer-to-peer posting-games social-media storage streaming-service tablet user-interface web-browser web-server window-manager windows-api windows-virus windows-vista | |
Not sure if this is a virus, a trojan, or just my windows corrupt, but a number of strange annoying things are happening: -Computer hangs for 30 secs after windows logo on a black screen, just before logon. -Whenever I try to delete or move a file it does not … | |
Hello all! I'm hoping someone out there has come across this little bugger and can tell me what to do! I'm at the point of having to reinstall my Windows XP as a last resort here, but hope that there may be another solution. Here's the problem. 2 days ago, … | |
the code works but i do not understand the use of editable option whic provides the codes [code]import java.awt.*; import java.awt.event.*; import java.util.*; import java.net.*; import java.io.*; import javax.swing.*; import javax.swing.event.*; public class WebBrowser { public static void main(String [] args) { JFrame frame = new EditorPaneFrame(); frame.show(); } } … | |
I have beautiful floating number effect, written in JavaScript, which is not working on website under Firefox 3.x. It does work in any version of Internet Explorer. Can anyone help me fix it? Here's my site: [url]http://home.wlu.edu/~feldmann/[/url] | |
![]() | I am kind of new to php. However, I created a form in html and the form action is linked to a php which all on the localhost. When I run the html file enter in information and hit submit. A window pops up and asks me if I want … ![]() |
About a year [URL="http://www.daniweb.com/news/story220410.html"]ago[/URL], three girls fought charges of child pornography -- of themselves -- for refusing to attend 10-hour class on pornography and sexual violence after they were arrested for taking pictures of themselves [I]en deshabille[/I]. Now, the district court not only barred the district attorney from initiating any … | |
I am new in building website, but I have an issue with the navigation bar menu display. when I open the page in firefox, the sub menu of of the navigation bar appear fine, but when opened in internet explorer, the sub menus show all the way on the left. … | |
Hi, I have Cable internet and for the last week my internet has been running very slow. It's perfect when downloading or using downloading programs such as Kazaa. but when i'm browsing in Internet Explorer it is really slow. I have three computers on the network and the other two … | |
As the saying goes, a man (and presumably a woman) is known by the company he keeps. In fact, last [URL="http://www.daniweb.com/news/story224479.html"]fall [/URL]some MIT students did a study where they demonstrated that they could tell someone's sexual orientation by the sexual orientation of their friends on Facebook and other social networking … |
The End.