Click here to Skip to main content
15,896,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Useing Stored Procedure Pin
Guffa3-Feb-06 23:35
Guffa3-Feb-06 23:35 
QuestionHow can I access to scanner vb.net? Pin
JUNEYT3-Feb-06 23:11
JUNEYT3-Feb-06 23:11 
QuestionPInvoke issue Pin
jimjo3-Feb-06 21:27
jimjo3-Feb-06 21:27 
Questioninserting into database Pin
raj kumar reddy3-Feb-06 17:44
raj kumar reddy3-Feb-06 17:44 
AnswerRe: inserting into database Pin
Rana Muhammad Javed Khan3-Feb-06 19:01
Rana Muhammad Javed Khan3-Feb-06 19:01 
AnswerRe: inserting into database Pin
S Douglas3-Feb-06 22:12
professionalS Douglas3-Feb-06 22:12 
QuestionGet Ip Address and put it in TextBox1?? Pin
Darshon3-Feb-06 12:12
Darshon3-Feb-06 12:12 
AnswerRe: Get Ip Address and put it in TextBox1?? Pin
Jason McBurney3-Feb-06 12:43
Jason McBurney3-Feb-06 12:43 
There are two answers to this depending on what you are really looking for:

First, the really ipaddress can be obtained from the DNS object in the framework. you textbox assignment would look something like: text1.value = system.Net.Dns.GetHostByAddress.tostring()
However, if you are doing asp.net, you may really desire what the url adress bar "server" name is for example:
http://www.codeproject.com/script/comments/user_reply.asp
the server name is "www.codeproject.com" which can be applied to a textbox like so: text1.value = page.Request.ServerVariables ("SERVER_NAME")

Hope that helped.


do you need to investigate an online backup[^] company
GeneralRe: Get Ip Address and put it in TextBox1?? Pin
Darshon3-Feb-06 19:30
Darshon3-Feb-06 19:30 
GeneralRe: Get Ip Address and put it in TextBox1?? Pin
Jason McBurney7-Feb-06 5:40
Jason McBurney7-Feb-06 5:40 
AnswerRe: Get Ip Address and put it in TextBox1?? Pin
Darshon7-Feb-06 14:07
Darshon7-Feb-06 14:07 
QuestionCopy into Clipboard - .GIF Pin
john john mackey3-Feb-06 12:08
john john mackey3-Feb-06 12:08 
AnswerRe: Copy into Clipboard - .GIF Pin
Jason McBurney3-Feb-06 12:58
Jason McBurney3-Feb-06 12:58 
GeneralRe: Copy into Clipboard - .GIF Pin
john john mackey3-Feb-06 13:22
john john mackey3-Feb-06 13:22 
QuestionA table control for vb6 Pin
ns3-Feb-06 9:40
ns3-Feb-06 9:40 
AnswerRe: A table control for vb6 Pin
Jason McBurney3-Feb-06 13:02
Jason McBurney3-Feb-06 13:02 
QuestionBindingSource Wont Update Pin
AlexeiXX33-Feb-06 9:20
AlexeiXX33-Feb-06 9:20 
QuestionAnother FileSystemObject Question Pin
Quecumber2563-Feb-06 8:41
Quecumber2563-Feb-06 8:41 
AnswerRe: Another FileSystemObject Question Pin
Dave Kreskowiak3-Feb-06 9:12
mveDave Kreskowiak3-Feb-06 9:12 
GeneralRe: Another FileSystemObject Question Pin
Quecumber2563-Feb-06 9:29
Quecumber2563-Feb-06 9:29 
GeneralRe: Another FileSystemObject Question Pin
Quecumber2563-Feb-06 9:42
Quecumber2563-Feb-06 9:42 
GeneralRe: Another FileSystemObject Question Pin
Dave Kreskowiak3-Feb-06 9:54
mveDave Kreskowiak3-Feb-06 9:54 
GeneralRe: Another FileSystemObject Question Pin
Quecumber2563-Feb-06 10:00
Quecumber2563-Feb-06 10:00 
GeneralRe: Another FileSystemObject Question Pin
Dave Kreskowiak3-Feb-06 10:06
mveDave Kreskowiak3-Feb-06 10:06 
GeneralRe: Another FileSystemObject Question Pin
Dave Kreskowiak3-Feb-06 10:04
mveDave Kreskowiak3-Feb-06 10:04 

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.