1,453 Topics

Member Avatar for
Member Avatar for Joe Hart

Hi, Below is my code. Hopefully it is in the correct format. I would like to know how to ask the user the dir and file name of certain file formats (they are red in the code) and have the program take those answers and put them into the program, …

Member Avatar for shadwickman
0
167
Member Avatar for Joe Hart

Hi This is my second post. I am new to python. I hope I have posted my code correctly. I am trying to have Python rewrite the compare.asc file. This file is used with another program called MUST. This is a transmission line program. This program is suppose to compare …

Member Avatar for jlm699
0
432
Member Avatar for eggiel

I got a virus in my computer these are my simptoms Fire fox shutdown I install some antivirus and they dont update Internet does not run with an antivirus install Also could you recomend me some good programs to protect my computer Thank you in advance This is my hijack …

Member Avatar for jholland1964
0
147
Member Avatar for sfzab

I work and have to save an important file in four other locations besides a Linux HD. Instead of having to save the same file for four more times, I would like to automate the procedure through a linux script file in which the [B]first[/B] saved file on the Linux …

Member Avatar for sfzab
0
321
Member Avatar for genieuk

Hi, Does anyone have a simple script that i could put on my webpages that when a user clicks on a link to download a file it displays something like (File Downloaded XX times) on the webpage. I found many scripts with admin interface etc, but i just want it …

Member Avatar for genieuk
0
306
Member Avatar for Joe Hart

Hi, This is my first post to this forum. I am just a beginner so I am not really sure what everything in my code does. Below is my python code. I would like to change the code to ask the user where the files are located and automatically update …

Member Avatar for Mearah
0
181
Member Avatar for francisabey

[B]Enable pipelining [/B] Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times. To enable it, type about:config in the …

Member Avatar for airbourne
1
188
Member Avatar for Icebone1000

I dont know how to explain very well, I have a class that works 100% fine.. The problem is that now I want access that class inside of other class, when I do it, things stop of working fine and gets very unstable( some few times works, but mostly times …

Member Avatar for Icebone1000
0
277
Member Avatar for JainishP

I am currently writing a simple program that matches a already written program, with certain specifications that are required. For the most part I have written what seems like working code, but I do have problems. Here is the program that I have to make: [URL="http://mavdisk.mnsu.edu/wangj/lab10sol.exe"]Sample[/URL] 1st problem: When the …

Member Avatar for Clockowl
0
156
Member Avatar for jyotiu

Hi all, I am getting result in an array from some webservice and i have created User Interface to see these results with each result have a check box with it. what i want to do is to insert only that record in DB that user will check in check …

Member Avatar for rm_daniweb
0
116
Member Avatar for abhi_marichi

I wanna develop a simple OS which is having only note pad in it. The OS should boot itself like Windows and should have a GUI. Please tell where can I find some free sources for this .... and how can i interface my OS into GNU Bootloader..... and how …

Member Avatar for Ancient Dragon
0
92
Member Avatar for beth2138

[B][U]This is probably a easy an simple task to someone that can take only a matter of minutes, but im new to this[/U][/B] Please will someone help me with my coll work....i have been given a task to normalise this data in to 3NF an i am totally stuck help …

Member Avatar for ithelp
0
184
Member Avatar for pinkdiva

Hey, I posted the HijackThis log below Can you please check if there are any viruses in this log or what should I delete? Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 11:36:19, on 4/04/2009 Platform: Windows Vista SP1 (WinNT 6.00.1905) MSIE: Internet Explorer v7.00 (7.00.6001.18000) Boot mode: Normal …

Member Avatar for crunchie
0
105
Member Avatar for safyrmwn

Any help with these issuses is greatly appreciated. Thank you so much for your time and attention. Overall System sluggish along with the following problems: Start>Programs>Administrative Tools>Services results: Windows Internet Explorer error Cannot find 'res://C:\WINDOWS\System32\mmcndmgr.dll/views.htm'. Make sure the path or Internet address is correct. Press Ok same error returns, Press …

0
133
Member Avatar for Kloukip

I have a simple question: How do I insert a new entry into settings.settings from the code (not through the table interface) so that i can make user defined presets/settings? Thanks for any input ;) Klo

Member Avatar for metalla_nz
0
99
Member Avatar for justinmyoung

I hate to come back so soon, since I was all proud of myself for working out the last issue. This is a different issue, and beyond the scope of my knowledge. The pagination itself WORKS FINE. However, I'm trying to use a tooltip script on an image hover, and …

Member Avatar for justinmyoung
0
181
Member Avatar for justinmyoung

here's the link to the script: [URL="http://www.dynamicdrive.com/dynamicindex17/ajaxpaginate/index.htm"]http://www.dynamicdrive.com/dynamicindex17/ajaxpaginate/index.htm[/URL] I got the script working, but I can't manage to move the numbers from the top...to the bottom. I tried nearly every combination I can think of. Here's a screenshot of where the numbers are placed currently: [IMG]http://www.justinmarcusdesign.com/image.jpg[/IMG] [B][COLOR="Red"]Here's the HTML:[/COLOR][/B] [ICODE] <!DOCTYPE …

