Search results for query: *

  1. L

    UInt32

    hi guys i am in the middle of converting a big project from c# to vb.net and iam facing this problem in c# the integer type (UInt32) is implemented and can be used but in vb.net its not implemented and its giving me "value of type integer cannot be converted to PrinterErrors" in this line ...
  2. L

    how to know whether the event make the instance from the delegate or not???

    hi guys i hope to find the solution with u iam trying to convert some code blocks from c# to vb.net in C# u can make the event instance = null and u can ask in the code wether it makes the instance or not like this public delegate void ChangePageEventHandler(object sender, frmMain.Pages Page)...
Back
Top