Jump to content
UBot Underground

Recommended Posts

  • Replies 615
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

3.1.2.1 folder browser dialog: add option "Empty On Cancel"

V3.0.7.5 listbox dialog: add margin option to ok & cancel button

Hi. Command is missing. It can not run on other machines except my machine. I try to fix it But if I did I would fix something else instead.

Posted Images

Hi, just want to know what is the difference between the lite version and the full version in your plugins.

lite version no command "excel editor dialog"

Link to post
Share on other sites

Using the $credential dialog, would like to assign username and password to 2 variables (#Var a=username , #Var b=password), is it possible?

Try.

clear list(%UserPass)
add list to list(%UserPass,$plugin function("Advanced Dialog.dll", "$credential dialog", "Help: The window title will not be used on Vista and later; there the title will always be \"Windows Security\".", "Help: Please enter your username and password.", "Help: Since this is a sample the credentials won\'t be used for anything, so you can enter anything you like", "www.example.com", "True", "True", "True"),"Delete","Global")
set(#user,$list item(%UserPass,0),"Global")
set(#pass,$list item(%UserPass,1),"Global")
Link to post
Share on other sites

Using the $credential dialog, would like to assign username and password to 2 variables (#Var a=username , #Var b=password), is it possible?

Try.

clear list(%UserPass)
add list to list(%UserPass,$plugin function("Advanced Dialog.dll", "$credential dialog", "Help: The window title will not be used on Vista and later; there the title will always be \"Windows Security\".", "Help: Please enter your username and password.", "Help: Since this is a sample the credentials won\'t be used for anything, so you can enter anything you like", "www.example.com", "True", "True", "True"),"Delete","Global")
set(#user,$list item(%UserPass,0),"Global")
set(#pass,$list item(%UserPass,1),"Global")
Link to post
Share on other sites
  • 3 weeks later...
  • 3 weeks later...

pash can you please see the "checkbox dialog" ... when you load a table if you delete content from any cell it will give this error after OK and it does not save

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.
 
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at Advanced_Dialog.DataGrideCheckBox.View2.lkPLDNVACu(Object  , EventArgs  )
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
 
************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
Bot
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.0.0
----------------------------------------
PresentationFramework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209
----------------------------------------
WindowsBase
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34239 built by: FX452RTMGDR
----------------------------------------
PresentationCore
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
System.Xaml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
log4net
    Assembly Version: 1.2.10.0
    Win32 Version: 4.0.0.0
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 12.0.20806.33440 built by: FX45W81RTMREL
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
UBotPlugin
    Assembly Version: 1.0.0.0
    Win32 Version: 4.0.0.0
----------------------------------------
System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
PresentationFramework.Aero2
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
Wpf.TabControl
    Assembly Version: 1.0.0.0
    Win32 Version: 4.0.0.0
----------------------------------------
System.ServiceModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
----------------------------------------
System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
----------------------------------------
System.Web.Services
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
Antlr3.Runtime
    Assembly Version: 3.3.4.8517
    Win32 Version: 4.0.0.0
----------------------------------------
Advanced Dialog
    Assembly Version: 2.1.3.2
    Win32 Version: 4.0.0.0
----------------------------------------
System.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
Advanced Ubot
    Assembly Version: 2.4.0.2
    Win32 Version: 4.0.0.0
----------------------------------------
File Management
    Assembly Version: 1.9.1.0
    Win32 Version: 4.0.0.0
----------------------------------------
HTTP post
    Assembly Version: 2.5.5.0
    Win32 Version: 4.0.0.0
----------------------------------------
IniFileReader
    Assembly Version: 1.1.0.0
    Win32 Version: 4.0.0.0
----------------------------------------
SoundCommands
    Assembly Version: 1.0.0.0
    Win32 Version: 4.0.0.0
----------------------------------------
Newtonsoft.Json
    Assembly Version: 4.0.2.0
    Win32 Version: 4.0.0.0
----------------------------------------
System.ComponentModel.DataAnnotations
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
PresentationFramework-SystemXmlLinq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440
----------------------------------------
PresentationFramework-SystemXml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440
----------------------------------------
UIAutomationProvider
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
----------------------------------------
UIAutomationTypes
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
----------------------------------------
ICSharpCode.SharpZipLib
    Assembly Version: 0.86.0.518
    Win32 Version: 4.0.0.0
----------------------------------------
System.Management
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
----------------------------------------
HtmlAgilityPack
    Assembly Version: 1.4.6.0
    Win32 Version: 4.0.0.0
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
----------------------------------------
 
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
 
For example:
 
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
 
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Link to post
Share on other sites

V2.1.3.4 (Beta)

Fix:
data tables editor dialog : Error return data

Test development model (To reduce the size of the plug)

Link to post
Share on other sites

V2.1.3.4 (Beta)

Fix:
data tables editor dialog : Error return data

Test development model (To reduce the size of the plug)

Link to post
Share on other sites

V2.1.3.5 (Beta)

Fix:

checkbox dialog : when the input table is empty/null the plugin shows an error

 

great. thank you.

 

can you please add an option to lock the checkbox dialog cells on the table ? an option to read/write the cells

 

READ ONLY = cannot edit table cells

WRITE = can edit table cells

Link to post
Share on other sites

great. thank you.

 

can you please add an option to lock the checkbox dialog cells on the table ? an option to read/write the cells

 

READ ONLY = cannot edit table cells

WRITE = can edit table cells

I'm Check.

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...