Member Avatar for justinmyoung
0
193
Member Avatar for axfv

I'm going crazy trying to figure this out. I want to have a program that detects when a user locks or unlocks the computer, and I know ISensLogon has the functionality I need (MSDN link: [url]http://msdn.microsoft.com/en-us/library/aa376860(VS.85).aspx[/url]) but I cannot seem to find ANY examples of how to work with it. …

0
53
Member Avatar for it2051229

I have three tables in the mysql database. Let's say: Table: Human -> Fields: human_id (primary key), name Table: Attribute -> Fields: attribute_id (primary key), name Table: Human_Attribute -> Fields: human_id (foreign key to human table), attribute_id (foreign key to attribute table) Cardinality: Human Table to Human_Attribute Table (1 to …

Member Avatar for it2051229
0
174
Member Avatar for Siefer

Hello, I am trying to figure out how to generate code from user input. In Visual Studio 2008, Visual Basic I am new to this so I will try to explain the best I can. Thank you. My script always begins with: [CODE]function Init(Quest)[/CODE] Then from here a user would …

0
71
Member Avatar for kashyapanirudh

Hi, I am building a Email client. I want to retrieve mails from MYSQL Database stored in the server and display the mails in the Client user interface. Only 50 mails must be displayed per page. How can i do this ? Can this be done using paging in Data …

Member Avatar for ddanbe
0
89
Member Avatar for caps_lock

hello im trying to get down a model that conceptually represents the data transfers that my application uses. I basically got this: [End User] <- command line interface -> [My Program] <-> { Java Virtual Machine <-> Java Interpreter <-> Operating System/Windows } <-> Computer The program uses Java's I/O …

0
93
Member Avatar for gseed87

Project Title : Student Grading System Purpose : Calculate the grade and sort the student matrix in descending example Input file : studentsmark.txt example Output file: studentresult.txt How the user operate the software: 1) user run the software 2) an interface show on the screen 3) user keyin Input file …

Member Avatar for r.stiltskin
0
193
Member Avatar for neutralfox

Hello everyone, I am having a problem, I want to transfer the data from a text field which is found in the class "ServerInterface" to a method in another class "Server". I wanted to transfer data to the method "sendData()" in the class Server when the user enter data in …

Member Avatar for neutralfox
0
89
Member Avatar for db11

I've just started c# having done VB and a bit of c++. I think c# is probably a more viable option than ++, thus here I am. I've had this problem in a few languages. How do you create an array in code that is linked to an array of …

Member Avatar for papuccino1
0
2K
Member Avatar for tksabin

hi friends, Im doing my project in C#. Now,I want to make a very nice UI for this one.. The UI which i created now is a simple one using visual studio 2008.. Is there any other software by which i can make a very nice UI.

Member Avatar for tksabin
0
90
Member Avatar for janicefernandes

we are a small website company. I make the user interface of the website while my colleague develops the admin side in asp or php. The admin pages alow our client to change the text and images on certain pages like products, gallery etc. i want to study code examples …

Member Avatar for almostbob
0
61
Member Avatar for starsinthesky

i dont know if this is the right forum where i can post this question that i have. im making an organizer and i want to make a pop-up window that would remind the user of an upcoming event he has 10/5 days from that time he opens the organizer. …

Member Avatar for diafol
0
69
Member Avatar for kheija

HI..Plz help me by giving ideas,opinion or suggestion. My objective of my project is is to send sms to the customers 40 minutes before their car is finish for servicing and ready to collect.I've model the flow of sending sms where 40 minutes b4 done,the car will send for washing …

0
62
Member Avatar for mary10

