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 …
hi i have a code here that export my listview items to excel but i want to customize each cell size and i want to format the date and landscape …
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 …
i'm building a class with std::function for recive several parameters or none:
class event2
{
public:
typedef std::function<void(...)> OnSomethingHandler;
void operator() (...)
{
eventwithoutarg (...);
}
event & operator …
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 …
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 …
'Hi all. I'm trying to create an application that computes the average monthly 'rainfall, number of months with above average rainfall, and the number of with 'below average …
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 …
Hi all,
So i was just wondering what would be the best software to use to program in C++ and then compile the program. So could you please name …
How build a profile and what are the tips for busines marketng. Please share your views.
Hello,
I am an SEO executive. I am working on one of my projects and it’s been 5 months now working on the same. My client only wishes to …
If you want to write an application that caters to existing members of a service, and you want your …
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, …
I got a virus that turned off Microsoft Essentials and prevented me from starting it. I tried getting other programs to remove it but i believe that the virus also …
Hello,
Happy new year guys..
I am trying to find a way to Upload and Display multiple images for one product on an ecommerce website that I am working on!
…I am trying to read in a large tab-delimited file which has 16 columns and about five lac rows. The first column is a date string. TThe second contains integers …
Hi Dw
Is it possible to disable the autorun or autoplay feature on windows using VB.NET, I want to disable this feature automatically if it is enabled on a computer.
…**
its only display last element....thx....#
**
#include<stdio.h>
#include<conio.h> …
Hello I have a simple for and PHP that uploads multiple images to a file. The problem is I want these images to be resized when they are uploaded. Does …
i now can save a fingerprint template from database using this code..
Dim fingerprintData As MemoryStream = New MemoryStream
Template.Serialize(fingerprintData)
fingerprintData.Position = 0
Dim br As BinaryReader = New …
Hello All,
I have experienced a very strange problem in my application.
When I launch my WPF application, it loads fine with a window and button, upon clicking the …
Hello. I used a WordPress Woo Commerce theme, Organic, to set up a website for a client. I used a table rate shipping plugin and we set up shipping rates …
I'm about to create my project to present at the end of my courses in computer science department. In that case i need your help as the world programmers. I …
Good afternoon. I am developing a gmail app for my personal consumption for now and it has a lot of bells and whistles including showing me the latest emails coming …
I have problem with jinitiator. I am using Oracle ERP forms which runs on Jinitiator.When I access some other java applet application at the same time it runs in the …
Hey guys,
So many times I came across source code of open source technologies, like OpenOffice, Ditto, BigAnt Messenger. They provide their source code too for free, but unfortunately …
Dear,
I need help, how to import my Excel file into Mysql Database. I can successfully upload excel file but its not correctly formated uploaded or imported. please check this …
Sooo...I was told to start a new thread about this.
So I'm trying to make a link between TextBox1.Text on Form1 to TextBox2.Text on Form 2. What I currently have …
I regret that I have to inform you that Adak passed away suddenly after an illness (thanks to the_cultie from the OC forum for the notice).
For folding …
I'm writing a program that generates labels at runtime, and then has them be "dragged and dropped" by the user. I have the drag and drop code working, but right …
i'm trying to create a program that calculates Body mass index in a for loop with 5kg gaps. BMI formula is: weight(kg)/height(meters squared) = BMI. How would this work? this …