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 …
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 …
A common task in C or C++ is to get a string from somewhere and convert it to an integer. "Use atoi
" is a common suggestion from the unwashed masses, …
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.
…I have a question about the string.intersect method.
I am not getting the results I expect.
Dim lstChars1() As Char = "hello dolly" 'TextBox1.Text.ToCharArray
Dim lstchars2() As Char …
**
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 …