Click here to Skip to main content
15,917,176 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to open Main,Mid,Child Form? Pin
steff kamush20-Jan-04 6:38
steff kamush20-Jan-04 6:38 
GeneralFirewall Pin
RobertAdam8217-Jan-04 21:04
RobertAdam8217-Jan-04 21:04 
GeneralTelnet Character & cursor attributes Pin
Syed Nadeemulla Hussaini17-Jan-04 20:36
Syed Nadeemulla Hussaini17-Jan-04 20:36 
GeneralLeague Table - its an emergency plz help Pin
andy009278617-Jan-04 6:48
andy009278617-Jan-04 6:48 
GeneralSome help needed here! Pin
Plane17-Jan-04 2:22
Plane17-Jan-04 2:22 
GeneralSending Email problem Pin
Meysam Khayatan17-Jan-04 2:17
Meysam Khayatan17-Jan-04 2:17 
QuestionHow a companies develop patches for their application ? Pin
Tridip Bhattacharjee17-Jan-04 1:54
professionalTridip Bhattacharjee17-Jan-04 1:54 
AnswerRe: How a companies develop patches for their application ? Pin
cnurse17-Jan-04 21:30
cnurse17-Jan-04 21:30 
Hi,

There are difference ways to patch an application. The easiest way is when none of the interfaces of your objects have changed. Say, you just changed a line like "a = a+1" to "a = a+2", that's not a big change. So you may consider just sending out a new dll or exe which can be copied directly over the old file.

If the interface of an object changes, say you change a method from "GetMyData (Byref a as integer)" to "GetMyData (Byref a as double). Would be consider a change to the interface of an object. Now all things which call GetMyData need to comply with this change. That can lead to all sorts of files being copied.

It seems to be the way these days that when you download update they just contain heaps of new files in their entirety. Back when I was a lad, we used a system called RTPatch. It used to work out which parts of files had changed and make a true "patch". Maybe its still around.

Hope this gives you a start along the path.

Nursey
AnswerRe: How a companies develop patches for their application ? Pin
steff kamush20-Jan-04 6:06
steff kamush20-Jan-04 6:06 
Questionhow to find database server like oracle or sqlserver in a network by application developed by vb.net?? Pin
Tridip Bhattacharjee17-Jan-04 1:50
professionalTridip Bhattacharjee17-Jan-04 1:50 
Generalaccessing form member from another form Pin
acecase17-Jan-04 1:06
acecase17-Jan-04 1:06 
GeneralRe: accessing form member from another form Pin
steff kamush20-Jan-04 5:48
steff kamush20-Jan-04 5:48 
GeneralRe: accessing form member from another form Pin
acecase21-Jan-04 3:53
acecase21-Jan-04 3:53 
GeneralSerialising objects which change alot Pin
cnurse17-Jan-04 0:12
cnurse17-Jan-04 0:12 
GeneralRe: Serialising objects which change alot Pin
Colin Angus Mackay17-Jan-04 3:08
Colin Angus Mackay17-Jan-04 3:08 
GeneralRe: Serialising objects which change alot Pin
cnurse17-Jan-04 21:24
cnurse17-Jan-04 21:24 
GeneralRe: Serialising objects which change alot Pin
Colin Angus Mackay18-Jan-04 0:46
Colin Angus Mackay18-Jan-04 0:46 
GeneralRe: Serialising objects which change alot Pin
cnurse18-Jan-04 1:24
cnurse18-Jan-04 1:24 
GeneralRe: Serialising objects which change alot Pin
Ray Cassick19-Jan-04 16:51
Ray Cassick19-Jan-04 16:51 
GeneralRe: Serialising objects which change alot Pin
cnurse20-Jan-04 2:06
cnurse20-Jan-04 2:06 
GeneralH-E-L-P!!! please.... Pin
Anonymous16-Jan-04 21:42
Anonymous16-Jan-04 21:42 
GeneralRe: H-E-L-P!!! please.... Pin
cnurse16-Jan-04 23:56
cnurse16-Jan-04 23:56 
GeneralRe: H-E-L-P!!! please.... Pin
acecase17-Jan-04 0:48
acecase17-Jan-04 0:48 
GeneralRe: H-E-L-P!!! please.... Pin
Anonymous17-Jan-04 3:39
Anonymous17-Jan-04 3:39 
GeneralRe: H-E-L-P!!! please.... Pin
cnurse17-Jan-04 21:44
cnurse17-Jan-04 21:44 

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.