Click here to Skip to main content
15,888,984 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to implement jquery function in vb.net 2010? Pin
QuickBooksDev9-Sep-14 10:29
QuickBooksDev9-Sep-14 10:29 
AnswerRe: How to implement jquery function in vb.net 2010? Pin
Dave Kreskowiak9-Sep-14 18:08
mveDave Kreskowiak9-Sep-14 18:08 
GeneralRe: How to implement jquery function in vb.net 2010? Pin
QuickBooksDev10-Sep-14 0:29
QuickBooksDev10-Sep-14 0:29 
GeneralRe: How to implement jquery function in vb.net 2010? Pin
Dave Kreskowiak10-Sep-14 1:23
mveDave Kreskowiak10-Sep-14 1:23 
GeneralRe: How to implement jquery function in vb.net 2010? Pin
QuickBooksDev10-Sep-14 1:46
QuickBooksDev10-Sep-14 1:46 
GeneralRe: How to implement jquery function in vb.net 2010? Pin
Dave Kreskowiak10-Sep-14 3:53
mveDave Kreskowiak10-Sep-14 3:53 
GeneralRe: How to implement jquery function in vb.net 2010? Pin
QuickBooksDev10-Sep-14 6:57
QuickBooksDev10-Sep-14 6:57 
GeneralRe: How to implement jquery function in vb.net 2010? Pin
Dave Kreskowiak10-Sep-14 9:17
mveDave Kreskowiak10-Sep-14 9:17 
You can't do that. At. All.

You cannot combine two different languages in the same code file. You can't even use two different languages in the same Project!

The PHP and Managed code execute in completely separate execution environments that don't even know about each other. So, the objects you create in one are not visible in the other.

Your only nice solution is to create a seperate PHP project (essentially PHP.NET) that handles serialization and reference it in the VB.NET code.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: How to implement jquery function in vb.net 2010? Pin
QuickBooksDev10-Sep-14 9:28
QuickBooksDev10-Sep-14 9:28 
GeneralRe: How to implement jquery function in vb.net 2010? Pin
Dave Kreskowiak10-Sep-14 9:31
mveDave Kreskowiak10-Sep-14 9:31 
AnswerRe: How to implement jquery function in vb.net 2010? Pin
Richard Deeming10-Sep-14 4:16
mveRichard Deeming10-Sep-14 4:16 
GeneralRe: How to implement jquery function in vb.net 2010? Pin
QuickBooksDev10-Sep-14 6:41
QuickBooksDev10-Sep-14 6:41 
Questionvb.net 2010 allow users to update active directory values Pin
dcof8-Sep-14 12:36
dcof8-Sep-14 12:36 
AnswerRe: vb.net 2010 allow users to update active directory values Pin
Eddy Vluggen9-Sep-14 8:37
professionalEddy Vluggen9-Sep-14 8:37 
QuestionProblem in program VBA excel. Kindly guide me. Pin
Member 110635316-Sep-14 6:57
Member 110635316-Sep-14 6:57 
AnswerRe: Problem in program VBA excel. Kindly guide me. Pin
Tim Carmichael6-Sep-14 9:19
Tim Carmichael6-Sep-14 9:19 
GeneralRe: Problem in program VBA excel. Kindly guide me. Pin
Member 110635316-Sep-14 16:49
Member 110635316-Sep-14 16:49 
GeneralRe: Problem in program VBA excel. Kindly guide me. Pin
Member 110635317-Sep-14 3:46
Member 110635317-Sep-14 3:46 
GeneralRe: Problem in program VBA excel. Kindly guide me. Pin
Tim Carmichael7-Sep-14 5:59
Tim Carmichael7-Sep-14 5:59 
GeneralRe: Problem in program VBA excel. Kindly guide me. Pin
Member 110635317-Sep-14 18:27
Member 110635317-Sep-14 18:27 
GeneralRe: Problem in program VBA excel. Kindly guide me. Pin
Chris Quinn8-Sep-14 4:30
Chris Quinn8-Sep-14 4:30 
QuestionGet Attributes of External Assemblies Pin
Dominick Marciano4-Sep-14 15:09
professionalDominick Marciano4-Sep-14 15:09 
AnswerRe: Get Attributes of External Assemblies Pin
Richard Deeming5-Sep-14 1:46
mveRichard Deeming5-Sep-14 1:46 
GeneralRe: Get Attributes of External Assemblies Pin
Dominick Marciano12-Sep-14 6:36
professionalDominick Marciano12-Sep-14 6:36 
QuestionSynchronization of camera and shell orientation Windows 8.1 Surface Pin
Member 110572154-Sep-14 3:33
Member 110572154-Sep-14 3:33 

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.