Search:

Type: Posts; User: alexia_net

Page 1 of 6 1 2 3 4

Search: Search took 0.30 seconds.

  1. Replies
    1
    Views
    551

    Re: Open new page

    I forgot to speciry that the windows i want to see is an existing windows, xaml file, inside the project. Thank you!
  2. Replies
    1
    Views
    551

    Open new page

    Hi. I hope thisis the right forum for my question. if not, sorry. I am using VB 2010 to create a WPF Web Browser application. I need to open a new page after clicking a button. How do i do this? In...
  3. Re: How to add buttons on the screen using code

    Thank you very much for your answer! It works fine.:)
  4. [RESOLVED] How to add buttons on the screen using code

    Hi. I am trying to add buttons on the form using code; i need this for a program I want to make. How can i do this? I am new with .net guys. Sorry for my stupid questions. Will be lots of them....
  5. Re: The program tells me that the variables are not declared, but they are.

    Could it be because I am using 64 bit vista?
  6. Re: The program tells me that the variables are not declared, but they are.

    Not so far. Thank you very much for your support!
  7. Re: The program tells me that the variables are not declared, but they are.

    no it is not. the boxes are to put there the mac and ip which is going to be used for reading the mac. I am trying to do this.
  8. Re: The program tells me that the variables are not declared, but they are.

    He does not have to enter anything. I am trying to read the mac address of a remote computer using the ip to make the prg run using that. If the mac exists the program runs if not it will exit.
  9. Re: The program tells me that the variables are not declared, but they are.

    It must be something wrong with the other form then, I have removed all from that one and now i do get errors too. I have to investigate the code for the other form then. I will get back on this....
  10. Re: The program tells me that the variables are not declared, but they are.

    Ok, sorry. Thank you.
  11. Re: The program tells me that the variables are not declared, but they are.

    I have attached it. Pls have a look. Thank you!
  12. Re: The program tells me that the variables are not declared, but they are.

    Here is the form code:


    <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
    Partial Class frm_LicenseChecking
    Inherits System.Windows.Forms.Form

    'Form overrides...
  13. Re: The program tells me that the variables are not declared, but they are.

    In the same form i have some other functions, but i have marked the lines with ' so the program would not read them. I have noticed that if i remove these functions and lines the program works, but...
  14. Re: The program tells me that the variables are not declared, but they are.

    I am using 2008 with SP1 on Vista 64. The textboxes and the label are on the same form. As soon as the IF condition is complete i load another form if not not. That what i have to do. They do appear...
  15. Re: The program tells me that the variables are not declared, but they are.

    License_Checking is the name of the form.
  16. Re: The program tells me that the variables are not declared, but they are.

    As soon as i load the form.
  17. Re: The program tells me that the variables are not declared, but they are.

    The error message appears in the errors list.
  18. Re: The program tells me that the variables are not declared, but they are.

    I can see the form in the task bar. I does not matter what i do with Me.Show, where I put it or if i delete it. It is the same. What is stranger is that even thou txt_Mac.Text="" the program runs as...
  19. Re: The program tells me that the variables are not declared, but they are.

    Yes it is there.
  20. Re: The program tells me that the variables are not declared, but they are.

    Hi. For example, Name txt_Mac is not declare. txt_Mac is a texbox on the form. The same for all others. Thank you!
  21. [RESOLVED] The program tells me that the variables are not declared, but they are.

    Hi. I have the following code and i do no know why the program tells me that the variables are not declared. Can anyone help me pls? Thank you!


    Private Sub LicenseChecking_Load(ByVal sender...
  22. Replies
    2
    Views
    514

    VS 2008 Re: Open a new form

    That did it. Thank you! :thumb:
  23. Replies
    2
    Views
    514

    VS 2008 [RESOLVED] Open a new form

    Hi. I have started to use VB .net (Visual Studio 2008) a few days ago so i have some newbie questions. I made a small program which starts with form1. This form1 automatically loads form2, and the...
  24. Re: How to use the name of a Mshflexgrid in a variable

    Hi. Thank you. This solution with checking the index of controls works nice. Thnak you all for your support. Best regards!
  25. How to use the name of a Mshflexgrid in a variable

    Hi. I would like to know if it is possible to use the name of a Msflexgrid in a variable. For example when you add data into a Mshflexgrid you write:


    MshFlexGrid1.Textmatrix(1,1)="test"

    Is it...
  26. Re: Missing data when exporting from oracle to excel

    Hi. If you do not want to filter information when you store you just say:


    insert into <table> ...

    If you want a filter you can use for example:


    if <var>=<value> then
    insert into <table>...
  27. Re: Missing data when exporting from oracle to excel

    Thank you for your suggestion. It works fine now. However, any idea why this behavior? Sorry for bumping my thread. Thank you for your support.
  28. Re: Missing data when exporting from oracle to excel

    Hi. Thank you for your reply. It is not a driver problem. The problem occurs when I put that filter. Otherwise it is ok.
  29. Re: Missing data when exporting from oracle to excel

    The problem occurs when i use a filter for storing into the database. If i do not use filter everything is ok. I have no idea what is going on.
  30. Re: Missing data when exporting from oracle to excel

    Hi. Thank you for your reply. Just letters. Nothing else.
  31. [RESOLVED] Missing data when exporting from oracle to excel

    Hi. I am using the follwing code for exporting data from oracle to excel:


    Public Function ExportOracleToExcel(temp_tbl_exp, strWorkSheet, SirSql, RS_Oracle, ConnectOracle, cale_fisier_excel)
    ...
  32. Replies
    8
    Views
    1,098

    Re: How to resize a column

    Hi. There is aproblem with this datagridview. I cannot get info from oracle. if I use the following code:


    ConnStringOracle = "Data Source=" & Form1.txtDSN.Text & ";User ID=" &...
  33. Replies
    8
    Views
    1,098

    Re: How to resize a column

    Hi. Are there any other objects for getting data out of a database in VB Net 2005? In VB6 there were more, like DataGrid, MsFlexGrid, MshFlexGrid. Thank you!
  34. Replies
    8
    Views
    1,098

    Re: How to resize a column

    Ok. I will try.
  35. Replies
    8
    Views
    1,098

    Re: How to resize a column

    Hi. Thank you for your reply. I does not work. I am getting this error:
    Error 5 'columns' is not a member of AxMSHierarchicalFlexGridLib.AxMSHFlexGrid'. I am using MshFlexGrid component.
  36. Replies
    8
    Views
    1,098

    How to resize a column

    Hi. Could someone tell me how to resize a column for a MshFlexGrid in VB .Net 2005? In VB6 it was Mshfl_Bloc_Piese.ColWidth(3) = 2000 for example, but how is it in VB .Net 2005? Thank you!
  37. Replies
    32
    Views
    2,140

    Re: Translate from VB6 to VB .Net

    I have found the solution fo rthis. I have added: Provider=OraOleDb.Oracle;PLSQLRSet=1 in the connection string and .<domain>.local in the DNS name. It seems that VB .Net wants it like this. In VB it...
  38. Replies
    32
    Views
    2,140

    Re: Translate from VB6 to VB .Net

    Yes, but if i do not create the odbc in administrative tools i get an error. Has anyone tried the codes from posts 15 and 8?
  39. Replies
    32
    Views
    2,140

    Re: Translate from VB6 to VB .Net

    How?
  40. Replies
    32
    Views
    2,140

    Re: Translate from VB6 to VB .Net

    I suppose that this is the one: Oracle ODBC Driver. This is what i use when i create the connection in administratirve tools->odbc and which i use in the program later. Thanks!
Results 1 to 40 of 218
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width