Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Here is something for those who want to work with WIMGAPI and VB .NET. Just add the module below to your project and use the examples below that to do your tasks. I will be updating it with more functions. If you know any which have not been added yet please post a working example :D

WIMGAPI Module v1.0

The places where you see the number 1, that is the image index.

Mount Image

If CWIM_MountImage(1,"C:\Wimfile.wim","C:\MountPath") = true then
'DO THIS
else
'MSGBOX("There was an error mounting this image")
end if

UnMount Image

If CWIM_UnMountImage(1,"C:\Wimfile.wim","C:\MountPath",True) = true then
'DO THIS
else
'MSGBOX("There was an error unmounting this image")
end if

Delete Image

CWIM_DeleteImage("C:\WimFile.wim",1)

GetWIMInfo

Dim WImInfo = CWIM_GetWimInfo("C:\Wimfile.wim")

Capture Image

CWIM_CaptureImage("C:\FolderToCapture","C:\NewWim.wim",WIM_COMPRESS_LZX,"C:\Temp")

Export Image

CWIM_ExportImage("C:\OriginalWim.wim","C:\ExportedWim.wim",1,"C:\Temp")

  • 3 weeks later...
  • 2 months later...

Hi,

I use the capture function in my project but i'd like to edit the properties "NAME" and "DESCRIPTION" with 2 textBox on my Form.

My question is : Must I use the "SetImageInformation" function to do that ?

I have read all of this document and I can't really find my way :

My linkhttp://msdn.microsoft.com/en-us/library/dd834960.aspxhttp://msdn.microsoft.com/en-us/library/dd834960.aspx

...

  • 3 years later...

Resurrecting an old thread, I know, but it would be wonderful if the attachment could be replaced / fixed -- not showing it as active or valid. Thanks!

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.