Help me implement these in playlistImpl The user needs to be able to: * Create playlists * Delete playlists * Edit playlists * play playlists com.xxx.iopackage.inputstreams.mp3player.playlist.PlayList com.xxx.iopackage.inputstreams.mp3player.playlist.PlayListImpl [U]PlayList.java[/U] [CODE=java] package com.xxx.iopackage.inputstreams.mp3player.playlist; import java.io.File; import java.util.LinkedHashSet; /** * Models a playlist of MP3. A Playlist is a group of mp3s which …

Member Avatar for nymph
0
205
Member Avatar for vijay.wadikar

Hi All, I want to use the data grid as input interface. Can any one help how to start. i need 3 columns date, name, location the location field is drop down field user can select from the list only. the values entered by user should update in the database. …

Member Avatar for agrothe
0
92
Member Avatar for Vaelinarei

So I'm not sure what's wrong with my laptop, it keeps installing spyware on its own so I have to run MBAM a LOT. I get "IE" popups on Firefox, and sometimes when I try to get to sites I searched for on Google it bumps me onto something called …

Member Avatar for peacemanfunk
0
172
Member Avatar for agent007

Hi I have noticed that some hosting provides have been able to set folders to 755 and files 644 but still permit both the Web interface user and the CMS/Forum etc scripts to have write access to the web root of the account. I will provide and example to clarify …

0
107
Member Avatar for reland

I have this malicous virus. I found it using avg, didn't do anything, then SUPERAntiSpyware, no go, then combofix, then avenger. Still nothing works. my logs are below (hijack this then combofix then avenger). Please help! ----------------------------------- Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:34:41 PM, on 13/02/2009 …

Member Avatar for crunchie
0
223
Member Avatar for alexcoco11

I saw a similar thread to my problem, [url]http://www.daniweb.com/forums/thread11183.html[/url] I just rebooted my computer, because it was doing the same things, still now it can struggles opening sites like YouTube, Facebook, Microsoft Updates, etc. Since I just rebooted it I don't have Java installed, I only have my drivers installed, …

Member Avatar for alexcoco11
0
124
Member Avatar for EJD

The following code is producing this problem (typed with exact characters printed in command prompt, aside from quotations): "Please input D for a daytime movie or E for an evening movie: This is not a valid choice." The program will not allow me to input anything following the prompt for …

Member Avatar for EJD
0
111
Member Avatar for zangster421k

I have a project with these requirements: > Create an array based phone directory which can load name and numbers of all the poeple in the phone book (which is an array) and can change numbers of existing entries, add new entries, delete existing entries and save any new changes …

Member Avatar for javaAddict
0
189
Member Avatar for artemis_f

I am a complete beginner to python (I have only used it for a statistics class in the past). I want to develop a program that is kind of like [URL="http://en.wikipedia.org/wiki/FreeMind"]FreeMind[/URL] - it will allow the user to create Ishikawa diagrams for a particular purpose. So essentially I want the …

Member Avatar for Stefano Mtangoo
0
163
Member Avatar for Doops

I am currently working on a project where I want to allow a customer to update their details through a web interface. I am using C# codebehind. On page load I am setting the values of the textbox using the existing customers details. The idea being, the user sees the …

Member Avatar for Doops
0
95
Member Avatar for soldgold

Dear Members Let me introduce myself. I am new to this forum. I have trying to learn a new profession as a Requirements engineer. I am trying to learn writing pseudo coding for business rules with the learning by doing method. I am trying to write a business rule for …

0
34
Member Avatar for vuyiswamb

Good Morning All I have a WebSetup Project and a Installer Class. I want to accept User [QUOTE]Database, Server,Username,Password and E-mail[/QUOTE] This is what i did so far. I have created a Websetup Class installer that looks like this [CODE] namespace ClassLib { [RunInstaller(true)] public class ClassLib : Installer { …

0
344
Member Avatar for jaytheguru

Afternoon all, I have taken up a task where end user should be able to enter information via vb interface into microsoft Access database. This then will be displayed onto the Datagrid via VB interface. The program needs to be setup in a way that first entry by end user …

Member Avatar for almcnicoll
0
147
Member Avatar for flipboi15

hey guys, my sister asked me to help her fix her laptop, I don't really know the full situation but she said she downloaded something and her laptop restarted in safe mode and thats all she could start it on. Shes running vista SP1. Here is the Hijack Log File, …

Member Avatar for crunchie
0
168
Member Avatar for csurage

I am doing independent research for a professor of mine, but I'm not sure where to start. I plan to write this application in c++. 1) The application will run on a server and the main computer will be able to monitor the computers in the lab, for example the …

Member Avatar for Nick Evan
0
106
Member Avatar for chicabonita

My computer has that random sound virus that I've read other people posts about....I can't seem to get rid of it! Here is my hijackthis log Logfile of Trend Micro HijackThis v2.0.0 (BETA) Scan saved at 12:36:22 PM, on 2/2/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) Boot mode: Normal Running …

Member Avatar for crunchie
0
169
Member Avatar for lirts

I have this antivirus 2009 thing and I can seem to get it to go away. I used some antispyware programs to try and get rid of it but none of them helped. I also ran Malwarebytes and It's picked up over 80 things. Is it reliable to use it? …

Member Avatar for lirts
0
200
Member Avatar for DJMASSIAH017

Hello Everyone! I have a homework assignment due and I am having a problem with an compiling it to get an output. This is my first and only Java class. Can someone please tell me what I am doing wrong? Thanks in advance. [CODE]/* Programmer:Steve A. Massiah Date:01/29/09 Course:PRG/420 File: …

Member Avatar for javaAddict
0
3K
Member Avatar for cinnamonhotel

This lesson presents methods that will help you automate Windows XP Professional installations. When you must install Windows XP Professional on computers with varying configurations, scripting provides automation with increased flexibility. You will learn how the Windows Setup Manager makes it easy to create the UNATTEND.TXT files that are necessary …

Member Avatar for Godsp3ed
0
452
Member Avatar for mannyg

so i no ive read this stuff about hmwrk. but i have done a lot of work and dont want anyone to finish it for me i just need advice, im making a coffee machine and i have made a layout, but i dont no how to put in the …

Member Avatar for sillyboy
0
126
Member Avatar for mrpoate

Hi, This is my first time on daniweb, so if I've posted in the wrong section or there's already a similarly-themed thread or I've done something wrong I apologise. Anyway, I'm hoping someone can prod me in the right direction with a problem I'm having right now. I'm currently working …

Member Avatar for mrpoate
0
2K

The End.