Hi to ALL
Plz help me
i try my best to send sms from visual studio C# to mobile
but i am not sucessfull so far
…
Hello dear DaniWeb users and thanks for reading this thread.
Eight months ago I started a forum CMS project, but alone it's very hard to develop fast and quality. My …
Hello Daniweb.
I have an issue here about my LAN network. I want to redirect all the web traffic that is happening in my LAN to a proxy server before …
Hello,
I have been searching around the net looking for solutions to my problem, but none have worked. My issue is that when i redirect using:
<meta http-equiv="Refresh" content="0; …
I need to run Mingw4.6 on my Dev C++ which already has mingw32 3.6 installed!
Does this version of mingw allow us to use 'C++11' ???
Please help!
Hey, I've been trying to generate a pdf file using html2pdf library (http://html2pdf.fr/en/example). What I need to do is to print a table with PHP in that pdf …
Hey guys I was trying to run a Applet from netbeans 6.9.1
My code has no error when i compile, but when i run the file I received an …
Need help with JTable header group :
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: javax.swing.table.JTableHeader cannot be cast to id.co.aal.common.GroupableTableHeader
this is the part of table drawing
.....
if(tabledraw)
{ …
I'm creating an app, that displayes a String from a database. This String is then displayed in a textbox that cannot be edited.
I now require that varible (ID passed) …
On a site I am helping develop, there seems to be a problem with code executing while not logged into Sharepoint 2010.
When logged in as administrator, everything works fine …
I am going to work on building a database application. One part of this is parsing pdf files which will feed the data into the database. Will be using SQLite …
#include <stdio.h>
#include <stdlib.h>
#include<string.h>
char combine(char [],int k,int n);
int main()
{
char str[10];
int m,n;
printf("enter the string: ");
fgets(str,sizeof(str),stdin);
m=0;
n=strlen(str);
printf("the combinations are....\n");
combine(str,m,n-1);
return …
Hello friends,
I am stuck at a point in downloading multiple files as a single zip such that - the generated zip by my code for user download seems to …
What's a portable software? and Is It even legal?
And whats cracked software? Is It legal also?
Thsi Is my first time hearing about these things.
it would be help me out alot if some one could take the time to teach me know to create 2d game from start to end.
i want to create …
Hi
I am trying to get a tkinter UI to allow me to do two things.
I have been using Game Maker for a few months now but want to go a bit more advance. Where can i get some nice looking textures?
Oh and if …
My own web directory is now PR 1. Earlier it was unranked. So, you guys are welcome to submit your website link to my directory. But remember to read the …
Hi! Does anyone know of any worthwhile machine language OSes to try? I just learned about them in class. It's an interesting idea in terms of speed and portability. I …
I want to create a single login page for Admin and user.When admin lo it should go to seperate page and when user log it shoult go to seperate page.I …
So I recently bought a whole bunch of computer parts in hopes of making my first build.
Specs: Intel LGA1155 DDR3 1600 ATX BOXDH77KC
Corsair Vengeance Blue 16 GB DDR3 …
Anyone know of any decent directories that I can submit a link to that has a quick approval, decent page rank and doesn't need a reciprocal link??? Martin
Hi,
PHP 5.2.17 (cli) (built: Sep 1 2011 17:22:41)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
[root@ip-10-130-243-182 mnt]# yum install php-pecl-memcached-2.1.0-1.el6.remi.x86_64.rpm
Loaded plugins: …
How to add video or image ads before opening next page?
When video is completed or image is seen for 10 seconds after that goto page clicked for.
I want …
I created a bootable USB from windows 7 dvd using software WinToFlash. But now i have lost the dvd :( so i need to make iso from bootable USB to …
Can someone please tell me how to control a windows form from another form? I have one form (form2) which has a button. When this button is clicked, I need …
how to create a program about number system converter using c++
A corporation has six divisions, each responsible for sales to different geographic locations.
Design a DivSales class that keeps sales data for a division, with the following
members:
i had a problem with this codes.. this codes will retrieve image from database that will based on the employeenumber.
Dim CN As New OleDbConnection(cnString)
CN.Open()
daImage = …
Hi sir,
I am student and I like to know about the algorithm for developing a MLM software for my final submision So, kindly tell me which algorithm works …
Hi,
I have datetimepicker and next to datetimepicker is textbox.
When I choose date from datetimepicker, selected date goes into textbox.
Works fine.
-- txt1.Text = Format(DateTimePicker1.Value, …
Hello all, I would really appreciate some help. I have an assignment for my class that is due where the objective is for the program to recognize the holiday when …
so i have two class.
1 = Main.java - 2 = Player.java
AND
my folder tree
-src
-images
player_walk_right.gif
-Main.java
-Player.java
Player.java
public class …
hi programming masters! i need your help..how can i SEARCH a record in a database and display the results?? example: if i type an ID number or a name on …
Friends,
i have to submit a project on Car Rental System which is to be made in C.
i have made half of the work like giving out the menus …
I am trying to understand how exactly you are meant to prompt a user for two numbers and then list a menu for them to choose the course of action …
Hey Folks!
I'm using a windows hook to scroll horizontally through a listview. I have it aligned so it only adds items horizontally. I have 2 big buttons I'm using …
Hello , I was actually very interested in making a server or ftp server in VB.NET but it needs so many functions and events that i even never heard of …
so i have a interview on data structures. i am sure they will ask question on 1d arrays. but what can they ask me?
1.give a array find the max …
Hello,
I am trying to build a pos and inventory system in vb 6.0 with MS-Access database. I do not have much experties in vb 6. Ok here is …
excuseme :)
sorry I have some problem here, I make a simple paint using vb 6.0
I already can save the image that I load, but something like …
Hey guys i need some help on how to save Values in My.Settings
Two texboxes to save two different values and be albe to read those values or laod them …
How to show image for the drop down list? have tried a few alternative but dont work. Thanks
<tr>
<td class="label"><label for="kelas">Kelas:</label></td>
<td class="field">
<select id="kelas" name="kelas" >
<option …
I have two datatables that generate a datagridview like below:
1) datatable name : grpDT
2) datatable name : grpTot
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function ShowFile(sFilePath){
var oFileSystem = new ActiveXObject("Scripting.FileSystemObject");
frmEditHTML.tarHTMLText.value = oFileSystem.OpenTextFile(sFilePath.value).ReadAll();
}
function SaveAfterEditing(sFilePath){
var oFileSystem = new ActiveXObject("Scripting.FileSystemObject");
var oFile = oFileSystem.CreateTextFile(frmEditHTML.filPath.value,1);
oFile.WriteLine(sFilePath.value);
oFile.Close(); …
I'm trying to see how to load jQuery at run time. I can't understand why the following code doesn't work (probably me making a silly error)
<!DOCTYPE HTML>
<html …
Dear Friends,
i need the code for Digital Clock using 8086 in assembly language.. please help me..
i know nothing about assembly.. Please help me somebody
i …