Connect with 1,267,742 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.

Member Avatar for dinhunzvi Web Development
dinhunzvi

i have the following code in my php script. it's for displaying a Crystal Report file.

$cr = new COM( "crystalruntime.application" );
    if ( $cr ) {
        $cr->OpenReport( "SelectExpert1.rpt", 1 …
php
Member Avatar for JamesCherrill Software Development
JamesCherrill

Java SE JRE 7 update 21 is now available, with fixes for dozens of security-related issues. Immediate installation is highly recommended. Head on over to Oracle's Java download page and …

Member Avatar for Papa_Don Software Development
Papa_Don

Hi group,

I recognize the today, most people navigate from control to control within a form with their mouse. However some old school people may want to use a "enter" …

Member Avatar for robnederland Software Development
robnederland

Hello everyone,

I have a PDF file which I converted to a text file, and now I want to read the whole thing, search for the keyword "SITUATIONAL" and insert …

Member Avatar for enkitosh Software Development
enkitosh

I'm trying to strip only path from a c string

char *path = "~/folder/sometext.txt"

so I would get only "~/folder/"

Anyone got a hint on how to achieve …

c
Web Development
EvolutionFallen

A client of mine wants to implement SSL on their site. They have a number of forms which communicate sensitive/personal information, and want to send the data over a secure …

Member Avatar for Labdabeta Networking
Labdabeta

Hello. As a Software Engineer I admit a slight lack of knowledge with hardware. I am usually quite good with any hardware that is contained within the case, my issues …

Member Avatar for DarkLightning7 Software Development
DarkLightning7

So ive been teaching myself x86 over the last couple days now im trying to call c functions and am getting segmentation faults. if someone could explain how to call …

Software Development
wolframP

hello altogether,
my name is Wolfram Pagels, Berlin, Germany
my status is :retired but enthusiastic c++-fan;

I use Dev-C++ since 3 month ago; in the 70th I programmed …

c++
Software Development
PM312

for my combobox i want to prevent user from typing further text if the typed text do not match part of combobox items i.e from starting

Autocomplete mode set to …

Member Avatar for godzab Software Development
godzab

Hello, I am trying to encrypt a String using Symmetric Key Cryptography. When I try to encrypt the string, on runtime it gives me this error:

input text:  Hello …
Member Avatar for Haquo Software Development
Haquo

8086 Interpreter: This program should allow the user to type in 8086 assembly language programs, syntax check them line by line, and run them.

This is my summer …

Member Avatar for Mr.M Software Development
Mr.M

Hi Dw

There is a project in which I'm working on and now it had come to a point where I had to start including the Microsoft Point Of Service …

Microsoft Windows
linux

Before I begin, I want to apologize if this is in the wrong board. Please move it if it is.

A friend of mine was going to toss a Dell …

Software Development
Eruditio

I've written a script to change all images in many hundreds of Excel documents to a .png format in order to reduce their file size (the largest were coming up …

Member Avatar for EXTRA_RICE Software Development
EXTRA_RICE

I have to print the invoice in my datagrid using datareport but i dont have the total amount of all the selected items.i have uploaded a picture. I hope u …

Member Avatar for jemartalaban_1 Software Development
jemartalaban_1

hi, can vb6 detect if the unit is connected to a router or have a connection to the net or LAN ? example: if the user is disconnected to the …

Member Avatar for lewashby Linux and Unix
lewashby

I How can I get the output from grep into a variable? In the following program I've tried the SSID line two ways but I am not getting what I …

Member Avatar for Dani Web Development
Dani

This seems kinda random but basically I have the following member function in my caching class:

public function increment($key, $expires = 0)
{
    // Requires OPT_BINARY_PROTOCOL
    return $this->cache->increment($key, 1, 0, …
Software Development
erinkay528

Here is my assignment. I would like someone to walk thru some of this with me if you have time today. This is my last assignment and I just dont …

c++
Software Development
Iamkenny

I'm completely clueless to this as I have never used crystal reports before. So I want to use a textbox to pass values into my crystal report so basically only …

Software Development
Andrees92

I am working on a form which uses an Access (oledb) database, I have a button to update, and other to insert a new client, when I insert a new …

Member Avatar for Dani Community Center
Dani

When we switched over from vBulletin to our own unique platform back in March 2012, one of the things that changed was the way that post quality score was calculated. …

Software Development
Xakzi

Hello!

I am having a bit of a hard time figure out how to code this thing..
I have just started coding by using windows form application and need …

Member Avatar for redean Software Development
redean

If someone wanted to learn Visual Basic should they learnVisual Basic 6 or Visual Basic 2012.
I prefer Visual Basic 6.

Databases
Robert_9

Hello, I am a student and I was assigned to create my first entity relationship diagram and I'm kind of lost. The professor hints the paintings should be broken into …

Web Development
facarroll

I can read the session.save_path from the remote server at php_info.php. It is set to "no value". I assume that this defaults to /tmp.
I understand that in the …

php
Member Avatar for ReyJEnriquez Software Development
ReyJEnriquez

How would i let 3 checkbox acts like a radio button...

Microsoft Windows
linux

Hey all -

I have searched the internet with no luck, so I finally resorted to here to ask for information. I am trying to find a way to find …

Web Development
weeraa

I want to call jquery function (or something like that) from vb code.
This is what i need.
There is a VB function named Calculation(). It takes few …

Member Avatar for robert.knighton.79 Software Development
robert.knighton.79

I tried using a solution to a very similar question here but it doesnt work for large files like the one I'm using.
http://www.daniweb.com/software-development/vbnet/threads/320160/visual-basic-reading-text-file-into-array

The code from …

Software Development
jared.geli

I was wondering if I can fill up an edited row based on the value in my Label.
Here's the scenario: An employee will add and edit rows in …

Software Development
Mafiamanandre

Hi all.
How Can I makes login form for my vb.net project? I would like to make one that can identify the user according to their roles. Eg. Roles …

Member Avatar for Violet_82 Web Development
Violet_82

Hi guys, I have an HTML page that I built and at the moment the content on it gets changed via javascript. What I would like to achieve is to …

Web Development
rtica3

Hello, I have read numerous forums on this issue and is seems each case/resolution is specific to the persons file. I have the same error, but can't find where it …

php
Software Development
clasp1

Hi I just recently started learning about using the windows form application for C++. I am using Visual Studio 2010 and I have came across this problem. For instance, I …

c++
Web Development
nadiam

so my newest problem! i have a save button and that save button already has the insert into query and working fine now what i wanna do is when the …

Software Development
vijaya436

I am a newbie to hibernate and I am trying to insert a row. The below is my code along with log. I am not getting any exception, however when …

Software Development
Qutbuddin

How to convert Text File to C/C++ File to include folder

c++
Member Avatar for Dani Web Development
Dani
The nature of this tutorial ...

This tutorial is designed to walk you through DaniWeb's implicit (clientside) OAuth flow. This is not designed to be an introductory tutorial to OAuth, …

Software Development
jessicaphillips

Hello people,

I have this C programming assignment which I have no time to do as my Uni workload is too large.

The assignment should take, if you …

c
Member Avatar for StatiX Software Development
StatiX

Im trying to display data in a datagrid then once a row is selected show a different column of the database in a text box. I use the unique primary …

Member Avatar for Gribouillis Software Development
Gribouillis

This snippet defines a Print function which can be used with python 2.4, 2.5, 2.6 and 3.0 (for 3.0 this is just the built-in print function). It's interface is that …

Software Development
Lobster1071

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 …

Software Development
karma2you

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 …

c
Member Avatar for josh.culley.31 Software Development
josh.culley.31

I'm stuck writing some code for an intro programming class. I'm pretty sure the mistake is probably that I mixed integers with strings trying to get a result, but I'm …

Software Development
tunavis
Public Class Carwashform

    Const EXTERIOR1_String As String = "Hand Wash"
    Const EXTERIOR2_String As String = "Hand Wax"
    Const EXTERIOR3_String As String = "Check Engine Fluids"
    Const EXTERIOR4_String As String …
Software Development
bops

Hi again everyone, Im running into big trouble with my compiler Dev-C++, every time i compile any project, whether it is 1 im working on, or a completely fresh 1 …

c++
Software Development
john_hasan

Friends i have little bit problem in making a c language program.
I have to make a program which prints prime numbers from 1 to 500.
I make …

c
Digital Marketing
ricky0161

Hi

I am just about to launch a uk dating website the problem is with so many big companies out there what is the best way to get my …