by: Pavan Arise |
last post by:
Dear all..
I have a picturebox filled on a form. The picturebox has some
graphics displayed on it.I was trying to save the picturebox, but
continuesly failed to do so. I am clueless of why it is...
|
by: George |
last post by:
This program need to draw the some triangles into a 512 × 512 buffer
(in memory). Or save it to a file.
#include "project3.h"
Image::Image(int xres, int yres): xres(xres), yres(yres)
{...
|
by: Sam Martin |
last post by:
Hi all,
got a problem when converting a PNG to a JPG using the Image.Save(stream,
format) method.
When I save the original PNG to a file and open it, it's fine. I then save
it to a database,...
|
by: Mike |
last post by:
can i open the save file dialog box from a asp.net web page?
thx
|
by: Corobori |
last post by:
I am getting an error message "Description: Value cannot be null.
Parameter name: encoder" when performing this instruction:
frmPicView.pic.Image.Save(ms, frmPicView.pic.Image.RawFormat)
Here is...
|
by: ankz |
last post by:
Hi Guys
I have got 3 tables - in Access
Database with Student ID as primary Key in all and all tables are
linked with 1 to 1 relationship.
I have code the everying with manual program to...
|
by: indhu |
last post by:
Private Sub cmdsave_Click()
If imagebox.Picture = LoadPicture("") Then
MsgBox "Please browse the image you want to add to your database.", vbExclamation, "Image required"
browseimage
...
|
by: =?Utf-8?B?Um9nZWxpbw==?= |
last post by:
I'm having the wierdest problem. I'm trying to save images into a SQL 2005
database. the field is just called "IMAGES" and hte data type is "image".
here is my code to save
//following code...
|
by: anandmms |
last post by:
Hello friend,
my problem is to save more than one fingerprint images in one byte array and then store in database(oracle).
i dont know how to solve it. But previously i had did image saving...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|