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

Visual Basic

 
GeneralRe: Application Exits at the beginning. Please Help Pin
s3rro5-Nov-07 8:15
s3rro5-Nov-07 8:15 
GeneralRe: Application Exits at the beginning. Please Help Pin
Kschuler5-Nov-07 8:18
Kschuler5-Nov-07 8:18 
QuestionFrom Windows application to web- application Pin
PaulMiedema5-Nov-07 2:11
PaulMiedema5-Nov-07 2:11 
AnswerRe: From Windows application to web- application Pin
DigiOz Multimedia5-Nov-07 5:29
DigiOz Multimedia5-Nov-07 5:29 
GeneralRe: From Windows application to web- application Pin
PaulMiedema6-Nov-07 0:00
PaulMiedema6-Nov-07 0:00 
GeneralRe: From Windows application to web- application Pin
ChandraRam6-Nov-07 1:06
ChandraRam6-Nov-07 1:06 
GeneralRe: From Windows application to web- application Pin
PaulMiedema7-Nov-07 1:47
PaulMiedema7-Nov-07 1:47 
GeneralRe: From Windows application to web- application Pin
DigiOz Multimedia6-Nov-07 3:51
DigiOz Multimedia6-Nov-07 3:51 
PaulMiedema wrote:
Is it possible to upload a "normal" Visual Basic 6.0 program into the server of my webhost and make it approachable from my home computerso that I can entry data into that program and make it print results on my home printer?


Although there are easier ways to do this, you could do this if you create a setting like this:

1. You have to have administrative rights to the server / webhost machine.
2. You would have to install the application on that machine by remoting in using remote desktop.
3. The firewall setting on the webhost machine has to allow incoming socket connection on a specific port you choose.
4. You would have to create a listener / client application on your home machine to receive the incoming socket communication.
5. Items 1, 2 and 3 will have to also be valid for your home machine obviously.

A simpler way to do this would be:

1. Create a Web Service in VS.NET which would expose a Function, which would return a dataset to the client software.
2. Create a Client Application using VS.NET which would reference that Web Service, and would obtain the dataset. This would allow you to format the data in whatever format you see fit and print it out at home.

As you can see the second way is a lot simpler then what you initially intended to do. I hope this helps.

Pete Soheil
DigiOz Multimedia
http://www.digioz.com

GeneralRe: From Windows application to web- application Pin
PaulMiedema7-Nov-07 1:41
PaulMiedema7-Nov-07 1:41 
QuestionFilePutObject assistance, please Pin
IceWater425-Nov-07 1:47
IceWater425-Nov-07 1:47 
AnswerRe: FilePutObject assistance, please Pin
AliAmjad5-Nov-07 2:21
AliAmjad5-Nov-07 2:21 
QuestionInitialize a date picker Pin
nishkarsh_k5-Nov-07 0:25
nishkarsh_k5-Nov-07 0:25 
AnswerRe: Initialize a date picker Pin
AliAmjad5-Nov-07 2:31
AliAmjad5-Nov-07 2:31 
AnswerRe: Initialize a date picker Pin
Muhammad Shahid Farooq5-Nov-07 2:32
professionalMuhammad Shahid Farooq5-Nov-07 2:32 
Questioncan I connect my ASP.net project written in VB.Net to an excel or SPSS Pin
Knowledgestudent5-Nov-07 0:05
Knowledgestudent5-Nov-07 0:05 
QuestionData Grid View Behaviour ? Pin
NasirLCCI20074-Nov-07 23:53
NasirLCCI20074-Nov-07 23:53 
QuestionSetup & Deployment .Net Windows Application Pin
P.T.R.K4-Nov-07 23:47
P.T.R.K4-Nov-07 23:47 
AnswerRe: Setup & Deployment .Net Windows Application Pin
AliAmjad5-Nov-07 0:06
AliAmjad5-Nov-07 0:06 
GeneralRe: Setup & Deployment .Net Windows Application Pin
P.T.R.K5-Nov-07 1:05
P.T.R.K5-Nov-07 1:05 
GeneralRe: Setup & Deployment .Net Windows Application Pin
AliAmjad5-Nov-07 2:15
AliAmjad5-Nov-07 2:15 
QuestionAutoscroll position in windows application Pin
DAMODAR N4-Nov-07 21:16
DAMODAR N4-Nov-07 21:16 
AnswerRe: Autoscroll position in windows application Pin
AliAmjad4-Nov-07 22:46
AliAmjad4-Nov-07 22:46 
AnswerRe: Autoscroll position in windows application Pin
Mycroft Holmes5-Nov-07 22:32
professionalMycroft Holmes5-Nov-07 22:32 
Questionhow can i get process ID when i... Pin
koolprasad20034-Nov-07 20:23
professionalkoolprasad20034-Nov-07 20:23 
AnswerRe: how can i get process ID when i... Pin
AliAmjad4-Nov-07 22:52
AliAmjad4-Nov-07 22:52 

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.