Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: stackhash _2f16 Pin
Dave Kreskowiak9-Jun-13 12:50
mveDave Kreskowiak9-Jun-13 12:50 
GeneralRe: stackhash _2f16 Pin
champagne_charly9-Jun-13 13:03
champagne_charly9-Jun-13 13:03 
GeneralRe: stackhash _2f16 Pin
Dave Kreskowiak9-Jun-13 14:22
mveDave Kreskowiak9-Jun-13 14:22 
GeneralRe: stackhash _2f16 Pin
Eddy Vluggen10-Jun-13 3:07
professionalEddy Vluggen10-Jun-13 3:07 
GeneralRe: stackhash _2f16 Pin
champagne_charly10-Jun-13 3:52
champagne_charly10-Jun-13 3:52 
GeneralRe: stackhash _2f16 Pin
Eddy Vluggen10-Jun-13 4:23
professionalEddy Vluggen10-Jun-13 4:23 
GeneralRe: stackhash _2f16 Pin
champagne_charly10-Jun-13 4:56
champagne_charly10-Jun-13 4:56 
GeneralRe: stackhash _2f16 Pin
Eddy Vluggen10-Jun-13 6:33
professionalEddy Vluggen10-Jun-13 6:33 
champagne_charly wrote:
I wanted the most portable type interface (Linux + MS) so was at the time contemplating java/ silverlight
I'm targetting the same platforms, but using WinForms. The .NET assemblies are binary compatible, meaning I can compile on Windows using VS, and use them under OpenSUSE/Ubuntu without modification. Then again, using a webinterface would allow even more clients to use the application - even the Kindle can display a webpage.

champagne_charly wrote:
I read the delphi issues was this not to do with the delay in release of decent x64 architecture?
We abandoned the IDE before the move to 64-bit code; people don't mind being in 32-bits that much, see VB6 as proof. A lot of applications are still bound to the 32-bit platform due to the bitness of the libraries they reference. The amount of users dropped significantly when "Borland" (or whatever name they had at that moment) discontinued the free version.

champagne_charly wrote:
Sure property grids but unless simple I'd rather write the code to the same. However I say that without knowing the complexities of the same within .net.
Since you're already familiar with VB6, it could be as simple as asking which properties a record has, and creating a huge "switch" to display an editor for that property. The new framework will add more useful goodies to your toolbox, like real threading.

champagne_charly wrote:
THus the rest can be a modular upgrade apporach.
That's the ideal architecture; anything that can be described in terms of input/output can easily be tested and outsourced/offloaded to someone else. Otherwise one will always have problems with integrating the different parts and getting them to work together.

champagne_charly wrote:
P.S> initial issue completely rectified.
Hehe, guilty, it's sometimes hard to stay on topic Laugh | :laugh:
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: stackhash _2f16 Pin
champagne_charly10-Jun-13 11:43
champagne_charly10-Jun-13 11:43 
GeneralRe: stackhash _2f16 Pin
Eddy Vluggen10-Jun-13 22:33
professionalEddy Vluggen10-Jun-13 22:33 
GeneralRe: stackhash _2f16 Pin
champagne_charly9-Jun-13 6:09
champagne_charly9-Jun-13 6:09 
AnswerRe: stackhash _2f16 Pin
Dave Kreskowiak9-Jun-13 5:18
mveDave Kreskowiak9-Jun-13 5:18 
GeneralRe: stackhash _2f16 Pin
champagne_charly9-Jun-13 5:45
champagne_charly9-Jun-13 5:45 
GeneralRe: stackhash _2f16 Pin
Dave Kreskowiak9-Jun-13 6:17
mveDave Kreskowiak9-Jun-13 6:17 
QuestionReplication status Pin
alaa_hossain8-Jun-13 4:09
alaa_hossain8-Jun-13 4:09 
AnswerRe: Replication status Pin
Abhinav S8-Jun-13 4:36
Abhinav S8-Jun-13 4:36 
Questionnew language come in my code Pin
foad aldhoh7-Jun-13 4:47
foad aldhoh7-Jun-13 4:47 
AnswerRe: new language come in my code Pin
TnTinMn7-Jun-13 10:48
TnTinMn7-Jun-13 10:48 
Questiondatatable -> wpf datagrid -> new datatable Pin
Member 98926065-Jun-13 6:35
Member 98926065-Jun-13 6:35 
QuestionConvert VB6 project to VB.Net Pin
bhagyashree apte5-Jun-13 2:57
bhagyashree apte5-Jun-13 2:57 
AnswerRe: Convert VB6 project to VB.Net Pin
Abhinav S5-Jun-13 16:47
Abhinav S5-Jun-13 16:47 
QuestionHow to send Email using VB 6.0 Pin
Saranya-from-Tamil-Nadu-India4-Jun-13 23:28
Saranya-from-Tamil-Nadu-India4-Jun-13 23:28 
AnswerRe: How to send Email using VB 6.0 Pin
Richard MacCutchan4-Jun-13 23:34
mveRichard MacCutchan4-Jun-13 23:34 
QuestionSmart Card and CredUIPromptForWindowsCredentials Pin
dfaulhaber2k14-Jun-13 11:28
dfaulhaber2k14-Jun-13 11:28 
QuestionFindFirstFileEx() and Unicode Pin
treddie4-Jun-13 10:03
treddie4-Jun-13 10:03 

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.