Connect with 1,266,878 developers, IT pros, digital marketers, and tech enthusiasts.

Be a part of our friendly, industry-focused community of professionals meeting, networking, learning, and sharing knowledge via articles, Q&As, discussion forums, and realtime chats.

Digital Marketing

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 …

Software Development

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 …
Software Development

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 …

Web Development

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 …

Software Development

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 …

macOS

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 …

Software Development

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 …

Member Avatar for PsychicTide Hardware

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 …

Software Development

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 …

Web Development

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

php
Software Development

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 …

Member Avatar for ahp@aol.in Software Development

Hi,

I've confusion with static member variable in c++ class.

Please have a look on following code.
class test
{
public:
static int i;

c++
Software Development

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#.


Web Development

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 …

Software Development

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 …

Databases

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 …

Software Development

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 …

macOS

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 …

Member Avatar for thecoolman5 Software Development

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 …

c++
Software Development

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 …

c++
Web Development

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 …

Software Development

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 …
Software Development

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 …

xml
Member Avatar for Majestics Networking

I want to prevent my router from hard reset.... My friend often press the hard reset button to tease me.... Is there any way...................

gui
Software Development

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 …

Information Security

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 …

Member Avatar for _Jen_ Information Security

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 …

Software Development

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 …

Software Development

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 …

Software Development

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 …
Search Engine Strategies

Hi Everybody…
Please tell me something about no-follow link. is it useful or not regarding seo?

seo
Web Development

Hi all

I have, hopefully, a rather small query. I have been creating a system with asp/vb and as I was designing I used msgbox's. Of course when I …

Web Development

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 …

Software Development

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 . …

Software Development

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 …

Software Development
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

c
Software Development

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 …
c++
Software Development

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> …
Member Avatar for Sudo Bash Software Development

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 …

c++
Software Development

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 …

Web Development

Hello

This is a simple php login script with sessions. It connects to mySQL for usernames and passwords.

I’m using a variation of the code from

testsmall.png Software Development

I keep getting the IndexOutOfRangeException for my XNA game and after printing the indexes it stops at 600. Is that the max limit for arrays in C#?

I'm trying …

Software Development

I need the code for fingerprint capturing using vb6 and also which control do i use in achieving it.

Software Development

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 …

Search Engine Strategies

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.

seo
erd.jpg Computer Science

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 …

Web Development

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 …

Software Development

Interesting tricky program using C & C++:

Program 1:
Create a Program which produce output "Hello World" , the program must not contains semicolon ; in other …

c c++