2,966 Topics
![]() | |
Wondering if someone can help me. I've been working on a form in VS2003 and trying to enable text boxes on that form to accept input to populate columns in an existing SQL server. I'm trying to perform the task entirely through the IDE (is it possible?), since my C# … | |
Hi everyone! Forum Name: NordCoder Age: 21 Country: Denmark I'm a hobbyist game programmer with experience in TI-BASIC (for the advanced calculators), JASS/vJASS (Warcraft III scripting language), C++ and SDL. My current project is a game framework made using C++/SDL that will be the base for my second game: A … | |
Hello everyone! I have a problem . How to maintenance the file's last modified time when upload it to FTP server? Please help me.Thank you~ | |
Hey guys, I have been given the task of attempting to recover some data from a hard drive. This is what I know: -The hd failed the READ test, READ VERIFY test, and Internal Cache test. -When I plug it in using IDE cables, or using a IDE->USB external case … | |
I've got a problem with this piece of iterating code: [CODE] /* Iterate to apparent position */ while (a1 != aT) { /* <-- assume a1 == aT here after the 3rd iteration */ a1 = aT; /* Recalculate position */ Venus_C(JDE - aT); /* Calculate */ ep = sqrt(pow(Venus_x(), … | |
This is not a homework problem & my first post in 2+ years. I just got asked to do this in C# based on my asp & DB experience & I am tearing my hair out as they want in done in one day & 2 MS videos say to … | |
See attached project. This is a very small test project so I can learn. Here are my questions: 1) I've overridden the Install and Uninstall in my Installer component based class, but they don't seem to get called...why? I am setting a breakpoint in the Install override and running in … | |
Having seen you explained the header file question pretty well, i was encouraged to post this question that i kept wondering too. How is the need for a make file handled in Visual Studio IDE? Thanks. | |
Please share with me which direction to head on the following PHP work environment i.e. Which IDE browser addon etc. Base application development directory and subs Base files for a typical site any help in rapid app dev Thanks to all that share "THEIR" configuration.... | |
Hi, I'm encountering a frustrating problem in Delphi. I've written several very long programs to demonstrate certain things related to neural networks. As such, the program GUI has many things on it that are updated per iteration of the solver: from labels, to memos, to editstrings, etc. The two main … | |
Folks, here is an implementation of memset(), however I have been told that there is one logical mistake in the code. Could you help me find it. I feel that a double pointer for the target string should be passed to this function, which will be like passing the address … | |
Dear All, Please help.I suspect a rootkit or virus. Posting hijack this log Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:56:48 PM, on 9/1/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.5112.0000) Boot mode: Normal Running processes: E:\WINDOWS\System32\smss.exe E:\WINDOWS\system32\winlogon.exe E:\WINDOWS\system32\services.exe E:\WINDOWS\system32\lsass.exe E:\WINDOWS\system32\svchost.exe E:\WINDOWS\System32\svchost.exe E:\WINDOWS\system32\svchost.exe E:\Program … | |
Hey there, How do I installer gtk+ under windows and compile using the gcc compiler through command line. (not using IDE, just notepad++). I've been looking at the gtk+ site but don't have clue as to where to start and how to install libraries. What do I download and how … | |
Hello, JAVA community. I am currently working on developing a system (Hotel Reservation System) as academic work. I am using Netbean IDE 6.7 and MySQL or MS SQL as development tools. I am quite amateur with the use of Netbean, I also find that manual coding is very tedious. So, … | |
I work in IT Tech support (Hardware & Networking) so have a fair bit of knowledge and experience but this one has really got me stumped. I got a tower running XP Pro on IDE 0 with DVD RW and on IDE1 I got 2nd data HDD. Both are Maxtor … | |
Hi, I have made a little custom control which has collection of inner properties. I've also successfully tested a custom control which accepted "literal content" (innertext) into a default property. I have both models working separately, but I'd like to combine the two into one control. That is, I want … | |
Hey I want to find out how to display a selected record from a excel database into dreamweaver. In my shopping page on my website "http://212.219.41.137/StudentFTPUser61/store.asp" when you click add to basket (on the right hand side of a product) a small popups appears saying you have successfully added that … | |
Hi all, I'm having trouble compiling a C++ project,which was originally written using the VC++, in Dev-C++. The problem is identifying the compiler errors that are incurred by the Min-Gw compiler(the default compiler that is shipped with Dev-C++) I've currently have converted the project(which is an opensource example of JNI) … | |
how can i make os independent .exe file in java. I am using netbeans IDE for developing java project | |
The kernel memory nonpaged pool of Windows XP continually increases in size until it reaches maximum (262,144 KB) set by operating system and causes Delayed Write Failed (DWF) errors (and sometimes "blue screen" errors). Because drivers need to use this part of physical memory in order to operate, when the … | |
Greetings - - I am new to daniweb and am also am at my wits end with Dreamweaver MX. I converted a Adobe Illustrator file that encompasses jpeg artwork and RGB process colors to a GIF file. No matter what I do, I get unwanted white space at the top … | |
Hello all, I have created a wpf application and have run into a couple of problems... :-( I have published my project, copied the (published ClickOnce installer) files to another computer, installed my app and it stops working as soon as I launch... My problem seems to occour only on … | |
Hey! I have a strange problem. When developing with Ruby on Windows Xp, if I try to run the .rb file with [CODE]ruby mycode.rb[/CODE] The execution stops returning: [CODE]/usr/lib/ruby/site_ruby/1.8/i386-cygwin/sdl.so: [BUG] Segmentation fault[/CODE] Of course, /usr makes no sense in windows. On the other hand, if I simply double-click mycode.rb from … | |
![]() | I decided to develop a java applet to transfer files to a ftp server. I have no java experience but using stuff from the web and using NetBeans IDE for development, I came resonably close. Here is the code I used. /* * To change this template, choose Tools | … |
hi... i do really need your help guys... its about mobile application in netbeans IDE 6.7.1 im a total newbie here... so, im asking for your help... so here it goes, i am planning to create a mobile application with the use of netbeans IDE 6.7.1, and the outcome would … | |
I have a Dell about 5 years old.os is xp,the cd reader is not responding.Under device manager there is a yellow exclamation point.the computor says I have the correct drivers installed.I bought a new reader and the same problem exsists.I swapped ide cable connections on the motherboard with the hard … | |
Hi, Just wonder if there is any way to get this information while compiling your source code, what I mean is if I can do something like this: [code=c++] //pseudo code if (IDE == BORLAND) cerr << "You are using: " << _COMPILER << endl; if (IDE == VISUAL_STUDIO) cerr … | |
Hi guys, Visual studio contains alot of controls which facilitate the development of application using C#. Is there any workaround to use this controls in Netbeans IDE or any plugins to make Netbeans as reach as Visual studio in controls. Thanks in advance | |
Hello everyone, I have installed Dev-C++ IDE on my system to run POSIX threads application. The program has compiled correctly. When I try to run the application, I am encountered with the following error Unable to locate component This application has failed to start because pthreadGC2.dll was not found. Re-installing … | |
Hi guys, Is there any JSP IDE which facilitate the development of webpages as in ASP.NET using Visual studio with minimal written code. Thanks in advance | |
I am using Microsoft visual c# express 2008 ide. I want to cycle thru my open files - I know there are a couple ways to do this but I want to be able to click on the name of the open file on the tab that is above the … | |
Hi, I am trying to setup a tomcat server in eclipse galileo java ee to test a simple JSP page. I have problem, but no solution to it. So, if i want to see [url]http://localhost:8080/Project/WEB-INF/Hello.jsp[/url], it gives me error page HTTP Status 404 - /Project/WEB-INF/Hello.jsp I have tried to change … | |
Attention marketing professionals: Sending cute toys along with press releases is a good way to get me to notice them. I received a package today from Actuate, which makes RIA and business intelligence tools. In addition to news about BIRT-based Actuate 10, which I’ll get to in a minute, the … | |
With ElectricCommander 3.0 set to begin shipping this week, I caught up with Electric Cloud CEO Mike Maciag to better understand the build automation tool's new "preflight" capability. That's a feature that determines whether changes to code will integrate correctly with the main build before those changes are actually checked … | |
How's this for a news story? Genuitec, which develops the MyEclipse commercial Eclipse IDE, announced today that it is working toward a near-zero carbon footprint and wants other Java tool companies to do the same. Stay with me here. Touting its environmentally friendly ways, the company starts with a boast … | |
For three years running, the Eclipse Foundation and its development community have successfully released—in full synchronicity—dozens of interoperable projects consisting of millions of lines of code. Impressive feat. Perhaps some of those developers might consider running for public office here in the U.S., where with energy prices approaching the stratosphere, … | |
SourceLabs is like the L. Ron Hubbard for the software community; it makes a living on developers in need of self-help. The company today added Eclipse projects to Self-Support Suite, its support tool and service for Java and Linux developers. The suite now counts the copious creations of the open … | |
A new forensic computer from a UK based company promises to make the task of gathering evidence at the scene of a crime much easier. The dual booting Windows XP and Suse Linux [URL="http://www.dataduplication.co.uk/details/trecorder.html"]TreCorder portable forensic lab [/URL] is built into a rugged portable chassis and can simultaneously copy up … | |
In response to this article, which claims that Java could soon become an important programming language in Linux due to the recent open-sourcing of Java: [URL="http://www.linux-watch.com/news/NS6939729453.html"] http://www.linux-watch.com/news/NS6939729453.html[/URL] It's actually very unlikely that it will happen. This article is stating that the main reasoning is that other popular Linux programming languages … | |
Is it just me, or is there a rather severe dearth of knowledgeable help at technology stores? I don't think I've ever seen a larger number of know-nothing, computer tech wannabes working at stores where technology products are sold. And God forbid you should go to an office supply store … | |
Boo is new, well at least relatively new. If you are familiar with Python and C#, you can feel right at home. Most of Boo is written in C# by a Python devotee. Boo has static typing, but also mimics dynamic typing by inference. This way you are not in … | |
Using wxPython and the Boa Constructor, a VB/Delphi like IDE and Visual Builder, this little calculator was a breeze to make. Boa did 90% of the code generation, and I simply added code to each button click event to make the calculations work. I wish every project would go that … | |
This snippet shows how to draw a red circle on a Windows form. Original code via BCX, modified to compile with Dev C++. The GUI code looks a little complex. Gets simpler, once you get past the required overhead. For those who need some hand holding with the Dev C++ … | |
Hi, I need already written code for a simple file and folder explorer in Java similar to Project Explorer in Net Beans IDE. Instead of writing it from scratch I hope I can find which is already written. It will be very good if it allows file/directory add, remove and … | |
hi please i deperately need help been trying to compile this code on netbeans IDE but it keeps giving me error on the output code is: package gameapplication; import java.awt.Color; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Vector; import javax.swing.JButton; import javax.swing.JCheckBox; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; /** * … | |
Dear Community Members! I have written a program in plain C to carry out some mathematical calculations. Now I am trying to identify bottlenecks using a profiler (IDE: Open Watcom 1.8). I find that a very large portion (60-79%) of the running time is used by ntdll.dll. The core program … | |
Can anyone tell me how to get my blocks of code to automatically indent when I place the final closing brace--"}". This works fine when I am coding in C# and I know there must be a way to enable this feature for CPP source documents. | |
Hello all on Daniweb I have come to ask is my mobo dead I have a fair knowledge on pc building but this is just tearin me up ...the other day I decided to build a new pc out of parts that I have in the cupboard , namely , … | |
I have currently two forms in mine website..I m also posting their codes-- FrmRegistration.aspx [code] public partial class FrmRegistration : System.Web.UI.Page { SqlConnection conn = new SqlConnection("Data Source=SONIA-B408A4159\\SQLEXPRESS;Initial catalog=sonia;Integrated Security=true"); string query; SqlCommand cmd; protected void Page_Load(object sender, EventArgs e) { btnSubmit.Attributes.Add("onclick", "Javascript: return Validations() "); } protected void btnSubmit_Click(object … | |
Morning, I have 2 IDE HD's and 1 SATA HD. The SATA is my primary XP install and I had one of my IDE HD's as a Secondary XP Install and is used for work purpose. Everything was working fine until one day I was unable to boot to my … |
The End.