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 …
it took me ages to find it. i googled "add controls at runtime" and not one single result gave me the intstructions on how to add code to the controls. …
Hello all!
I am trying to complete a lab assignment for my computer systems class and we have to use the printf function to print changing register values (increment …
Hi Guys
I based in London and i am looking for best UK Forum.
Thanks
I am trying do it the script to put out data after compare two file.
I make the script to do that but the result was not enough.
…
hi i am new seo i don't know what are the difference between press release and article submission what are the features of both techniques.
Hi
Please tell me What is niche directories nice directories is important for seo.
Sometimes user interactive web fluff is useful for holding a visitors attention on a site,
so here is a little HTML5 canvas demo to create random numbered lottery balls …
Are there anyone know how to select a tab in tabcontrol using API?
Any help will be highly appreciated.
So, I have multiple classes modeling a university. I have Student which has subclasses GradStudent and UndergradStudent. I also have a course class. I am having issues figuring out what …