Click here to Skip to main content
15,925,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: opening power point and word documents in browser from an ASP.net project (in VB) Pin
Dave Kreskowiak5-May-04 4:47
mveDave Kreskowiak5-May-04 4:47 
GeneralPlease help us about EVB Pin
bathroom4-May-04 19:50
bathroom4-May-04 19:50 
Generalmy assignment Pin
Anonymous4-May-04 14:22
Anonymous4-May-04 14:22 
GeneralRe: my assignment Pin
Dave Kreskowiak4-May-04 15:31
mveDave Kreskowiak4-May-04 15:31 
GeneralRe: my assignment Pin
Colin Angus Mackay4-May-04 22:13
Colin Angus Mackay4-May-04 22:13 
GeneralRe: my assignment Pin
Colin Angus Mackay4-May-04 22:17
Colin Angus Mackay4-May-04 22:17 
GeneralActiveDocument Creation Date Pin
skoizumi291104-May-04 11:15
sussskoizumi291104-May-04 11:15 
GeneralCrystal Example Pin
Andreas L4-May-04 6:06
Andreas L4-May-04 6:06 
GeneralRe: Crystal Example Pin
Member 9923937-May-04 11:39
Member 9923937-May-04 11:39 
Generalcritical section Pin
Anonymous4-May-04 3:40
Anonymous4-May-04 3:40 
QuestionCan't cast ArrayList to Array? Pin
FruitBatInShades4-May-04 2:05
FruitBatInShades4-May-04 2:05 
AnswerRe: Can't cast ArrayList to Array? Pin
Dave Kreskowiak4-May-04 4:41
mveDave Kreskowiak4-May-04 4:41 
Generalcapture packet and manipulate fields Pin
babur khan3-May-04 23:31
babur khan3-May-04 23:31 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 0:33
Colin Angus Mackay4-May-04 0:33 
GeneralRe: capture packet and manipulate fields Pin
babur khan4-May-04 5:25
babur khan4-May-04 5:25 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 6:21
Colin Angus Mackay4-May-04 6:21 
GeneralRe: capture packet and manipulate fields Pin
Dave Kreskowiak4-May-04 9:18
mveDave Kreskowiak4-May-04 9:18 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 9:29
Colin Angus Mackay4-May-04 9:29 
GeneralRe: capture packet and manipulate fields Pin
babur khan4-May-04 23:03
babur khan4-May-04 23:03 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 23:32
Colin Angus Mackay4-May-04 23:32 
GeneralRe: capture packet and manipulate fields Pin
Dave Kreskowiak4-May-04 4:24
mveDave Kreskowiak4-May-04 4:24 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 4:33
Colin Angus Mackay4-May-04 4:33 
GeneralRe: capture packet and manipulate fields Pin
Dave Kreskowiak4-May-04 4:42
mveDave Kreskowiak4-May-04 4:42 
GeneralComboBox doesn't show last item added (but does when I use debugger) Pin
Rikard Skarp3-May-04 22:34
sussRikard Skarp3-May-04 22:34 
Questionis it a modifier problem? Pin
3hrguy3-May-04 22:26
3hrguy3-May-04 22:26 
i have a form allows me to add, edit, delete records, and also see the master list of my records, this form has a dataset and a winsock-like object (private withevents) this application is connected to a server using my winsock-like object

what it does is that everytime i click on add or edit, a new form is instantiated and the record which i want to edit from the previous form is loaded in this new form (in the case of add, no data is loaded on the form) after adding or making the changes, the new form calls the add record method / edit record method to...

1. update the changes to the database
2. pass the new data to the server using my winsock-like object

after executing, the new form closes itself. i don't have any problems with updating changes to the database, but when i try to send the new data thru my winsock-like object, it gives me a "object reference not set..." error where in fact i clearly created a new instance of my winsock class when the form was loaded and the connection is still alive between my application and the server, should i change the modifier of my winsock-like object from private to shared or protected? please tell me what went wrong, thanks

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.