Click here to Skip to main content
15,903,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Create Structure Dynamically Pin
Samir Ibrahim14-Feb-09 2:37
Samir Ibrahim14-Feb-09 2:37 
GeneralRe: Create Structure Dynamically Pin
Luc Pattyn14-Feb-09 2:43
sitebuilderLuc Pattyn14-Feb-09 2:43 
GeneralRe: Create Structure Dynamically Pin
Samir Ibrahim14-Feb-09 3:14
Samir Ibrahim14-Feb-09 3:14 
GeneralRe: Create Structure Dynamically Pin
Luc Pattyn14-Feb-09 4:58
sitebuilderLuc Pattyn14-Feb-09 4:58 
GeneralRe: Create Structure Dynamically Pin
Dave Kreskowiak15-Feb-09 3:50
mveDave Kreskowiak15-Feb-09 3:50 
GeneralRe: Create Structure Dynamically Pin
Samir Ibrahim15-Feb-09 19:41
Samir Ibrahim15-Feb-09 19:41 
GeneralRe: Create Structure Dynamically Pin
Dave Kreskowiak16-Feb-09 2:11
mveDave Kreskowiak16-Feb-09 2:11 
GeneralRe: Create Structure Dynamically Pin
Samir Ibrahim16-Feb-09 3:48
Samir Ibrahim16-Feb-09 3:48 
I am special case that you HAVE to deal with. Laugh | :laugh:

btw: I did not start asking hard question yet Wink | ;)

As you said twice, and as I confirm twice, I don't have a problem which I want to solve.
Asking "Why" is good question, because it may eliminate the need.

I learn something from you and Luc, the "Thinking/Technique" itself to solve a problem in VB.Net is totally different from thinking when creating in VFP. And I thought I will face trouble just in finding the right language command changing.

Each language has it is limit and capabilities, and I am discovering vb.net possibilities.

I can solve my problem by simple declare all the TYPES I want in a single module and return the TYPE I need by sending the TYPE name as parameter.

I don't know if VB.Net support the creation of FLAT dll. where I can declare a function in a FLAT dll i create as I declare win32 API Function and send the TYPE to it without the need of create a TYPE as constant.

I am organized in my programming approach, I had 1 month started with VB.Net and I am already collecting vb.net code and API not just save them as html in a folder, I am creating a classes in order to make the working with any project more easier.

My next approach after butting the code I collect in a class, is to learn how to create FLAT dll, not COM dll. If I will face a trouble in creating FLAT dll, I will simply go to COM DLL.

That is the real reason why I am asking this question.

The Second reason, is the ability to create DLL(FLAT or COM) created by vb.net and use it in VFP if possible. since VFP does not support TYPE or Construct I would like to know if that is possible.

Thank you for your time and attention regarding my question.

Samir R. Ibrahim

GeneralRe: Create Structure Dynamically Pin
Dave Kreskowiak16-Feb-09 13:59
mveDave Kreskowiak16-Feb-09 13:59 
GeneralRe: Create Structure Dynamically Pin
Samir Ibrahim17-Feb-09 5:51
Samir Ibrahim17-Feb-09 5:51 
GeneralRe: Create Structure Dynamically Pin
Samir Ibrahim14-Feb-09 3:25
Samir Ibrahim14-Feb-09 3:25 
GeneralRe: Create Structure Dynamically Pin
Luc Pattyn14-Feb-09 4:54
sitebuilderLuc Pattyn14-Feb-09 4:54 
GeneralRe: Create Structure Dynamically Pin
Samir Ibrahim15-Feb-09 19:46
Samir Ibrahim15-Feb-09 19:46 
GeneralRe: Create Structure Dynamically Pin
Luc Pattyn16-Feb-09 0:06
sitebuilderLuc Pattyn16-Feb-09 0:06 
QuestionSkipping Some queries and conditions Pin
jishbalan13-Feb-09 19:09
jishbalan13-Feb-09 19:09 
AnswerRe: Skipping Some queries and conditions Pin
Dave Kreskowiak14-Feb-09 1:04
mveDave Kreskowiak14-Feb-09 1:04 
GeneralRe: Skipping Some queries and conditions Pin
jishbalan14-Feb-09 5:07
jishbalan14-Feb-09 5:07 
GeneralRe: Skipping Some queries and conditions Pin
Dave Kreskowiak15-Feb-09 3:53
mveDave Kreskowiak15-Feb-09 3:53 
Question"Send and Receive message" -Threading Problem Pin
scothyhut13-Feb-09 19:03
scothyhut13-Feb-09 19:03 
AnswerRe: "Send and Receive message" -Threading Problem Pin
Dave Kreskowiak14-Feb-09 1:02
mveDave Kreskowiak14-Feb-09 1:02 
GeneralRe: "Send and Receive message" -Threading Problem Pin
scothyhut14-Feb-09 1:37
scothyhut14-Feb-09 1:37 
GeneralRe: "Send and Receive message" -Threading Problem Pin
Dave Kreskowiak15-Feb-09 3:48
mveDave Kreskowiak15-Feb-09 3:48 
QuestionThreading Pin
Cory Kimble13-Feb-09 7:11
Cory Kimble13-Feb-09 7:11 
GeneralRe: Threading Pin
Luc Pattyn13-Feb-09 7:45
sitebuilderLuc Pattyn13-Feb-09 7:45 
QuestionWhy can't I see one of the reference (dll) file name within imports? Pin
JUNEYT13-Feb-09 6:23
JUNEYT13-Feb-09 6:23 

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.