1,765 Topics
| |
My wife purchased the 32GB [URL="http://www.apple.com"]Apple[/URL] iPad for my Father's Day gift. Fortunately, for me, you don't receive the iPad the day of purchase. Here's how it works: You buy the iPad, they send you an email when it arrives at the Apple Store, you have 24 hours to pick … | |
Hi all, There are not too many threads that I start, but I wanted to share with you all something I discovered last week that saved me tons of time. I have a program, which is way to long and complex to post here, that basically opens excel, reads data … | |
Hello all, Does VC++ Express 10.0 even support the ability to get text from a text box? I've seen related threads having conflicting solutions, none of which actually work. Ex: must have SDK version x.y. This functionality seems to be so basic and necessary that solutions would be all over … | |
Hey, I'm new here and I wanna know how can I use the default Windows folders in my code in VB 6. For example, in VB.Net I can use My.Computer.FileSystem.SpecialDirectories.MyDocuments shorcuts to know the path of folders like My Music, My Docs, etc. But I don't know how to do … | |
Hi, I have a problem with an VB aplication programmed in Visual studio 2005. Recently i was upgraded my computer with windows XP to Windows 7 Ultimate (fresh instalation). After that I made reinstallation Visual studio 2005 and service pack 1 for Vista/win7. My problem now is when I run … | |
hi, im having a graduation project which i should make a windows mobile application using visual studio 2005, and really i dont know what topic can i choose and the doctor doesnt want to provide me with a topic,, so if anyone can help just with a topic, because it … | |
Hello fellow Daniweb members! Really this forum can't be what it is without you guy's... Just a quick question, can you incorporate the windows file explorer in a C++ application to save and open to a chosen file path? I am asking because I have seen it in other app's … | |
Hey there, I'm currently using NetBeans 6.8 running Cygwin GNU Bash version 3.2.49(23)-release. I'm having a problem running my program that uses pthreads, mutexes, and semaphores. After it creates 1 to 3-4 threads, it returns a Segmentation fault. I ran the program on a computer running Linux (using NetBeans as … | |
Hi, I'm trying to write a program for Windows that will control the mouse with the keyboard, but I'm not sure I understand how Windows works. My theory is that I will need to send mouse event messages for the mouse and hook the messages from the keys that are … | |
I am having a problem trying to save records in a parent / child data relation. I have to tables tblContacts & tblMember. There is a fk relation on the ContactID field. The tblContacts table is the master record. I am using a set up bound windows forms controls to … | |
When under Windows 2008 Server with my C++-program (with a cicle) many directory are copiing, then the memory is increasing and remain at a high level. Waht can I do? | |
I want to buy MS Office 2007 or 2010 Professional and I can find it on Ebay at an average price of $175 US. I am wondering if there is some reason I am not aware of to not buy any of these programs. What do I need to know … | |
Hello friends, I am writing a program that behaves like a (Linux)shell (but it's not really a shell because it does not interpret commands itself). It will read some commands like in Linux shell and then run the command in the same window of course. The standard MSDOS shell does … | |
I need to execute a .exe file located in C:\Program Files\ABC\test.exe on my windows machine using PHP. I have installed WAMPP/XAMPP to run PHP. I have tried the exec() system() shell_exec() but I'm unable to run the file. [B]Can someone help me with the exact code?[/B] | |
For our homework in our Computer science class, we were tasked to research by asking expert advice on database forums. We were first asked to download Census data to be analyzed using Microsoft Access. The data contained facts about 1% all people living in large US Cities at the time … | |
i need help, i am making a web browser in vb 10 and i have a built in media player and i want to make a play list. i got it to work with a listbox but not anything else. For the menustrip [CODE] Private Sub PlaylistToolStripMenuItem_DropDownItemClicked(ByVal sender As System.Object, … | |
HI All, My name is s0ur and I am not a programmer. Isn't that the first step to recovery? I am hoping that the experts can help a noob. I am trying to write a python script that will run on windows login. it should do the following: 1) ping … | |
I have windows XP version 5.1, SP 2. Tried installing Turbo C, on ruuning the install.exe, it does not take any input from keyboard. e.g. it says press Enter to continue. When I press Enter nothing happens. CAnt even close the install window. Have to kill it to close. | |
I saw this article yesterday titled, "[URL="http://tech.yahoo.com/news/pcworld/20090220/tc_pcworld/studyfederalgovtcansavebillionsinitspending"]Study: Federal Gov't. Can Save Billions in IT Spending[/URL]," and feel compelled to comment. The gist of the article is that by switching to open source software, like Linux and OpenOffice.org, the federal government would save billions of dollars in IT costs. This is … | |
I've been building a commercial website and I'm ~30% finished, but there's a little problem I've been dealing with that I think I can stop but before I do all that I want to know if it works. So here's the deal. Right now I'm running Apache on my machine … | |
Dear c# Community, I am seeking general advice from those with more experience. My problem is this: I have written c# code that computes several X,Y data sets. I now wish to plot these as a scatter graph. Nothing fancy, just simple plots that pop up at the end of … | |
[ATTACH=left]16673[/ATTACH]We got the news in our Firefox browsers this week that a beta release of the next version of Microsoft's stodgy Internet Explorer is due out September 15th. In Redmond's classic trying-too-hard style, the launch will come at an invitation-only event in San Francisco, according to [URL="http://www.pcmag.com/article2/0,2817,2367787,00.asp"]PC Magazine[/URL]. The invitation … | |
Imagine taking your favorite games with you wherever you wanted and being able to play whenever you wanted. That is the selling point behind Microsoft's latest move today at [URL="http://www.gamescom.de/en/gamescom/home/index.php"]GamesCom 2010[/URL] in Germany where they announced a massive line up of game titles to be released on [URL="http://www.microsoft.com/windowsmobile/en-us/cmpn/windowsphone7/default.mspx"]Windows Phone 7[/URL] … | |
I'm currently at work and updating some pages on our website so they work on both the current and new site. I am trying to view the changes I've done to the current page I'm working on but IE8 won't hard refresh and display my changes on the new site. … | |
I am using ext4 filesytem on fedora 13 and also Windows 7. Tried linux internal reader, ext2fsd and many more to fetch data from ext4 partition but unable to do so. Can any one help to access data in Linux partition from Windows 7. Thank You | |
Hi mates, Firstly I'd like to apologize if the forum is wrong but I can't find the forum for my topic. I'm a software engineering student from Turkey and I'm trying to lead my career as best I could. A software engineer should have knowledge of any technology, C, C++, … | |
I have a comboBox that I need to fill using data from Access database. For this, I get a DataTable with resultset from database, transform this resultset in a List<T> to sort by number and fill the Rows with this List. The problem is, after selected some value, I can't … | |
Michael Reagan, the eldest son of former US President Ronald Reagan, has accused people who use email services from Apple, AOL, Google, Hotmail and Yahoo! of "supporting the Obama, Pelosi and Reid liberal agenda" and ultimately "hurting our country". His answer, for those supporters of what he calls true "Reagan … | |
Because it is unrealistic for companies to mandate a particular kind of smartphone for all their mobile employees, a new app will soon makes it possible for iPhone and iPad users to have the same access to their companies mobile "line-of-business" applications as employees carrying Android or Windows mobile devices. … | |
[ATTACH=RIGHT]16431[/ATTACH]Blitz Arcade, the downloadable division of Blitz Games Studios found themselves a World Record holder today, despite having accomplished this feat last year. With the creation of[I] Invincible Tiger: The Legend of Han Toa[/I] in 2009, Blitz now holds the Guiness World Record for the very first stereoscopic 3D console … |
The End.