Connect with 1,266,863 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.

Web Development

I'm creating an app, that displayes a String from a database. This String is then displayed in a textbox that cannot be edited.

I now require that varible (ID passed) …

Web Development

On a site I am helping develop, there seems to be a problem with code executing while not logged into Sharepoint 2010.

When logged in as administrator, everything works fine …

Member Avatar for daino Software Development

I am going to work on building a database application. One part of this is parsing pdf files which will feed the data into the database. Will be using SQLite …

Software Development
#include <stdio.h>
#include <stdlib.h>
#include<string.h>
char combine(char [],int k,int n);
int main()
{
   char str[10];
   int m,n;
   printf("enter the string: ");
   fgets(str,sizeof(str),stdin);
   m=0;
   n=strlen(str);
   printf("the combinations are....\n");
   combine(str,m,n-1);
   return …
c
Software Development

Hello friends,

I am stuck at a point in downloading multiple files as a single zip such that - the generated zip by my code for user download seems to …

Hardware and Software

What's a portable software? and Is It even legal?

And whats cracked software? Is It legal also?

Thsi Is my first time hearing about these things.

Game Development

it would be help me out alot if some one could take the time to teach me know to create 2d game from start to end.

i want to create …

Software Development

Hi

I am trying to get a tkinter UI to allow me to do two things.

  • When I right click in a Treeview widget and my mouse pointer is over …
Game Development

I have been using Game Maker for a few months now but want to go a bit more advance. Where can i get some nice looking textures?

Oh and if …

Member Avatar for jewelraz Search Engine Strategies

My own web directory is now PR 1. Earlier it was unranked. So, you guys are welcome to submit your website link to my directory. But remember to read the …

Linux and Unix

Hi! Does anyone know of any worthwhile machine language OSes to try? I just learned about them in class. It's an interesting idea in terms of speed and portability. I …

Web Development

I want to create a single login page for Admin and user.When admin lo it should go to seperate page and when user log it shoult go to seperate page.I …

php
Hardware
So I recently bought a whole bunch of computer parts in hopes of making my first build. 


Specs: Intel LGA1155 DDR3 1600 ATX BOXDH77KC
       Corsair Vengeance Blue 16 GB DDR3 …
Search Engine Strategies

Anyone know of any decent directories that I can submit a link to that has a quick approval, decent page rank and doesn't need a reciprocal link??? Martin

seo
Web Development
Hi,

PHP 5.2.17 (cli) (built: Sep  1 2011 17:22:41)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies

[root@ip-10-130-243-182 mnt]# yum install php-pecl-memcached-2.1.0-1.el6.remi.x86_64.rpm
Loaded plugins: …
Member Avatar for vizz Web Development

How to add video or image ads before opening next page?

When video is completed or image is seen for 10 seconds after that goto page clicked for.

I want …

php
Software Development

Can someone please tell me how to control a windows form from another form? I have one form (form2) which has a button. When this button is clicked, I need …

Software Development

how to create a program about number system converter using c++

c++
Software Development

A corporation has six divisions, each responsible for sales to different geographic locations.
Design a DivSales class that keeps sales data for a division, with the following
members:

c++
Software Development

i had a problem with this codes.. this codes will retrieve image from database that will based on the employeenumber.

 Dim CN As New OleDbConnection(cnString)
        CN.Open()
        daImage = …
Software Development

Hi sir,
I am student and I like to know about the algorithm for developing a MLM software for my final submision So, kindly tell me which algorithm works …

Software Development

Hi,
I have datetimepicker and next to datetimepicker is textbox.
When I choose date from datetimepicker, selected date goes into textbox.
Works fine.

-- txt1.Text = Format(DateTimePicker1.Value, …

Software Development

Hello all, I would really appreciate some help. I have an assignment for my class that is due where the objective is for the program to recognize the holiday when …

Microsoft Windows

looking for a windows 7 nvidia product key

Software Development

so i have two class.
1 = Main.java - 2 = Player.java
AND
my folder tree

-src
    -images
        player_walk_right.gif
    -Main.java
    -Player.java

Player.java

public class …
Member Avatar for meLiel Software Development

hi programming masters! i need your help..how can i SEARCH a record in a database and display the results?? example: if i type an ID number or a name on …

Software Development

Friends,

i have to submit a project on Car Rental System which is to be made in C.

i have made half of the work like giving out the menus …

c
Software Development

I am trying to understand how exactly you are meant to prompt a user for two numbers and then list a menu for them to choose the course of action …

Software Development

Hey Folks!

I'm using a windows hook to scroll horizontally through a listview. I have it aligned so it only adds items horizontally. I have 2 big buttons I'm using …

Software Development

Hello , I was actually very interested in making a server or ftp server in VB.NET but it needs so many functions and events that i even never heard of …

Software Development

so i have a interview on data structures. i am sure they will ask question on 1d arrays. but what can they ask me?

1.give a array find the max …

Software Development

Hello,
I am trying to build a pos and inventory system in vb 6.0 with MS-Access database. I do not have much experties in vb 6. Ok here is …

Member Avatar for aliyahkusnan Software Development

excuseme :)
sorry I have some problem here, I make a simple paint using vb 6.0
I already can save the image that I load, but something like …

Member Avatar for chicnow Digital Marketing

How to look for more dofollow blogs to comment?
Thanks!

Member Avatar for kenomote Software Development

Hey guys i need some help on how to save Values in My.Settings

Two texboxes to save two different values and be albe to read those values or laod them …

Web Development

How to show image for the drop down list? have tried a few alternative but dont work. Thanks

 <tr>
                                <td class="label"><label for="kelas">Kelas:</label></td>
                                <td class="field">

<select id="kelas" name="kelas"  >
<option …
php
Member Avatar for lulu79 Software Development

I have two datatables that generate a datagridview like below:

1) datatable name : grpDT 119
2) datatable name : grpTot 211

