Hello everyone, I've been using this website and it has helped me with it's hundred of solved cases, but I couldn't find one appropriate for this one.
I have …
So Ya My Explorer.exe Keeps Crashing Too And Everytime I Try To Run It It Shuts Off In Like 10 Seconds. Here Is My Log File
Logfile of Trend …
Hi,
This is my second post in continuation to my previous one. How can I loop through all the files in a folder.
Cheers!
Ali
Hi all,
I would like to be able to show all the websites visited on a machine.
How would i go about doing this.
Thanks
Hi all,
I would like to share, how to get your website indexed in Google. For my last project i got indexed in Google for less than 48 hours.
…My friend and i were having a discussion the other day and we were having a heated argument about how to make that dang diamond pattern in C++ code...does anyone …
Hi everyone,
i am in need of ideas and want a bit of advise...i want to make a serial port sniffer which will be able to read the data …
Hello, I was assigned the task of coding this program in python for homework and I recently ran into a problem. Basically the assignment asks that a program prompt the …
Greetings! So my question is: Is it possible to create your own data type? Not a class, or a structure, that builds from predefined C++ types, but your very own. …
I have a PDF file full of addresses (>3000) in this format:
Name
Street Address
City State Zip
Phone Number
Is there any program that …
I have Toshiba Satellite A40 with Toshiba SD-R2412 CD-RW/DVD-ROM Optical drive. I have to change my optical drive due to lens failure and I bought TEAC DW-224E as per recommendation …
inFile >> x;
while(!inFile.eof())
{
if(x == '\n')
{
cout << endl;
}
cout << x;
inFile >> x;
}
will this code detect end of line? I'm having …
Coin game: Alice and Bob are playing a game using a bunch of coins. The players
pick several coins out of the bunch in turn. Each time a player …
Hello !
I want to get the current week number of the month. I have used this code below : -
Private Sub Command1_Click()
Dim t_Day As …
when a datareport show, there has a button to print the page manually. I want when I click the button (to show the data report,it will not show), the page …
In netbeans I added a scroll pane + bar inside one of my JPanels. When I drag enough items into the JPanel, the size of the JPanel increases in netbeans. …
Hey,
How do I implement multi-level dynamic navigation with php? Assuming my database would be like:
id name parent_id
----------------------------
1 page 0
2 sub1 1
3 sub2 1 …
I'm a IT tech and I need to learn how to modify a Lotus Notes .id file to reset users passwords. What tool or application can I download to change …
Hello guys!
I am totally new in visual basic and have got desperately stuck for 4 hours with this problem which I bet is very stupidly simple.
The …
Hey,
Im trying for a message box to pop up with a price, depending on the time. Before 11:30 costs £3.00, afterwards costs £4.50. This is what i have …
i have 3 text boxes a b and c
i would like to enter time into the a and b and have c calculate the tot time in hrs …
This 'sticky' thread is for working examples of Python GUI code. Note that most wxPython examples have their own thread.
Please use comments in your code to help the reader.
…Hello, I'm making a little app that runs through a Richtextbox and makes it turn string "[BK]" red.
But I can't get it to make all of the "[BK]"'s …
hi guys, it took me some time to find out how to export listview to excel, so i wanted to share it with you. i would like to post this …
greatings to all of you!!
I start learning c++ and i getting a problem with the ENTER key... i want to ignore it and i just know how.
I searched, but have no clue what to do. I have a small picturebox(34x34 pixels) and want to have a transparent label(maybe 12x12 or 15x15 pixels) in the corner of …
Hey everyone,
I created a program for one of my clients which uses a back-end MS Access database with a front-end VB.net application that allows the user …
I am trying to create a link between two of my clients websites but they don’t want them to be visible on either website. Is there a way I can …
Hi there
I am a student studying ecommerce. I am interested in social shopping and want to find out if ecommerce site owners and seo's have ever added products …
I don't get where to insert the code and such; I could really use some help with this. :)
Here's my java file: (I removed irrelevant stuff)
package …
hi..actually i am developing a web application wherein i need to print barcodes at client side.
i have the PCL file that would print the barcode but the problem …
Hi i want to display the version number of my application in VB6, I know the solution is going to be really simple.. please help!
Hi,
I am interested in doing Phd in computer science. Can anyone help me in finding a suitable topic from the below mentioned options.
The OSI Network Model
i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently …
I want to draw a graph in vb6 thta will take data from the database (here it is MS ACCESS) .The databse has a table with 2 columns,How to draw …
Below are the steps of how my basic clinic management system will flow. Please help to comment.
Clinic Flow Chart:
1. Patient approach the counter (manually)
2. …
i m new to php.. i have seen in many php sites...!! if jump from one page to another... it does shows the page name..!! URL remains at Index page..!! …
could anybody tell me the most active forum at present
except --DP , Sitepoint , SEO chat ,and Warrior forum
thanx in advance
Hi, Everybody.
I need to reload the form of my application. The application has only one form vb.net 2005.
I need a button that will call …
ok what i have users do is upload files to the server, the files gets renamed for conflicting issues, and then they choose a name they want to call the …
Hello
i had a datagridview with data in it and i wanted to display the selected row in textboxes
here's the code i tried by i think its …
Hello dears in Daniweb,
I'm a beginner in vb.net
I have a question regarding searching in Access Databases.
to illustrate:
if I have this table in Access
Hi all.
I have been doing some HTML scraping and today a fellow coder told me about this thing 'DOM' and how much easier it is to use it …
I have a textbox with "10000" i want to format it to "10,000.00". How i can make it in vb.net ..
Hi.....
I want to create controls in runtime and attach them to an already connected database..
the controls must vary e.g.Array of Strings can be used.
Plz …
I have connected VB.net and mySQL on a the same PC before, but I have no Idea how to connect VB.net to a remote PC(LAN)
…
I read this very interesting blog about how Social Media Comprises 20% of All US Display Ad Impressions as per Comscore data.
http://blog.searchenginewatch.com/090901-125314
So I predict …
I got bored and started some scripting the other day in PHP, this is just a sample that i wrote, just uncomment the part of script that you would like …
This shows how to create, load and access a ListBox. BCX was used to create the original code which was then modified to work with the Dev C++ (really GCC/G++) …
Here is an example on how to put at least lines and circles onto your windows console display. Yes, you have to jump through a hoop to do it. Dev-C++ …