Any one can tell me that Which is the top social networking site after facebook?
Ok, So I'm not looking for a fix to be posted here by someone necessarily, but I am looking for information,... reliable information. I have an xbox 360 (2nd generation …
i need help in adding a new record to the database using adodc in vb6.. i've a command button named add in my form...
Hey guys I'ld really appreciate if u can help me with this.
I'm building an application that has an access database for storing codes for voters.
my problem …
Hi,
Am using VB.NET.
I have a search page in one form(Search.vb) and another form(Form1.vb) to display the details of selected data from the …
Is it possible to make a vb.net application faster
Through code like using characters that the Computer already understands
Like coding in certain areas through y …
Below is a program that asks the user to input a username and password. Once logged off the user is asked to re-enter their username and password.
Is the program …
Well, My code is working fine I just need a way to reset the DataAdapter1 into 0 (like reset) So if the user hit the button search 2 times to …
Need some help, practising for an exam and need to make sure I have got this right as it has came up a number of times. Here is the information …
**I have to create an application that will dynamically add a menu strip with menu items to a form(ie NOT dragged and dropped onto the form) in Visual Basic. The …
hello friends,
i want to learn cryptography,steganography ane algorithms , i have tried some books but failed.
is there any way to learn from beginning and easily?
thanks.
Basically, I have a program in Delphi which POSTs data to a MyBB script on a server, when the MyBB script recieves that POSTed data it is supposed pass that …
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 …
This was a PHP sticky, and I am working to turn it into a development sticky. If you have any comments, additions or other observations, please reply to
This is the error i get..
Enter employee name: Bryan
Enter employee's salary: 123
Enter employee name: Mark
Enter employee's salary: 456
Enter employee name: Fajutag
Enter employee's salary: …
There has been a noticeable increase in people asking where to start C# recently. So I have been across a couple of forums and pulled together a list of some …
i found this code for pacman i want some one to explain me how it works i am new to java game programming so my doubts might be silly for …
I have spent a lot of time on this question, namely, how to programatically use a PHP script to send a PDF document to the printer without launching the Adobe …
How to get current Selected Row in dataGridview and print using crystal report?
Print Only selected current row in data gridview
SEO is a kind of technique by which it is posible to increase the rank of a website & it is a great technique to increase the visitor of a …
this is the assignment I need some help with.I have posted what i have written so far for this assignment and am not sure what steps to take next, or …
Hi everyone!
I'm making an application which requires users with different permissions/previleges to login and use the application.For example, if the user is "admin", all menu items in the menu …
Hi,
i have problem with table conversion from xml to html using xslt. i converted rowspan and colspan in separate row(entry), but if both rowspan and colspan come …
I'm searching for a forum for my website http://www.game4tress.com
The only free forum I know is https://www.phpbb.com/
The problem is that I've used this …
Hi, I'm working on this project right now which probably shouldn't be that difficult but I'm really confused and lost. The assignment's instructions are: "Write a program that uses the …
Hi Team,
I was wondering if I am the only one who is not able to do it or what.
Well, as the title suggests, I would like to …
I have the following code:
<?php
session_start(); // Starting Session
include_once('config.php');
$error=''; // Variable To Store Error Message
if (isset($_POST['submit'])) {
if (empty($_POST['user']) || empty($_POST['pass'])) {
$error = "Please complete …
I've searched all over the Net and here on DL but I can seem to find only information on passing a single argument when opening a new form. When I …
Hi all expert,
Need help here.
RS.Open "Select * From TABLE where Box_ID = '" & BOXID & "' Order By CASE_NO ASC", con1, adOpenDynamic, adLockOptimistic
Set DataReport.DataSource = …
Hello.....
Where I am wrong in this program.
I am getting declaration syntax error.
#include<iostream.h>
#include<conio.h>
int factorial(int)
int main()
{clrscr();
int n,r,nr,fn,fr,fnr;
int ncr;
cout<<"/n Enter n …
hi guy!
I started learn python with pandas , but now, i get the trouble so i cant understand what i should do with this trouble
File "C:\Users\Administrator\site-packages\Ver6.py", …
I need help to convert my javascript animation to css3
Currently there are two sections. while going to second section from first section, it shrinks, folds height & width of …
How many times does Google release the algorithms and updates visible to users?
I was attempting to store chat logs in a MySQL database where the message field is utf8_general_ci
However, when it came across an emoji, it would choke, and the message …
I am writing a CLI application in PHP and I can't seem to understand why my MySQL Class that uses PDO will not get past the PDO or even error. …
I'm a newbie in php and I want to create a single login page for Admin and user.When admin log in it should go to an admin page and when …
Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file?
I have an apk file which i …
Now I am developing Wordpress websites and many of my clients are asking to create online calculators for their websites. Usually, it is required to create a calculator in the …
We have completely redesigned our website but am not sure about the page content whether its enough to get ranked on search engines? What are all the possibilities available to …
i'm really struggling with this pseudocode to convert it to MARIE
Input a number
Assign this number to x
if(x <y)
x = x + y;
z=z+w;
else …
I want to increase my intagram followers, please suggest some reliable website or vendor details.
A classic example of an object is a playing card.There are numerous games that utilize a deck of 52 playing cards; consider the game called Set instead. The object of …
I am trying to set-up Postfix on my Ubuntu local web development machine for send-only e-mails using Gmail so I can test e-mails sent by a web app I am …
I am using visual studio / basic 2019. using the windows media to play sounds (WMPLib.WindowsMediaPlayer).
It works great, I can play multiple sounds etc. However what I realy want …
The Coverage section of Google Search Console shows 206K valid URLs, of which 174K are submitted and indexed, nearly all of which are Q&A pages. The remaining 32K are indexed, …
In the last tutorial, we learned how to set up our own RabbitMQ exchanges and queues. In this tutorial, we will learn how to send messages to our …
In Android Studio, we can run multiple tests in parallel across multiple devices using the dropdown menu.
Running instrumented tests this way is very convenient during …