Forum: Python 23 Days Ago |
| Replies: 4 Views: 407 Found a better way to solve my find external IP problem with Python. It was foolish of me trying to find it through SSH while there were so many other tools out there.
def getIPAddress(self):... |
Forum: Python 24 Days Ago |
| Replies: 4 Views: 407 It just gave me 127.0.0.2 ?? which isn't really the ip i tried to run the python from
I know that 127.0.0.1 is localhost but what is 127.0.0.2 ? |
Forum: Python 24 Days Ago |
| Replies: 4 Views: 407 Doesn't this give the python-running machine's IP ?
Or does it give the IP of the machine that calls it? |
Forum: Python 24 Days Ago |
| Replies: 4 Views: 407 Hi there,
Trying to write a small script in python. What it will basically do is this;
1- A SSH user initiates the python script (from SSH remotely)
2- The script gets the connected users IP... |
Forum: C# Jun 5th, 2008 |
| Replies: 2 Views: 4,579 Thank you very much... I assume the Value is the path.... Thank you... |
Forum: C# May 30th, 2008 |
| Replies: 2 Views: 4,579 Hi ! I am working on this project; the thing is that I want my program to create it's own environment variable path so it can be called from and used in CMD too. How can I do this... Googling hasn't... |
Forum: C# Jan 17th, 2008 |
| Replies: 4 Views: 1,879 How? Any net examples you can share? |
Forum: C# Jan 11th, 2008 |
| Replies: 4 Views: 1,879 Hi. I would like to create a 3D desktop environment like the one done in http://www.real-desktop.de/ please check it up. However I do not know how to start... I thought of creating a a huge form that... |
Forum: C# Dec 14th, 2007 |
| Replies: 1 Views: 1,984 Ok found solution!!
added a refresh button. I don't know which one worked... :D Any ideas which one worked?
private void button3_Click(object sender, EventArgs e)
{
... |
Forum: C# Dec 14th, 2007 |
| Replies: 1 Views: 1,984 Hi. I am working on this project and I am little stuck. Trying to update my gridview after i had added data to the .mdb database but it just won't update. You can find the whole project at... |
Forum: C# Dec 3rd, 2007 |
| Replies: 5 Views: 1,259 Ok... Found out where the problem is...
Than you _r0ckbaer |
Forum: C# Nov 29th, 2007 |
| Replies: 5 Views: 1,259 Hi the program still gives a
Cross-thread operation not valid: Control 'comboBoxUserNames' accessed from a thread other than the thread it was created on.
Error after you click the advertise... |
Forum: C# Nov 25th, 2007 |
| Replies: 5 Views: 1,259 Hi. I am trying to figure out this code I found on the net that allows users to chat with each other. It gives a thread error that I just can't fix. Please help me.
This is the Form1.cs file
... |
Forum: ASP.NET Nov 14th, 2007 |
| Replies: 3 Views: 868 Hello. It's me again don't know how many of you have been watching this post but I found an answer. It's at http://www.blinkbits.com/feed/build.php it is a RSS to JavaScript converter. Quite neat. I... |
Forum: Windows NT / 2000 / XP Nov 12th, 2007 |
| Replies: 3 Views: 2,185 Yeah but this is mostly about spamming...is spamming same with being a part of a botnet? |
Forum: ASP.NET Nov 12th, 2007 |
| Replies: 3 Views: 868 Ok. I just found out another thing. That is that atom.xml is just no ordinary xml... so you can't parse it just by using the standart xml parser i.e. show xml as data source and use the data source... |
Forum: Windows NT / 2000 / XP Nov 11th, 2007 |
| Replies: 3 Views: 2,185 Hi I was wondering how I can find out if I am in a botnet or not... As protection I am using spybot, nod32, windowsXP firewall ( i know i know it doesn't really work but i still use it. ) I scan with... |
Forum: ASP.NET Nov 10th, 2007 |
| Replies: 3 Views: 868 Hi! I did some research and learned that blogspot uses an atom.xml . However there is still the problem on how to parse it.... Anyone any ideas to parse a atom feed for blogspot.com??? Anyone? Thanks... |
Forum: ASP.NET Nov 9th, 2007 |
| Replies: 3 Views: 868 Hi. I have seen this example in many sites. One of the is facebook. You write your blogspot address and it leeches it and posts it in your notes section. I want to do that too!! It's just too cool.... |
Forum: C# Jul 26th, 2007 |
| Replies: 2 Views: 1,109 OK a am simplifying the question...how do i add a picture to my msword document using a c# program?? |
Forum: C# Jul 26th, 2007 |
| Replies: 2 Views: 1,109 I must add that the program is written in c# just in case... |
Forum: C# Jul 26th, 2007 |
| Replies: 2 Views: 1,109 Hi. I have been working on a new project for the last few days. The project was to create an automated system that will create reports (using the data given by the employees), save them and then send... |
Forum: ASP.NET Jul 5th, 2007 |
| Replies: 7 Views: 3,312 Thank you so much .... You got my star!!! |
Forum: ASP.NET Jun 28th, 2007 |
| Replies: 7 Views: 3,312 Thank your for the link. I think I can cook up something with the information you gave me. |
Forum: JavaScript / DHTML / AJAX Jun 28th, 2007 |
| Replies: 6 Views: 1,589 |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2007 |
| Replies: 6 Views: 1,589 Hi.Thank you for your prompt response. However there is still a problem. My table being dynamic not only grows in columns but in rows also. Is there no way to reach the elements within the cell and... |
Forum: ASP.NET Jun 27th, 2007 |
| Replies: 7 Views: 3,312 Thanks. But I only want to color certain words with certain colors. I don't think Auto Format resolves my problem since OK or NO can be anywhere within the table cells. Can this be done with a C#? if... |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2007 |
| Replies: 6 Views: 1,589 Hi. I only want to color the cells containing the word "NO" not the other ones.... can this too be done with CSS?? Thanks in advance |
Forum: ASP.NET Jun 26th, 2007 |
| Replies: 7 Views: 3,312 Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to color the text "NO" red within the table cells. Waiting for your reply.Please keep in... |
Forum: JavaScript / DHTML / AJAX Jun 26th, 2007 |
| Replies: 6 Views: 1,589 Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to write a javascript function that colors the text "NO" red within the table cells.... |
Forum: DaniWeb Community Feedback May 17th, 2007 |
| Replies: 4 Views: 1,850 |
Forum: DaniWeb Community Feedback May 17th, 2007 |
| Replies: 4 Views: 1,850 OK sorry about the bad post it seems there is an ASP snippet part. It's just not in the menu... Sorry about that... But I think it will be nice to add it to the menu... Anyway... Sorry again... |
Forum: DaniWeb Community Feedback May 17th, 2007 |
| Replies: 4 Views: 1,850 Hi. I would like to add an asp.net-database web site example in the code snippets part. I was just wondering if I should post it in the C# section since it was written in C# however I must point out... |
Forum: ASP.NET May 16th, 2007 |
| Replies: 1 Views: 2,254 Ok. I seem to have solved the problem. It seems I have forgotten to bind News header in adminn.aspx to the table. |
Forum: ASP.NET May 15th, 2007 |
| Replies: 1 Views: 2,254 Hello. I am currently working on a simple blog-like site. That works with asp.net and access. However now I am just stuck and seem to not be able to get out of where I am stuck. The problem is from... |
Forum: MS SQL May 1st, 2007 |
| Replies: 1 Views: 3,656 Man you don't do that only using SQL 2005 you have to have a program that will get the data from your database and move it towards the SMS system you are using. This program could be a basic VB... |
Forum: Viruses, Spyware and other Nasties Apr 19th, 2007 |
| Replies: 3 Views: 1,626 While I thank you for your prompt reply I don't understand why I should fix qttstk, iTunesHelper, and cnw... I use these?? Do you mean to say that these are broken? How did you understand that? |
Forum: Viruses, Spyware and other Nasties Apr 19th, 2007 |
| Replies: 3 Views: 1,626 Hi.Quickly moving on to my problem : After I turn on my computer (about 10 minutes later) my computer suddenly slows down. When I check my process it turns out my svhost.exe is eating up my ram and... |
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2007 |
| Replies: 6 Views: 9,559 Well first of all my intentions are for the users good. I am writing a program (which will work on the background ) that will identify on which words the mouse pauses the most. Written in C# with a... |
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2007 |
| Replies: 6 Views: 9,559 Hi I want to write such a javascript that when it hovers over a div (any div) it will automaticly COPY ( to clipboard ) the text within the div... Any ideas?? I am just stumped... Thanks in advance... |