Click here to Skip to main content
15,914,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: hI Pin
karen197-Jul-10 22:27
karen197-Jul-10 22:27 
GeneralRe: hI Pin
Estys7-Jul-10 22:41
Estys7-Jul-10 22:41 
GeneralRe: hI Pin
Smithers-Jones8-Jul-10 1:14
Smithers-Jones8-Jul-10 1:14 
AnswerRe: hI Pin
Scubapro7-Jul-10 22:21
Scubapro7-Jul-10 22:21 
AnswerRe: hI Pin
JHizzle7-Jul-10 22:22
JHizzle7-Jul-10 22:22 
GeneralRe: hI Pin
Eddy Vluggen7-Jul-10 23:43
professionalEddy Vluggen7-Jul-10 23:43 
AnswerRe: hI Pin
Dave Kreskowiak8-Jul-10 3:27
mveDave Kreskowiak8-Jul-10 3:27 
QuestionMatlab to VB.net Pin
craig77777-Jul-10 4:15
craig77777-Jul-10 4:15 
Hi,

I'm writing a steganography app in VB.NET that will hide an image and text covertly inside the least significant bits of a bitmap image. I'm trying to convert this code snippet i found in matlab to VB.NET or C# but dont know how. Does anyone know how to convert it to VB.net or C# code? Thanks

<br />
Stego = uint8(bitor(bitand(Overt, bitcmp(2^n - 1, 8)) , bitshift(Covert, n - 8))); <br />


n = Number of least significant bits to replace. Normally 4

Overt, Covert = Bitmap images
Stego = Bitmap image output

The matlab code allows one bitmap image to be encoded into the least signficant bits of another bitmap to form the Stego image.

Thanks for your help
AnswerRe: Matlab to VB.net Pin
Dave Kreskowiak7-Jul-10 4:28
mveDave Kreskowiak7-Jul-10 4:28 
QuestionHelp needed in hooking MS Office File Open/Save Dialog ......... Pin
Dinakara K7-Jul-10 0:06
Dinakara K7-Jul-10 0:06 
AnswerRe: Help needed in hooking MS Office File Open/Save Dialog ......... Pin
Simon_Whale7-Jul-10 0:18
Simon_Whale7-Jul-10 0:18 
AnswerRe: Help needed in hooking MS Office File Open/Save Dialog ......... Pin
thatraja7-Jul-10 2:40
professionalthatraja7-Jul-10 2:40 
GeneralRe: Help needed in hooking MS Office File Open/Save Dialog ......... Pin
ChandraRam7-Jul-10 4:04
ChandraRam7-Jul-10 4:04 
GeneralRe: Help needed in hooking MS Office File Open/Save Dialog ......... Pin
thatraja7-Jul-10 6:23
professionalthatraja7-Jul-10 6:23 
GeneralRe: Help needed in hooking MS Office File Open/Save Dialog ......... Pin
Dinakara K7-Jul-10 21:09
Dinakara K7-Jul-10 21:09 
AnswerRe: Help needed in hooking MS Office File Open/Save Dialog ......... Pin
Sonhospa7-Jul-10 8:16
Sonhospa7-Jul-10 8:16 
GeneralRe: Help needed in hooking MS Office File Open/Save Dialog ......... Pin
Dinakara K11-Jul-10 20:03
Dinakara K11-Jul-10 20:03 
QuestionProblem accessing Resourses and Settings in visual studio 2008 Pin
Аslam Iqbal6-Jul-10 23:26
professionalАslam Iqbal6-Jul-10 23:26 
AnswerRe: Problem accessing Resourses and Settings in visual studio 2008 Pin
Dave Kreskowiak7-Jul-10 1:28
mveDave Kreskowiak7-Jul-10 1:28 
GeneralRe: Problem accessing Resourses and Settings in visual studio 2008 Pin
Аslam Iqbal7-Jul-10 1:42
professionalАslam Iqbal7-Jul-10 1:42 
GeneralRe: Problem accessing Resourses and Settings in visual studio 2008 Pin
Dave Kreskowiak7-Jul-10 2:51
mveDave Kreskowiak7-Jul-10 2:51 
GeneralRe: Problem accessing Resourses and Settings in visual studio 2008 Pin
Аslam Iqbal7-Jul-10 4:28
professionalАslam Iqbal7-Jul-10 4:28 
QuestionCommunication with Finger Print Machine [modified] Pin
εїзεїзεїз6-Jul-10 21:49
εїзεїзεїз6-Jul-10 21:49 
AnswerRe: Communication with Finger Print Machine Pin
Steven J Jowett7-Jul-10 0:41
Steven J Jowett7-Jul-10 0:41 
AnswerRe: Communication with Finger Print Machine Pin
Dave Kreskowiak7-Jul-10 1:26
mveDave Kreskowiak7-Jul-10 1:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.