It is easy in .Net but I would like it that my app will run anywhere hence I am aiming to try it in assembly though I have no idea on where to start, any help?
It is easy in .Net but I would like it that my app will run anywhere hence I am aiming to try it in assembly though I have no idea on where to start, any help?
Regards,
™
As a gesture of gratitude please consider rating helpful posts. c",)
FAQ Submissions: ADO Tutorial | Add record to database | Read/write a text file | Read/write to .Ini | Delete a file | Check file existence | One instance of application | Retrieve running processes / Other stuffs: Mouse Hotkey | Compress file using SQL Server! | Global error handler with stack tracing | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system
One of ASM's main weaknesses is portability so if that's the main reason you want to use ASM then you'd better rethink it.
Java is the most portable language today.
Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading
C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter
There's just no reason to use garbage like InputBox. -jmcilhinney
x86 is quite portable, but you can use any unmanged language, it will probably be easier. If you still want to do it in assembly I'll try and help.
Useful CodeBank Entries of mine
Expand Function
Code Compiler
Sudoku Solver
HotKeyHandler Class
Read this to get Effective help on VBForums
Hitchhiker's Guide to Getting Help at VBF
I'm curious...why would you want to change folder permissions using ASM anyways ?
Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading
C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter
There's just no reason to use garbage like InputBox. -jmcilhinney