Save Medical Images In Windows Application Using Program?
Apr 2, 2011
I want to save medical images that means scanned images,x-rays and other medical images , so how to save these images in my project by using vb.net windows application. And my database is Oracle 10g.
View 6 Replies
ADVERTISEMENT
Aug 12, 2010
I was thinking to make an app to save images [or download images] to local hard disk. But to keep it easy, I want this app to create a small picturebox on form to show the thumbnail of downloaded image. Lets say a 5 pictureboxes has to be added with the thumbnails to show the recent downloads. A user can save the location where he wants to save the files on hard disk. A listbox or a dropdown menu will help in categorizing the images, like image1 in friends section, image2 in family section, image3 in others, etc... When the program restarts all the latest 5 thumbnails has to be loaded in pictureboxes and the directory that was chosen. Finally, a button that shows the downloaded images into original image file size one by one or a slide show. Is it possible to make such program?
View 2 Replies
Jan 29, 2009
How to save and retrieve images in a vb.net 2005 program
View 3 Replies
Apr 4, 2011
I have this program that is suppose to take the path I provide it and use it to save an image to my access database. But it keeps giving me ""Syntax error in Insert Into Statement." error message.
View 2 Replies
Mar 2, 2011
I have a windows application.I am binding datagridview with a dataset which contains values from database.In dataset onecolumn is status.It contains values as 1 or 2 or 3 like wise integers.If value is 1 instead of displaying 1 i want to bind image 1.jpg from Images folder,and instead of displaying 2 i want to bind image 2.jpg likewise.
View 1 Replies
May 8, 2009
I am building a windows application with different languages, when I change the language of a form visual basic will create a new form for me which i can change the settings for my new language and all was working fine, but recently i recognized that the images i am changing in the other language form is changing the images in the default language form, so i need to create two Resources Folders for images and manaully tells the application which folder to use.
View 3 Replies
Jul 21, 2010
Basically functionality i need is:
easy integration with ASP.NET application.user ability to crop image with handle prior to save image optimization from any image type to jpg (compression levels) during the save saving images with proper h/w ratios during the save user ability to rotate the image prior to save ability to translate application to foreign language as it won't be used on international site
View 4 Replies
Oct 3, 2010
What type of connector do i need to actually save the Map data like point of the images (x,y coordinate) into the database . and then retrieve it to show on the page in asp.net and how do i go about doing it.
View 3 Replies
May 26, 2011
I'm trying to build a website to medical prescriptions and I have a problem.At one point I want to save the drug that I get on the TEXTBOX via my database, on one LISTBOX that will have all the drugs that I prescript. How can I do that?
View 6 Replies
May 25, 2011
I am trying to write a code to save and open data that is in my application. My application contains hundreds of text boxes, combo boxes and labels. I have created an array for each set of data, i.e.,
glist(0).store=combobox1.value
glist(0).cat=combobox2.value
glist(0).it=label3.text
glist(0).quan=label4.text
glist(0).total=label5.text
up to glist(89).
Is there a way to write a code to loop through the array and save the values so that they can be opened at a later time in my application? The array will contain Doubles and Strings.
View 4 Replies
Oct 17, 2009
I'm trying to make it so the the images will save to the folder that you selected in the textbox1.text from the folderbrowser this is the code's I have tried
[Code]...
View 1 Replies
Nov 1, 2010
I can launch Excel with the document I want using VB.Net 2010:
Dim p As New System.Diagnostics.Process
p.StartInfo.FileName = "c: empmyfile.xlsx"
p.Start()
Excel starts OK with the file opened. I edit the file, but when I close it down, Excel doesn't ask if I want to save changes. So it closes and loses my edits.
If I do the same with a text file:
Dim p As New System.Diagnostics.Process
p.StartInfo.FileName = "c: empmyfile.txt"
p.Start()
It opens (in Notepad++), I edit it and close it, and Notepad++ asks if I want to save changes.
I've now tried similar code with a Word document - and that's OK. Also with an OpenOffice Sheet document and that works as well.
This behaviour is happening in Windows 7 with Excel 2010. It works as expected in Windows XP with Excel 2007.
What am I doing wrong with Excel? Is it me?
View 2 Replies
Jun 11, 2011
I am using windows application. in that form i place picturebox, openfiledialogue, loadimage, saveimage buttons.using loadimage button to load image into picture box.using saveimage button to save image into one folder(save image into harddisk)at the time of save image first we crop the image like height:100 and width:100 and next it saved to folder.
View 1 Replies
Jul 5, 2011
i am creating a web browser using microsoft vb.net 2008 and i want to save all images only displaying on any web page in my browser. i have added check box to save images. browser.PNG when i click on check box , the browser will prompt to save only images files on web page.
View 9 Replies
Feb 3, 2012
Is it possible to use microsoft access database for Windows mobile application and save this mdb file locally in the pocket pc?because im trying to make an application to connect to mdb database but this imports seems to be not working.
HTML
Imports System.Data.oledb
oledb is not a member of system.data. why?
View 1 Replies
May 16, 2011
I work in an engineering design house and programming is not my actual profession. And I am relatively new to VB .net (previous i had worked in vb 6)
I am working on an in house application. I am coding a simple application in vb .net. This applications takes a few inputs from user and calculates a result. Now I want to implement a simple functionality that user should be able to save the input and results just like most of the windows programs can in a new file format. And user should be able to open the save file when desired.
View 10 Replies
Feb 8, 2010
I wanna use the C# code file in VB.Net project Which is windows based application. But that C# class is not using in VB.NET application. How Can I perform this task.
View 4 Replies
Apr 19, 2009
how to Send Email Using SMTP in vb.net 2005? Actually on my program I have loaded already emails and names on my listview and what I want is that I want to send emails to those emails found on the listview but my problem is that I don't have any idea how to send email on vb.net 2005.
View 3 Replies
Aug 26, 2011
When depolying a Windows Application with a CD How does one depoly Folders, with a large number pictures in them, along with the program that uses them!Further, when having the Control Panel utillities Uninstall the Program, how can you get it to remove the Folders containing the pictures along with the program that was installed with the pictures, assuming you can do so in the first place?Do not suggest using C or any other laguage please!
View 9 Replies
Apr 16, 2010
How can any windows xp stop service application in vb.net2008?
View 1 Replies
Apr 27, 2010
how can any windows xp program delete folder application in visual basic .net 2008?
View 1 Replies
Dec 13, 2010
How can i display text on image with 270 degrees format in windows based application using vb.netv
View 3 Replies
Feb 20, 2012
in my application, to get the path I use the following code.
Dim path As String
Dim asm As [Assembly] = [Assembly].GetExecutingAssembly()
path = System.IO.Path.GetDirectoryName(asm.GetName().CodeBase)
this gives path as Application Data, But i need Program Files to locate the .sdf file. how to get this path?
View 2 Replies
Nov 14, 2011
I've search the net in order to create a custom control but nothing I find is worth looking at, The main thing I want to do is create a skinengin via DLL and import it in my vb 2010 then using or creating some sort of skin builder where I can create a full setting file which contains all the details of the customization regarding the Form(Look, Feel and the controls such as a menu), I have used Iriskin and multiple apps doing this for me and when a user installs my application they still recieve a message about buying the registered DLL file, I would like to create it completely from scratch.
View 2 Replies
Mar 13, 2012
Is it possible to save images using Visual Basic 2008 from URL to my PC? For example : From [URL] to C:folderimage.jpg P.S: I need simpliest example of the code, then I will edit is as I need. Update : I want to know when the code have finished downloading of the image.
View 2 Replies
Jun 24, 2008
I am new to visual basic as you will see but I am able to use the Visual Studio 2008 GUI to make programs.I don't know much code and found that using the GUI and inserting code snippets when needed is fine for me. I'm sure I'll learn code eventually.I developed a program using Access 2007 Database with no problems but now I am using SQL Compact Edition 3.5.My problem is this: In Access 2007, I used images and pointed the image which was in a folder in the directory.I switched to SQL CE because I want the images in the Database without their own folder (mostly for security reasons).I have been unable to do this.What I need is a short program to let me select the image and put it into the appropriate row of the database.
View 1 Replies
May 24, 2012
I am trying to save an image from the client side to a folder using vb.net "" the image that has the myImage ID ""
<asp:Image runat="server" ID="myImage" ImageUrl="http://www.govcomm.harris.com/images/1F-81-imageLinks650a.jpg" /><asp:Image runat="server" ID="myImage2" ImageUrl="http://www.govcomm.harris.com/images/2F-81-imageLinks650b.jpg" />
this is just the location where i want to save my image i haven't run or try any thing with this code , i am just wondering how to do this this location is on the server side Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim saveLocation As String = Server.MapPath("PDFs")End Sub
Also, I would like to know if there is a way to use the id to save since i might have more than one image to be saved.
View 2 Replies
Jun 10, 2012
I wants to ask how to add images that are uploaded in picturebox with opendialoguebox tool in a particular folder , without the help of database means no use of database i only wants to store the images in a folder, i tried but there is an error.
View 2 Replies
May 12, 2011
was just wondering what i have to do to create a save button that actually works. i have a form with a picturebox. i want to create a save button called btnsave and when an image is in the picture box the user can click the save button and it will save it to a location of my choice example c drive. and the other question is how do i get the saved files to name its self in numerical order. for example: image1, image2, image3, image4 and so forth.
View 1 Replies
Jan 28, 2011
If we can save 2 images i.e 2 different picture boxes in the same file?
View 8 Replies