Click here to Skip to main content
16,004,653 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Form font and colour change? Pin
harvey1078-Jan-07 7:28
harvey1078-Jan-07 7:28 
Questionhelp..how to read USB Flash drive serial number Pin
gladsmhe8-Jan-07 5:34
gladsmhe8-Jan-07 5:34 
AnswerRe: help..how to read USB Flash drive serial number Pin
nlarson118-Jan-07 7:42
nlarson118-Jan-07 7:42 
QuestionGraphic,DrawString cannot write a string Pin
Savas Cilve8-Jan-07 2:53
Savas Cilve8-Jan-07 2:53 
Hi all,
I'm trying to write shoot date on the images from exif datas. I'm using Graphic.DrawString but it's not working. Weird thing is, when debugging it writes but when running not! My code is very simple;

Dim f As New Font(FontFamily.GenericSerif, 8.5F, FontStyle.Regular, GraphicsUnit.Point)
Dim graph As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(_img)
graph.DrawString(exifListBox.SelectedItem.ToString(), f, Brushes.Black, CSng(_img.Width) - 100.0F, CSng(_img.Height) - 30.0F)

Why it is not working when running?? Anybody has an idea?? Thanks...

Savas Cilve
AnswerRe: Graphic,DrawString cannot write a string Pin
Dave Kreskowiak8-Jan-07 9:21
mveDave Kreskowiak8-Jan-07 9:21 
GeneralRe: Graphic,DrawString cannot write a string Pin
Savas Cilve8-Jan-07 21:53
Savas Cilve8-Jan-07 21:53 
GeneralRe: Graphic,DrawString cannot write a string Pin
Dave Kreskowiak9-Jan-07 2:45
mveDave Kreskowiak9-Jan-07 2:45 
GeneralRe: Graphic,DrawString cannot write a string Pin
Savas Cilve9-Jan-07 3:17
Savas Cilve9-Jan-07 3:17 
GeneralRe: Graphic,DrawString cannot write a string Pin
Dave Kreskowiak9-Jan-07 12:30
mveDave Kreskowiak9-Jan-07 12:30 
QuestionPlease help me!! Pin
lokesh1238-Jan-07 2:38
lokesh1238-Jan-07 2:38 
AnswerRe: Please help me!! Pin
lokesh1238-Jan-07 20:22
lokesh1238-Jan-07 20:22 
QuestionBinaryFormatter.Deserialize don't find Assambly ;( Pin
Curse4Life8-Jan-07 1:06
Curse4Life8-Jan-07 1:06 
Questionconverse of "indexfrompoint" Pin
DannyHersh8-Jan-07 0:54
DannyHersh8-Jan-07 0:54 
AnswerRe: converse of "indexfrompoint" Pin
CPallini8-Jan-07 3:07
mveCPallini8-Jan-07 3:07 
Questiondatabase problem in vb.net Pin
amaneet8-Jan-07 0:54
amaneet8-Jan-07 0:54 
AnswerRe: database problem in vb.net Pin
Walter_H8-Jan-07 1:40
Walter_H8-Jan-07 1:40 
GeneralRe: database problem in vb.net Pin
Colin Angus Mackay8-Jan-07 2:47
Colin Angus Mackay8-Jan-07 2:47 
GeneralRe: database problem in vb.net Pin
Walter_H8-Jan-07 3:19
Walter_H8-Jan-07 3:19 
AnswerRe: database problem in vb.net Pin
Colin Angus Mackay8-Jan-07 2:47
Colin Angus Mackay8-Jan-07 2:47 
Questionproject Pin
makedp8-Jan-07 0:39
makedp8-Jan-07 0:39 
AnswerRe: project Pin
Colin Angus Mackay8-Jan-07 2:51
Colin Angus Mackay8-Jan-07 2:51 
AnswerRe: project Pin
WillemM8-Jan-07 7:28
WillemM8-Jan-07 7:28 
GeneralRe: project Pin
makedp11-Jan-07 21:40
makedp11-Jan-07 21:40 
QuestionDataRpt.Dsr file could not be loaded in vb6 Pin
MissionSuccess8-Jan-07 0:06
MissionSuccess8-Jan-07 0:06 
QuestionChange ColumnHeader font in ListView [modified] Pin
AmirAlilou7-Jan-07 23:40
AmirAlilou7-Jan-07 23:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.