hello friends , i need a help to create a binary tree using PHP and mysql. Friends i able to create a tree which is start form parentID with 0 …
i am traying to put date from access table in text box with 2 coloumn (Invoice No &Invoice Amount)
below code gives me right allignment for both coloumns . …
Hello everyone!
I have a code below to get a specific file from my computer into the vb.net application I am developing.
Is there anyone who …
struct marks{
int p:3;
int c:3;
int m:2;
};
void main()
{
struct marks s={2,-6,5};
printf("%d %d %d",s.p,s.c,s.m);
}
Output
2 2 1
Hi I am making a banking system in c++ but getting a problem I am not sharp in programmin if you can help then thanks
//***************************************************************
// HEADER FILE …
Dear friends,
do you know how to convert the following codes from C++ into C# ?
Thanx for your helps
Duy BK
#include <stdio.h>
#include <stdlib.h> …
I am writing a game in which I need to know whether or not a user preforms an action in one second or less. I can not use time() because …
How can we calculate whether a number is a power of 2 or not in a single statement without using a loop?
All the ones that I can think …
Hello
This is a simple php login script with sessions. It connects to mySQL for usernames and passwords.
I need the code for fingerprint capturing using vb6 and also which control do i use in achieving it.
Hello everybody,
I was asked by an interviewer the following question. but I was not able to answer. Please get back to me if you know the answer. thank …
I have heard that Link Prism is a method of relevant link building. Can any tell me how does it work and how effective is this in SEO? Please suggest.
Hi,
I have created for an e-Learning Web Application. I am not sure if the concept I have chosen is correct and would appreciate any sort of guidance or …
i have been looking everywhere for an answer to this and i still havent found one that works
what i want to be able to do is display the …
Interesting tricky program using C & C++:
Program 1:
Create a Program which produce output "Hello World" , the program must not contains semicolon ; in other …
Ok, here's the deal.
I'm trying to call make visible an object, i can do this:
Button1.Visible = True
but, i was wondering if there is a …
I am trying to kill a process by using the following code
Dim aprocess As System.Diagnostics.Process
aprocess = System.Diagnostics.Process.GetProcessesByName("E:\\preview.mp3")
aprocess.Kill()
however i am getting an error
…
Hello guys,
My question is not very direct and clear but i'll try to explain it nicely.
I have a database running on MySQL with 1 important table …
Hey there!
Im new here, well, as a member, but not as a viewer.
anyways, i am making a vb project, novice one.
i need to open …
need help to making change
I have read textbook a lot but i still dont know what to do next steps.
Here is problem.
The program should …
hey guys, I play need for speed world and yesterday my brother was using my computer and when I play games it lags. Im sure its a virus because when …
Running: Windows 7 Home Premium.
I am not sure if I am posting this in the correct board, so please move this if I am incorrect in my post …
Hello
Actually I have to print Report from php and iam using this code
<?php
$handle = printer_open("Microsoft XPS Document Writer");
$handle = printer_open();
?>
bt iam getting following …
This is for a CS course I am taking. I'm stuck.
I need to write a program that takes a number and tallies up how many cycles it takes …
I have to rewrite the atoi function - that is, convert a string given by a command line argument and convert it to an integer. It works for single digit …
Hello, I'm a Freshman in college that's going to majoring in Electrical and Computer Engineering. Right now I'm taking a C++ class and I'm looking to do something funny to …
Hello, once again
I have a very BIG problem. I made program that connect to proxy server and browse via proxy server. However, my company has a made private …
Wouldn't it be nice to have a sizable command button in VB6? Face it. In the hidden recesses of your mind you have always wanted to be able to resize …
//---------------------------------------------------------------------------
#include <windows.h>
#include <CommCtrl.h> // needed for adding custom toolbar
#include "resource.h"
#pragma hdrstop
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
LPCTSTR ClsName = L"FundApp";
//LPCTSTR WndName = L"Resources Fundamentals";
const int NUMBUTTONS …
pyTony i learned lots from this code you used in resoponce to thread
http://www.daniweb.com/software-development/python/threads/384191
i first mixed up the input and was supprised at the result …
Hi!,
I have a text file that contains a 2 dimensional matrix, and I will have to deal with many different files with different matrix dimensions, so I decided …
I've got an algorithm that at most does 1 operation for the first time a loop is run, 2 for the second, 3 for the third up to n for …
I am thinking of making a website, which is a quite big one and may need scalability later on.
I know a little bit of asp.net , …
My boss asked me to write a PID class to control a motor today. No big deal, except that the deadline is tommorow evening. My calculus is rusty, and my …
#include <iostream>
using namespace std;
int main()
{
int a,b,c, ope;
cout<<"enter a value" << endl;
cin >> a;
cout<<"enter b value" <<endl;
cin >> b;
cout<<"enter operation (+ …
Hi guys,
I have a total of 72 link labels on a form and I want them to do a similar task.
Is there a way to accomplishing …
(This code returns ERROR_INVALID_PARAMETER)
Option Explicit
Private Type DISPLAY_DEVICE
cb As Long
DeviceName As String * 32
DeviceString As String * 128
StateFlags As …
I have created a form that uses a drop-down box to save information to a MySQL database using a php script I wrote.
That works perfectly, but the problem …
I have a readonly datagridview that is bound to a datasource. It has two columns. Now I want the first column to have no cell borderstyle; and the second one …
Need help writing psuedocode for the following question
The local driver's license office has asked you to design a program that grades the written portion of the driver's license …
How can i add a menu and make it to appear on all forms within that project? I remember that 2 years ago i was able to do this with …
Hi everyone ..:icon_cheesygrin:
I have these describtion and I want to great ER for :"A bookstore database maintains information about books, professional journals, their authors and publishers. Books and …
Matrix given in memory to print the spiral in opposite direction from clockwise (left column down the right lower range, right up column, a series of upper left, etc. until …
Hello, I need help for my task.. This is the matrix
1 2 3
4 5 6
7 8 9
the result is 1,4,7,8,9,6,3,2,5
I …
The CSS Menu I have moves the contents of the div tag below it sideways.
I am posting only the CSS styles for it because the code inside the …
I've been using an OpenVPN service for 2 years now, but it seems it has become too popular and now its very slow and sometimes I get computer UDP attacks …
heyy guys..
m implementing PEER TO PEER FILE TRANSFER..
What protocol should I use? TCP or UDP? And why?
Hi All,
I always have trouble with this every time I create a desktop app which needs to update data from a database.
So, I have created and …
Good Day. I am using VB.net 2010 and SQL client server.
I have to make a Weekly Report Manager that stores an Trainees'
weekly activity, which …