Click here to Skip to main content
15,894,180 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: 2 combobox from same data source & same data table in VB.Net2005 Pin
nilam1126-Aug-07 1:58
nilam1126-Aug-07 1:58 
GeneralRe: 2 combobox from same data source & same data table in VB.Net2005 Pin
Naji El Kotob26-Aug-07 7:08
Naji El Kotob26-Aug-07 7:08 
QuestionVB.Net and MS Access problem Pin
pkrvb18-Aug-07 12:19
pkrvb18-Aug-07 12:19 
AnswerRe: VB.Net and MS Access problem Pin
green2go18-Aug-07 12:52
green2go18-Aug-07 12:52 
GeneralRe: VB.Net and MS Access problem Pin
pkrvb18-Aug-07 13:34
pkrvb18-Aug-07 13:34 
AnswerRe: VB.Net and MS Access problem Pin
TomGarth20-Aug-07 11:11
TomGarth20-Aug-07 11:11 
GeneralRe: VB.Net and MS Access problem Pin
pkrvb21-Aug-07 6:02
pkrvb21-Aug-07 6:02 
QuestionHow to load wmf image Pin
Spejlo18-Aug-07 8:02
Spejlo18-Aug-07 8:02 
hello everyone..

i have a little problem with loading wmf file (wmf is richtext format)

if loads from file everithing works

Dim i As Image = Image.FromFile("c:\1.wmf")

but if loads from memory array nothing happen

Dim s1 As New MemoryStream()
Dim a() As Byte
Dim i As Image

a = My.Computer.FileSystem.ReadAllBytes("c:\1.wmf")
s1.Write(a, 0, a.Length)
i = Image.FromStream(s1, True, True)

if i switch file to bmp or jpg everythings fine

please help
AnswerRe: How to load wmf image Pin
Luc Pattyn18-Aug-07 9:34
sitebuilderLuc Pattyn18-Aug-07 9:34 
GeneralRe: How to load wmf image Pin
Spejlo18-Aug-07 10:07
Spejlo18-Aug-07 10:07 
GeneralRe: How to load wmf image Pin
Luc Pattyn18-Aug-07 10:15
sitebuilderLuc Pattyn18-Aug-07 10:15 
GeneralRe: How to load wmf image Pin
Spejlo18-Aug-07 10:27
Spejlo18-Aug-07 10:27 
GeneralRe: How to load wmf image Pin
Luc Pattyn18-Aug-07 11:19
sitebuilderLuc Pattyn18-Aug-07 11:19 
GeneralRe: How to load wmf image Pin
Christian Graus18-Aug-07 11:30
protectorChristian Graus18-Aug-07 11:30 
GeneralRe: How to load wmf image Pin
Luc Pattyn18-Aug-07 11:46
sitebuilderLuc Pattyn18-Aug-07 11:46 
GeneralRe: How to load wmf image Pin
Christian Graus18-Aug-07 12:36
protectorChristian Graus18-Aug-07 12:36 
GeneralRe: How to load wmf image [modified] Pin
John Andrew19-Aug-07 13:36
John Andrew19-Aug-07 13:36 
GeneralRe: How to load wmf image Pin
Luc Pattyn19-Aug-07 13:48
sitebuilderLuc Pattyn19-Aug-07 13:48 
AnswerRe: How to load wmf image Pin
Christian Graus18-Aug-07 11:30
protectorChristian Graus18-Aug-07 11:30 
AnswerRe: How to load wmf image Pin
Luc Pattyn18-Aug-07 11:54
sitebuilderLuc Pattyn18-Aug-07 11:54 
GeneralRe: How to load wmf image [modified] Pin
Spejlo18-Aug-07 21:52
Spejlo18-Aug-07 21:52 
GeneralRe: How to load wmf image Pin
Luc Pattyn19-Aug-07 0:33
sitebuilderLuc Pattyn19-Aug-07 0:33 
QuestionHow to relate two tables in different data base Pin
Ashish Kumar Vyas18-Aug-07 4:13
Ashish Kumar Vyas18-Aug-07 4:13 
AnswerRe: How to relate two tables in different data base Pin
green2go18-Aug-07 13:35
green2go18-Aug-07 13:35 
QuestionDataGridView 2.0 [modified] Pin
Taylor Kobani18-Aug-07 2:34
Taylor Kobani18-Aug-07 2:34 

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.