Click here to Skip to main content
15,923,374 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRetrieving Class Name? Pin
KreativeKai30-Dec-04 3:40
professionalKreativeKai30-Dec-04 3:40 
AnswerRe: Retrieving Class Name? Pin
Robert Rohde30-Dec-04 4:06
Robert Rohde30-Dec-04 4:06 
GeneralRe: Retrieving Class Name? Pin
KreativeKai30-Dec-04 4:16
professionalKreativeKai30-Dec-04 4:16 
GeneralSending Fax Using RightFax.DLL in VB.net Pin
Pavan Kumar Goud30-Dec-04 2:24
sussPavan Kumar Goud30-Dec-04 2:24 
GeneralRe: Sending Fax Using RightFax.DLL in VB.net Pin
Dave Kreskowiak30-Dec-04 11:29
mveDave Kreskowiak30-Dec-04 11:29 
GeneralMulti thread problem Pin
ll_new_ll30-Dec-04 1:50
ll_new_ll30-Dec-04 1:50 
QuestionHow to create realtime forms? Pin
David M J30-Dec-04 0:18
David M J30-Dec-04 0:18 
AnswerRe: How to create realtime forms? Pin
Robert Rohde30-Dec-04 4:27
Robert Rohde30-Dec-04 4:27 
Depending on how much data is changed and how much data you have total you could do one of the following:
1. Give each table with data an extra column LastChange of type DateTime. If the column is indexed your clients can regulary ask for newly changed items.
2. Instead of marking ich item just make one field LastChange. Your clients poll this one and (if something changed) get all data.
3. Make some sort of server where your clients must log in. Let the server handle all data access to the db. This way the server gets to know all changes and can send any info he wants to all connected clients. Furthermore the clients wouldnt need to know the data layer - it would all be handled by your server.
GeneralLAN/internet/modem recongnization Pin
John F Not Kennedy29-Dec-04 23:34
sussJohn F Not Kennedy29-Dec-04 23:34 
GeneralFTP Download Problem Pin
nitin_ion29-Dec-04 17:12
nitin_ion29-Dec-04 17:12 
GeneralHuge Brick WALL, need help... VB6.0 question Pin
dcudev.lcr29-Dec-04 15:56
dcudev.lcr29-Dec-04 15:56 
GeneralRe: Huge Brick WALL, need help... VB6.0 question Pin
dcudev.lcr30-Dec-04 4:24
dcudev.lcr30-Dec-04 4:24 
GeneralCumstomizable Mainmenu: how to add the events C#s vs VB.NET Pin
David M J29-Dec-04 12:27
David M J29-Dec-04 12:27 
GeneralRe: Cumstomizable Mainmenu: how to add the events C#s vs VB.NET Pin
Robert Rohde30-Dec-04 4:34
Robert Rohde30-Dec-04 4:34 
Questionhow to disable database login in crystal report.net ? Pin
viettho29-Dec-04 12:25
viettho29-Dec-04 12:25 
AnswerRe: how to disable database login in crystal report.net ? Pin
m_hussein4-Jan-05 20:14
m_hussein4-Jan-05 20:14 
GeneralCharting/Graphing - Form association... Pin
ajlong129-Dec-04 6:54
ajlong129-Dec-04 6:54 
GeneralPlacement of Data in ListView Pin
kobezt0829-Dec-04 4:54
kobezt0829-Dec-04 4:54 
GeneralDates from a given week Pin
Alsvha29-Dec-04 4:06
Alsvha29-Dec-04 4:06 
Questionhow can i use Overture and Adwords in Vb.net Pin
Hammad Umar28-Dec-04 23:23
sussHammad Umar28-Dec-04 23:23 
QuestionSilent install? Pin
charleslau285528-Dec-04 15:54
charleslau285528-Dec-04 15:54 
QuestionHow to write and display chemical formula or mathematical formula in VB.NET Pin
bangzozo28-Dec-04 15:32
bangzozo28-Dec-04 15:32 
GeneralSQL Statement in vb.net Pin
Mekong River28-Dec-04 13:33
Mekong River28-Dec-04 13:33 
GeneralRe: SQL Statement in vb.net Pin
Mekong River28-Dec-04 14:53
Mekong River28-Dec-04 14:53 
QuestionHow to select a RadioButton? Pin
Matrix100028-Dec-04 13:29
Matrix100028-Dec-04 13:29 

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.