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

Visual Basic

 
GeneralRe: Application Automation Question (VB.Net) Pin
Mekong River30-Dec-04 10:55
Mekong River30-Dec-04 10:55 
GeneralRe: Application Automation Question (VB.Net) Pin
mcslemon30-Dec-04 11:19
mcslemon30-Dec-04 11:19 
GeneralRe: Application Automation Question (VB.Net) Pin
Mekong River30-Dec-04 15:33
Mekong River30-Dec-04 15:33 
GeneralRe: Application Automation Question (VB.Net) Pin
mcslemon2-Jan-05 6:46
mcslemon2-Jan-05 6:46 
GeneralDATA Transfer VB.NET Server, VB6 Client, SQL Server Pin
HarryBo30-Dec-04 9:09
HarryBo30-Dec-04 9:09 
QuestionHow to do paging in Windows VB.NET datagrid ?? Pin
bahruddina30-Dec-04 4:43
bahruddina30-Dec-04 4:43 
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 

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.