You are not logged in.

Search results

Search results 1-8 of 8.

Friday, February 15th 2013, 5:45pm

Author: Yuyu

Jumping applets

greetings I create a small application with 3 Applets. The custion is that when the application is run in Jabaco IDE working properly. But when launching the application from a web browser Applet1 skip the application and applet2, and goes directly to the Applet3. Even without being declared in Module1. Any ideas for this?

Thursday, June 16th 2011, 1:12am

Author: Yuyu

vbCr, vbCrLf and CHR(10) on server

I do not understand very well be happening. Reviewing the code to achieve this: Dim txt As String = _ "<html><body>" _ & "<div align = left>" _ & Chr(10) & DatosJugador.Nombre _ & Chr(10) & DatosJugador.Profesion _ & "</div>" _ & "</body></html>" Label11.Caption = txt Now on my home computer do not line break but to my surprise the web server host if it works. Not to understand that to be happening but this code works. "<div align = center>" This sentence does not run correctly. Greeting.

Wednesday, June 15th 2011, 10:06pm

Author: Yuyu

vbCr, vbCrLf and CHR(10) on server

Thanks for your reply. This solution does not stop being valid on the server side, you could see this link: http://yuyusub.xp3.biz/ "<div center> align =" not executed. when I include the code of my program and upload to the server by label (x) not be executed. Option Explicit ' Const nl = "<P>" '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Dim txt As String = nl & _ DatosJugador.Nombre & Nl & DatosJugador.Profesion Label11.Cap...

Wednesday, June 15th 2011, 3:52pm

Author: Yuyu

vbCr, vbCrLf and CHR(10) on server

Greetings Sorry if I did not explain well. 1st question. At design time the label (x) respecting the design. In losing runtime established format. 2nd question. I try different methods of concatenation of characters and personal computer function properly. Label11.Caption = DatosJugador.Nombre & vbCrLf & DatosJugador.Profesion or Label11.Caption = DatosJugador.Nombre & vbCr & DatosJugador.Profesion or Label11.Caption = DatosJugador.Nombre & chr(10) & DatosJugador.Profesion The problem occurs whe...

Wednesday, June 15th 2011, 12:43am

Author: Yuyu

vbCr, vbCrLf and CHR(10) on server

Greetings I raise small server program. The question might function computer CHR (10) or vbCr, vbCrLf works well but when you upload web server does not make line breaks. Various tests but know you are doing wrong. Thanks.

Wednesday, June 1st 2011, 10:47pm

Author: Yuyu

Form1 call

I have over 140 items in the project Applet1 and need more. I create a Form1 which contain more elements necessary for the project, but having problem to load Form1. No need to load New Form-x, I need to call Form1 to contain more elements. I try different methods to call, but without success. Any advice, thanks.

Wednesday, June 1st 2011, 10:35pm

Author: Yuyu

Label -- cuestion

A1880 thanks I change resolution image.

Tuesday, May 24th 2011, 12:54am

Author: Yuyu

Label -- cuestion

Greetings I need to know if you have a system for the label ("Label") do not modify the size of an image contained. design time: execution time: thanks friends and forgive my bad English.

WoltLab Burning Board