Forum: C# Apr 4th, 2009 |
| Replies: 1 Views: 340 I have a class Gambler and a bet class
and I have a field named MyBet but is bet type
Gamer[0] = new gambler() { Name = "Joe", Mymoney = 100, MyBEt = ApuestasNUD.Value, Milabel =... |
Forum: VB.NET Mar 8th, 2009 |
| Replies: 1 Views: 256 dim i as integer = 1
textbox1.text
textboxi.text
so I want to use i like a integer how can I concatenate that?? it is posible? |
Forum: C# Jan 16th, 2009 |
| Replies: 15 Views: 1,125 because C# have a LOT of Concepts I am kinda confused......what kind of advice can you give me to learn C#???I have the bases I think.....well kinda.... |
Forum: C# Jan 15th, 2009 |
| Replies: 4 Views: 308 namespace Empleados
{
class Empleados
{
private int edad;
static private int numeroemp = 0; |
Forum: C# Jan 6th, 2009 |
| Replies: 6 Views: 382 a phone book.......yeah. could be
whta did you used to save the phones, adress, names?? SQL or another DB |
Forum: C# Jan 5th, 2009 |
| Replies: 6 Views: 382 I am kinda new in C# so i just create a simple aplication using a database.......you know insert Update..delete.......but what other thing can I try ???
any idea........please remenber I am a... |
Forum: C# Oct 24th, 2008 |
| Replies: 8 Views: 544 I am new in this language.....but..i want to know this...
is VB-
you have SUB AND FUNCTION
Ths sub is just a procees...Doesnt return nothing...
and the function is that a function but... |
Forum: VB.NET Oct 10th, 2008 |
| Replies: 5 Views: 1,632 nice function but you cant use this function with Getphone because is numeric and if you add single quotes to a numeric value in a sql stament VB throws an exception |
Forum: VB.NET Sep 30th, 2008 |
| Replies: 5 Views: 1,632 Thx..I find another soltuion using string format..is more..easy..at least for..me thx anyway |
Forum: VB.NET Sep 29th, 2008 |
| Replies: 5 Views: 1,632 this
Dim comando As New OleDb.OleDbCommand("Insert into personaldata (name,occupation,address,phone) values " , conexion)
Values is the problem because i going to use a function ... |
Forum: VB.NET Sep 24th, 2008 |
| Replies: 1 Views: 2,109 SOLVED =) ...like 1 hour but my mistake was in for each...
Imports System.Data.OleDb
Module Module1
Sub Main() |
Forum: VB.NET Sep 24th, 2008 |
| Replies: 1 Views: 2,109 Imports System.Data.OleDb
Module Module1
Sub Main()
Dim Cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\mibase.mdb;Persist Security Info=False")
... |
Forum: VB.NET Sep 1st, 2008 |
| Replies: 2 Views: 271 Hi..look this mi module
Module Module1
Sub Main()
Dim nume As New numeros
Console.WriteLine("Numeros aleatorios")
Console.WriteLine("Escriba numero 1") |
Forum: VB.NET Aug 26th, 2008 |
| Replies: 3 Views: 332 yeah both are sub....
besides I have one more question........
I am new..in this modules.class...type..is really hard to me when I need to know when use a sub or when I need use a... |
Forum: VB.NET Aug 26th, 2008 |
| Replies: 3 Views: 332 look this ...why is not the same?
Dim azar As New Random
setd1(azar.Next(1, 7))
setd2=(azar.Next(1, 7))
the second one setd2 give me a error... is not the same using =??... |
Forum: VB.NET Aug 13th, 2008 |
| Replies: 7 Views: 2,401 yeah but I am creating the error message in the sub..beside..is not working.neither...if the user doesnt write nothing and the field is empty like this = "" a exception appears I try the 0.0 but... |
Forum: VB.NET Aug 13th, 2008 |
| Replies: 7 Views: 2,401 Sorry..the 3 are not function the 3 are SUb.....so how can I fix the error with double type..string is not a problem....but when is double...a exception..appears..
beside the diffrences between ... |
Forum: VB.NET Aug 13th, 2008 |
| Replies: 7 Views: 2,401 I have a class named Account so I have a question. In the declarations of a new instance
Dim Newaccount as Account -----but I can declare this like..
Dim Newaccount As Account... |
Forum: ASP.NET Aug 4th, 2008 |
| Replies: 0 Views: 340 I cant run a asp.net...this erro appears..."It was not possible to have access to IIS's metabase."
any sugggestion.. |
Forum: C# Jul 31st, 2008 |
| Replies: 2 Views: 718 THX this comparison help me..maybe I going to read more about C sharp |
Forum: C# Jul 30th, 2008 |
| Replies: 2 Views: 718 I mean I can use VB.net to make the same program..and If I want wep page services I can use asp.net......Can you give me some advantages using c sharp because I will start study now c sharp If is... |
Forum: VB.NET Jul 27th, 2008 |
| Replies: 2 Views: 1,015 |
Forum: VB.NET Jul 26th, 2008 |
| Replies: 2 Views: 1,015 THIS MI CLASS
Public Class Formula
Private a As Integer
Private b As Integer
Private c As Integer
Public Sub seta(ByVal x As Integer)
a = x
End Sub |
Forum: C# Jul 19th, 2008 |
| Replies: 3 Views: 396 |
Forum: C# Jul 18th, 2008 |
| Replies: 3 Views: 396 int count;
for(count=10;count<=1;count--)
{
Console.write("Hello");
}
Why Doesnt appear nothing when I run this code?? have logic for me... |
Forum: C# Jun 28th, 2008 |
| Replies: 3 Views: 1,151 So I want to make a calcullator rpn with arralist so Read the comments in the code thas I want to do......Or can you give some advice for the rpn calculator..really I need some help..
using... |
Forum: C# Jun 27th, 2008 |
| Replies: 1 Views: 947 I am a new using stack but is the only way to make the calculator I need to know how to fill the stack Retrevieve the numbers and operators and then get the result
Please teach me how to use the... |