Web Development
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function ShowFile(sFilePath){
    var oFileSystem = new ActiveXObject("Scripting.FileSystemObject");
    frmEditHTML.tarHTMLText.value = oFileSystem.OpenTextFile(sFilePath.value).ReadAll();
}

function SaveAfterEditing(sFilePath){
    var oFileSystem = new ActiveXObject("Scripting.FileSystemObject");
    var oFile = oFileSystem.CreateTextFile(frmEditHTML.filPath.value,1);
    oFile.WriteLine(sFilePath.value);
    oFile.Close(); …
php
Web Development

I'm trying to see how to load jQuery at run time. I can't understand why the following code doesn't work (probably me making a silly error)

<!DOCTYPE HTML>
<html …
Software Development

Dear Friends,
i need the code for Digital Clock using 8086 in assembly language.. please help me..
i know nothing about assembly.. Please help me somebody
i …

Software Development

Any one can help me out i want to display a spiral of n*n size with out using arrays?

out put when n=2 should be 3 2
                           0 1 …
c
Software Development

I m a student and i want to make a project in VB.Net but i am really confuse so kindly anyone which have special command in vb.net plz guide me …

Software Development

I have heard that strawberry perl has a built in compiler in it. I have no idea how to use it. Can someone help me to learn the syntax in …

Member Avatar for OsaMasw UI / UX Design

I have an item box to show an information for things to be sold
yesterday its was all working perfectly, but now its all missed up in Firefox

Web Development

Okay so I have a PHP script that creates user acounts and encrypts the password then saves it into the database. The login form just compares the users password with …

php
Software Development

Hello people, please have a look at following IMAGE.
new

What I Wish to achieve is extract the select item and display it into a messagebox …

Software Development

Hello,

I am creating a toolstrip and then adding a toolstripcombobox to it. My code so far is as follows:

        Dim tsMenu As New ToolStrip
        tsMenu.Name = "tsMenu" …
Member Avatar for sheena.sabado.5 Software Development
Private Sub cmdSimulate_Click()
Dim comm As CommandButton
Dim zi As Long, ki As Long
Dim shorts(10) As Integer, count As Integer
Dim temps As Integer, z As Integer, n …
Member Avatar for ebc3142 Web Development

I'm trying to use this code to populate my drop down menu from a mysql table:

<select name="fileselect">
<?php
$pdo = new PDO('mysql:host=localhost;dbname=contisec_portal', 'root', '');
$stmt = $pdo->prepare("SELECT dateid FROM …
Software Development

OK, I've exhausted my searching, so if someone can point me to a link with a good example, that would be super.

I'm simply trying populate a combobox with data …