Search results for query: *

  • Users: rostamiani
  • Content: Threads
  • Order by date
  1. R

    'Add' function adds two objects instead of one. Is this a bug?

    I'm using Entity Framework 6 with VB.NET. The problem is that when I add a new 'user' object to the context, an additional user is added. This is the code: Dim Db As New DbModel ' Create a new user Dim NewUser = New User With { .UserName = txtUserName.Text.Trim, .Password =...
  2. R

    Question Sending RAW Data to the printer

    Hi I want to send PLC file to the laser printer I used this code but the print job stays in the print queue and could not be printed :confused: How to send raw data to a printer by using Visual Basic .NET What can I do ? Thanks a lot :D
  3. R

    Question Microsoft Word Component

    Hi Can I integrate Microsoft Word into a form as a component ? Can Microsoft Office PIA do this ? Thanks :)
  4. R

    Question Webcam snapshot using Direct Show ?

    Hi everyone I want to create a form control that shows the cam preview and can grab pictures of full resolution (1600 * 1200) by Quickam 9000 Pro 1.Is there any user control to use instead of rewrite ??? 2.Is it needed to download Windows DSK ? witch version should I download? I want to use...
Back
Top