Hi all,
I was having a huge problem,i mean i spent days trying to fix it but i get the same exception everytime when i run the app.
…
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 …
This is a very complicated problem. I have an existing web page with multiple drop-down fields-- now I want to add a keyword search text field. I have managed to …
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 …
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" …
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 …
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 …
hi
i have a simple website that includes a WebService and a Webform page.
i'm trying to call my web service from the web form using jquery.
…
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 …
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 …
Hello Everyone,
I am new to this website and have some questions about programming as a career. I feel that this may be a long post, so I don't particularly …
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 …
Hi DW
We want to run an experiment in our lab on ATM, we just want to keep it simple and easy, So far I've just created the two forms …
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 …
I am a beginner but my problem with this game is that when i enter east it said it going to north.
here my code for my main and …
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 …
Write a program that asks the user to enter the number of Research projects done by 10 different students (Student 1, Student 2, ..., Student 10). Once the data has …
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 …
what is difference b/w web development & web designing.In which we have better scope or income?
Hello,
We are making a plan for Article submission but first i want to confirm with Audiance. Which type of article submission is good for website? As a guest on …
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 …
hi to all,
i have an menustrip in the form MAIN
i want to load menustripitems as per the user permission given in the tbluser database table which …
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 …
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 …
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 …
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 …
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 …
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, …
there is a report which am presenting to my web users in an HTML formatted table.
i have been using ABCPDF component for exporting this report to pdf.
BUT
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 …
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 …
Howdy All -
I am just wondering if anyone has successfully converted a massive (subjectivity implied) COBOL application to another language. If so, into which language was your system converted …
Need a project on mobile apps in vb 6.0 as desktop application
I am interested in technology, however I do not wish to go to university and after stumbling upon the MIT Challenge, I have taken it as a proof of concept. …
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 …
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. …
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 …
If someone wanted to learn Visual Basic should they learnVisual Basic 6 or Visual Basic 2012.
I prefer Visual Basic 6.
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 …
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 …
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 …
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 …
I created a script which shows result on a new window popup
window.open('http://google.com','_blank','2','width='+screen.width+',height=50,left=0,top=0,toolbar=0,location=0,menubar=0');
window.open('http://yahoo.com', '_blank','3','width='+screen.width+',height=50,left=0,top=200');
First popup open easily but others are blocked …
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 …
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 …
A recurring problem many newcomers face when tackling C++ is the compilation process, from sources to binaries. This tutorial will detail that process. It will be especially useful for …
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 …
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 …
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 …
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 …