Add Watermark On A Series Of Pictures?
Jun 14, 2010I have a strong amount of pictures, which i would like to "protect" by adding watermark on them. Is there any way of adding watermark by using vb.net or C# ?
View 3 RepliesI have a strong amount of pictures, which i would like to "protect" by adding watermark on them. Is there any way of adding watermark by using vb.net or C# ?
View 3 Repliesi managed to make an input and output box but cant get my head over how to add a watermark with VB, ive got the arguments to add when in dos, but doesnt work when in vb The visual basic code is below
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code].....
I've a project where users can upload images onto the server and i have to add an invisible water mark into it. anyway,i've recommended that it would be better to purchase or use a 3rd party API that allows the invisible watermarking to be done using VB.NET. So i was wondering does anyone have any recommendations
View 1 Repliesim making a Watermark in a textbox but it keeps buging no mather what i do.i have made a class project but i cant get it to work properly the cod is
[Code]...
Well the title says it all, i have bin trying to find an idea or a way to do this but i am stuck so maybe i can get some feedback with this.
View 8 RepliesIm using a black n white image of a human as my back ground and panels to display the same bits in color when the area is clicked. What isn't working for me is the panels are slightly overlapped and one will always be on top of the other. it is transparent so you can see the back ground, but not the panel underneath it when it has a picture in it.
View 6 Repliesis it possible to use water mark in microsoft visual studio 2008? if yes, how?
View 9 RepliesI am adding watermark text to PDFs in a class library I have created. The code I posted below works fine, however the watermark is sometimes difficult to read because it overlays with content on the PDF. How would I go about adding a white background color around the watermark text? I basically would like the watermark text to be surrounded inside a white rectangle the size of the text.
[Code]...
I working on a distributed mediaplayer that uses the windows media player component.Now the customer asks me if its possible to have their logo overlayed on the media played instead of them having to render every movie with the logotype.I have google it and it seems like I can use a directshow filter to do this, but I havent found any good information on how to do it yet.If anyone here know If I can do this programatically, with a plugin, filter or some other way it would be nice to know. Its fine if its a plugin that costs money too. What I want is to be able to use a jpg/png as watermark/overlay to the running movie in Windows Media Player 11
View 1 RepliesWith oWordDoc
.Activate()
.Sections(1).Range.Select()
.ActiveWindow.ActivePane.View.SeekView = Word.WdSeekView.wdSeekCurrentPageHeader
.Selection.HeaderFooter.Shapes.AddTextEffect(
[CODE]...
It throws at this line...
.Selection.HeaderFooter.Shapes.AddTextEffect(Office.MsoPresetTextEffect.msoTextEffect1, "UNCONTROLLED", "Calibri", 1, Office.MsoTriState.msoFalse, Office.MsoTriState.msoFalse, 0, 0).Select()
This is the error...
System.MissingMemberException was unhandled by user code
Message=Public member 'Selection' on type 'DocumentClass' not found.
Source=Microsoft.VisualBasic
I am automating Word from VB.Net.I open a document by:
Dim msWord as Word.Application = CreateObject("Word.Application")
Dim doc As Word.Document = msWord.Documents.Add(Template:=Path)
where path points to a template file I created with a header and a watermark. The template has some bookmarks which I want to dynamically set to some appropriate text values:
doc.Bookmarks("DocumentTitle").Range.Text = "The Joy of Office Automation"
If I comment out that line, the document opens in Word with the watermark, etc, in place. If I let that line execute, it inserts the text as appropriate, but the watermark and other things disappear from the document. You can actually see it flash briefly, and then disappear.FWIW, this is Office Word 2007, and I am opening a .Dot (Word 97-2003) template. The Bookmark.Range.Text I am setting is in the document header.
I have a question about listbox. I want to display a series of * in one row. I know I have to use a loop, but I can not have the asterisk lined in one row.
View 3 RepliesI have a form in which there are two checkboxes then based on which check box the user selects a
series of labels and combo boxes are shown. I can't get the series of labels and cbx's to show and
to show when the check box is clicked.[code...]
Imagine there is a line, in a text file, with three values separated with commas.
View 4 RepliesI am using VB.net Express I need to produce a chart so am using MSchart object.I am using the following code to try to add data (2) to column 1 of a series
Me.Reject_Chart.Series(0).Points.AddXY(1, 2)
I do not get an error immediately but then before the form can be refreshed I get a stack overflow.how to I set this data?
I am new to Visual 2010 and cannot seem to find any information about using Charts.I have an array, call it PressureOutputs(1000), which I wish to plot against a second array,e(1000).Can anyone please explain how I would add these two arrays to create a series on an x-y scatter graph (which is already present on the Windows Form Application), or point me to a source of information about how to do this?
View 2 Replieshow to check if numerous textbox's have a value, and then if they all have a value that is greater than zero, and then if they do, execute a command?
View 1 RepliesIf used the following code to create three line series and three point series consists of only one point each.[code]I need to check if X value and Y value of the two series matches.How can I find the X and Y value of a point within a line between two points like the ones in the picture?
View 5 RepliesIf used the following code to create three line series and three point series consists of only one point each.
Public Function JYJAD_EVNELOP()
ENVELOP.Series("Take-off").Points().Clear()
ENVELOP.Series("Zero Fuel").Points().Clear()
[code].....
Program: Visual Basic 2010
Database: MS Access
When I use the following piece of code to delete a single row in a table, it works.
Dim daCcorrente As OleDbDataAdapter[code]...
I am trying to write a code for Fibonacci series in VB, but some of the values in my series are incorrect.Below is what I have so far.
[Code]...
I want to know how a row from a datagridview can be put into a series of textboxes say 1,2,3.I have connected the datagridview to my ms access db, with three fields. I have three text boxes too. i just want to know how to get the row from datagridview to be moved to the three textboxes accordingly.
View 1 Repliesi'm new to visual basic and i'm trying to expand my programming knowledge by creating random projects that include personal advantages. Right now I am trying to create a program that prescribes a series of commands necessary for the execution of game emulators with the touch of a couple buttons. ive created a gui of sorts ... i just don't know to make it function.
[Code]...
I have this task of writing a code that would play a series of wav files and then allow a person make comment on that wav file.
View 1 RepliesTrying to write a series of lines to a streamwriter in ASP.NET 3.5 VB.NET but I get an error 'Object reference not set to an instance of an object.' Here is the code
Dim sW As StreamWriter, iX As Integer = 0
For iX = 0 To 5
sW.WriteLine("SomeThing") 'Error occurs here
Next
My goal is to write a write a series of strings in different lines. This seems so simple but I don't see how the reference isn't set; I'm declaring two lines above.
Does someone here experienced this error: ERROR [58005] [IBM] SQL0902C A system error (reason code = "") occurred. Subsequent SQL statements cannot be processed.sQLSTATE=58005..I'm Trying to make a program that will retrieve data from IBM i Series DB2.I established a code below that will check if the program can connect to the server but the error message above appeared.[code]The error will appear on CheckDB2.Open()
View 2 RepliesI am able to place a single series of chart data with my code but I cannot for the life of me figure out how to add a second series. I can add the Series ... I can Select the series but cannot with out errors figure out how to put data the the series' that I am creating ...
Ol' Mitch
xlApp.ActiveChart.SeriesCollection(1).Values = Rng1 <-- Error
xlApp.ActiveChart.SeriesCollection(2).Values = Rng2 <-- Error
[Code].....
is there any series to learn Server and Client in VB.NET?
View 1 RepliesIf I have posted this question in the wrong forum, please tell me how to find the correct forum.
I am working on an application that presents the average of a list of compass readings. The readings are wind directions. The problem occurs when the wind is oscillating around North. Some of the readings will be in the 300's, other readings can be 1, 2, 10, etc. degress. (A compass reads from 1 to 360 degress. 360 degrees is the same as 0 degrees.
You can't just average the numbers. For example, if you had two readings, 355 degrees and 5 degrees, just averaging the two results in an answer of 180 degrees. The correct answer is either 360 degrees or 000 degrees.
Most likely I can code data analysis logic to look for the problem, but I am hoping there is a simplier way. Does anybody know the answer?
I want to picture a line graph based on my array. I can create a graph line with 3 different series, but I don't get my exact chart as in excel. As can be seen from graph in the attachment. It has additional lines. I want just the 3 curved lines, but i don't know why it create other lines. Here is the code I used:
ReDim dataGraph(2, UPPER + 1)
Chart1.Series.Add("Series1")
Chart1.Series.Add("Series2")
[Code]......