this is a totally new concept to me, and I have no idea where I should start to get my business started. I need some fresh ideas on advertising, marketing, …
I've tried google a way to sort a table but couldn't get my code working.
My program lets the user input enter information such as first name and last …
hello friends,
may anyone help me with a code in c for the mechanism of using an atm machine,
conditions
1.acc balance starts at zero
2.do …
Hi there,
I am totally new to Java script (just began to looking into it) and I would like to do something with the comment box on one of …
Hello,
I'm trying to code a script using GreaseMonkey that alert's you when someone removes a reputation from you. It's for a mybb forum.
So it needs to: …
Hi, I'm new on this forum, but a friend directed me here to seek further assistance with a program I am trying to create. I have to create a program …
I have no idea at all, nothing, on how to make a full, running and working snake game.
I tried starting off using character symbols in ASCII to draw …
Hello again! Another noobish question :)
Can PHP be ran in MFC? Can i add it right in teh html file or convert it over to php? or do …
please i need help here. i want write code for label control into my application. i wrote the code below, but was not getting the labels when i run the …
Hi,
I want to know how to send keys like ALT, Shift, Ctrl, Entre, etc. with the My.Computer.SendKeys() function.
Also, I need a code with which i can …
I read an article about versatile webcam and I successfully worked it out. The thing is I can't save the image from the pictureBoxDisplay to SQL. Please I really need …
Hello and HELP!!!!
I'm in CSC250. I'm writing a prog that needs to do the following:
1- read files from the directory, avoiding sub-directories (along w/ _chdir)
…
Hi,
i would like to send data from a C++ application to a php script i am creating that will then put it into a mysql database after manipuating …
I am new in IT world and I was wondering the difference between a web designer and a web developer?
Honestly, they sounds the same to me. However, I …
i have a database in sql server2000...
i have some of them tables, that i want to connect with visual basic..
the connection is tested, its connected..
…
I am using MsAccess DB and Vb.NET 2008. This is a code to check the Database for duplicate entries but m geting an Error.
" Fill: SelectCommand.Connection property has …
i m using sql server 2000 with vb 6. i m having some problem in navigating recors..
when i m pressing Move Next,it moves only one record, and when …
Hi,
I am trying to set up transactional replication on a MS SQL 2008 database that has two Schemas, both schemas have some tables with the same names.
…
Hi everyone,
Is Google is launching New Social Networking site called Google's "social circle"?
I heard that Google is launching New Social Networking site called Google's …
Is it OK to have if statement in the constructor
Thanks
public class CTime {
private int start_hour;
private int end_hour;
private int start_minute;
private int end_minute;
public …
It was back in November 2010 when we first took an in-depth look at the Android tablet alternatives to the Apple iPad , and to be honest we …
I have an image for the background of the form I'm working on, but I had to increase the size of the form. Is it possible to have it scale …
I need help on a section of the code below to revise so instead of redirect to a full page I want it to redirect and open as a popup …
i want to make my project's look like windows 7 have..means glass interface, and buttons, all controls graphics like windows 7.
i have searched alot, but i could not …
Hello
I have a BIG problem - the menu bar is missing in photoshop CS5 - I have only recently got a imac so i am wondering if there …
I have teo form form1 and form2 i want to pass form1 textbox1 text in form2 textbox1.text whae i click a button of form1.(Its for windows application)
Plz give …
Hey guys, I've been struggling with a recent video card issue which causes my new video card (256MB Nvidia GeForce 7900 GS) to flicker several times per hour no matter …
I'm looking for a simple way to rotate a shape in python, tkinter. The shape I'm rotating is a triangle (polygon) if it matters. Thanks in advance for all the …
Hello guys. I am trying to build a games website using PHP for database to store game information. I'm trying to learn how to fetch ID information. For example:
www.blabla.com/games.php?id=12345
…I spent so much time from scratch to finish and to the point that I couldn't figured out what is all my mistakes about. I need a fresh set of …
Hi,
I've confusion with static member variable in c++ class.
Please have a look on following code.
class test
{
public:
static int i;
Can anybody help me for creating subscript and superscript in Richtextbox in c#. I am done in vb.net but could not convert it into c#.
…
Good day guys =) ..., i know there are somewhat similar threads of this around here but i still cant find the one to solve my problem ... well i …
I was reading through the SIP documentation and was confused on a few things. I can't figure out what code to implement to open a transaction between a server and …
Hi Guys,
I'm not good in Oracle,
I need a help in Oracle Developer Suit 10g,
I got stuck at the beginning of this project & expecting …
Help!
I need to write some code for SIMD, 64-bit Intel X86. I am fluent with Masm; Where can I get a Masm version for 64-bit, and some documentation …
HI:
I have installed windows server in my mac(boot camp), but when logging in the window the screen requires ctrl+alt+del, I have MAC book pro laptop, can anyone tell …
hi, I am trying to make a variable equation solver using DEV-C++. I just need to know how to get C++ to solve an equation inputed by the user. So …
I've tried to search for a simple formula to do this but I can't find any that works for my program.
I found this: (n^2+n)/2=sum, n being the last …
PHP and MySQL problems with ' and " have been discussed ad nausea on the web. I still don't get it. For example my db has an Author's name field …
Hi,
Can someone help me pls why this doesn't seem to work?
private void dataGridViewempl_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
if (dataGridViewempl.CurrentCell.ColumnIndex == 6)
{
CheckBox deletebox = new …
I have a big problem and i'm not even sure if solution exists for my problem...
So the problem is:
I have a xsd file, and I need …
I want to prevent my router from hard reset.... My friend often press the hard reset button to tease me.... Is there any way...................
hi, I am from c# field and now are doing a project using VB, I wants to ask about question as below:
1) private static DataSet ds;
I …
Hey, this exploit periodically pops up on my MSE. I'd ideally like to get rid of it permanently. Here are the logs
I had to break this down into …
Hello!
I have Windows XP Home Edition SP2, Version 2002, which I run on eMachines version T2875. I began to run into a problem a day and a half …
Hi,
I am gettitn error in the python scripts as shown below:
AttributeError: 'module' object has no attribute 'lib'
I have installed the package WxPython …
hi all,
I am working with vb.net 2010 SQL express 2008 and ReportViewer. I have created a form that a user can add, edit and delete data …
i want to dynamically add the values in the column of a datagridview the row of which is also being created dynamically...
Form1.TextBox10.Text = total
con.Open()
cmd = New …
Hi Everybody…
Please tell me something about no-follow link. is it useful or not regarding seo?