Click here to Skip to main content
16,005,206 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSending messages to the client application from the server application Pin
chintan197925-Sep-04 0:07
chintan197925-Sep-04 0:07 
GeneralReading an (RTF)Rich Text Format or MS-WORD file in Vb.NET Pin
eshban28424-Sep-04 11:53
eshban28424-Sep-04 11:53 
GeneralRe: Reading an (RTF)Rich Text Format or MS-WORD file in Vb.NET Pin
Anonymous24-Sep-04 14:59
Anonymous24-Sep-04 14:59 
GeneralRead a Specific String in Text File Pin
eshban28424-Sep-04 11:52
eshban28424-Sep-04 11:52 
GeneralRe: Read a Specific String in Text File Pin
Anonymous24-Sep-04 14:38
Anonymous24-Sep-04 14:38 
GeneralConverting UTC time to String Pin
Chris Quick24-Sep-04 11:40
Chris Quick24-Sep-04 11:40 
GeneralRe: Converting UTC time to String Pin
Anonymous24-Sep-04 15:04
Anonymous24-Sep-04 15:04 
GeneralSOAP FORMATTER Pin
Herbertmunch24-Sep-04 10:59
Herbertmunch24-Sep-04 10:59 
hI ALL, My problem is this:

Im writting a control that reads a list of graphics from an embedded text file. This file is generated by soap formatter.

The Soap F. serialises a class that holds info.


My program then uses soap to deserialise the file, back into the orig class and reads the info and loads the embedded pictures into variables

This all works fine at runtime, but when you add the control to a form in design time it returns an error : Cast not valid.

I can Deserialise it back into a object type though.


i.e

Dim SoapF as new soapformatter
Dim MemoryStream as memoryStream
Dim obj as Object
Dim tstClass as TestClass


'This works at designtime/runtime :
obj = soapf.deserialise(MemoryStream,Object)

'This works at runtime (but i need it to work all the time!) :
tstClass = soapf.deserialise(MemoryStream,TestClass)


Any Ideas?


__________________


Thanks for your help!
Generalread bitmap's pixels to VB6 Pin
2ndhandcomputer24-Sep-04 8:59
2ndhandcomputer24-Sep-04 8:59 
GeneralRe: read bitmap's pixels to VB6 Pin
Anonymous24-Sep-04 10:29
Anonymous24-Sep-04 10:29 
GeneralRe: read bitmap's pixels to VB6 Pin
2ndhandcomputer25-Sep-04 9:09
2ndhandcomputer25-Sep-04 9:09 
GeneralNeed help Pin
KORCARI24-Sep-04 5:57
KORCARI24-Sep-04 5:57 
GeneralRe: Need help Pin
Dave Kreskowiak25-Sep-04 4:56
mveDave Kreskowiak25-Sep-04 4:56 
GeneralDetermining if a path is local Pin
rlrcstr24-Sep-04 5:54
rlrcstr24-Sep-04 5:54 
GeneralRe: Determining if a path is local Pin
Anonymous24-Sep-04 9:26
Anonymous24-Sep-04 9:26 
GeneralRe: Determining if a path is local Pin
Anonymous24-Sep-04 9:29
Anonymous24-Sep-04 9:29 
GeneralRead and write to same file help! Pin
DC9Pilot24-Sep-04 4:03
DC9Pilot24-Sep-04 4:03 
GeneralRe: Read and write to same file help! Pin
Dave Kreskowiak24-Sep-04 4:54
mveDave Kreskowiak24-Sep-04 4:54 
GeneralRe: Read and write to same file help! Pin
DC9Pilot24-Sep-04 5:02
DC9Pilot24-Sep-04 5:02 
GeneralMask in VB.Net Pin
Britnt724-Sep-04 3:25
Britnt724-Sep-04 3:25 
GeneralRe: Mask in VB.Net Pin
Dave Kreskowiak24-Sep-04 4:42
mveDave Kreskowiak24-Sep-04 4:42 
GeneralRe: Mask in VB.Net Pin
Britnt724-Sep-04 6:01
Britnt724-Sep-04 6:01 
GeneralRe: Mask in VB.Net Pin
Dave Kreskowiak25-Sep-04 4:53
mveDave Kreskowiak25-Sep-04 4:53 
GeneralFinding screen resolution settings Pin
KreativeKai24-Sep-04 1:49
professionalKreativeKai24-Sep-04 1:49 
GeneralRe: Finding screen resolution settings Pin
Dave Kreskowiak24-Sep-04 4:31
mveDave Kreskowiak24-Sep-04 4:31 

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.