Search:

Type: Posts; User: oxbow123

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    440

    Web site creation

    Hello,

    I would like to create a web site with visual studio.net and a database with the data (sql server or something else)

    Can you tell me what is the best product to use to create it.

    Can...
  2. Replies
    16
    Views
    1,298

    I have take 256 colors instead XP style ;-)

    I have take 256 colors instead XP style ;-)
  3. Replies
    2
    Views
    861

    Great it works !!!! thanks a lot :D :D

    Great it works !!!!


    thanks a lot :D :D
  4. Replies
    2
    Views
    861

    Drag and Drop problem

    I try to drag items from a listview to a Treeview.

    I use the following code but I don't know how to do the folowing points :

    1 - Check if data dragged onto the treeview is listview item...
  5. Want I was thinking is someting like that : run...

    Want I was thinking is someting like that : run APP2 /p1 = var1 /p2 = var2 ... /pn=varn.

    just using parameters when call the APP2.

    Isn't it possible ?


    regards,

    Seb.
  6. In fact the config file is loaded into memory...

    In fact the config file is loaded into memory when the app is executed, after this time the file is never read until next run.

    The section APPSETTINGS can't be updated into memory but if you...
  7. Doesn't work, already try :( I think the XML...

    Doesn't work, already try :(

    I think the XML file CONFIG is loaded into memory when the APP is loaded, what I need is reload the config file into memory after having updated it.

    Thanks ;)
  8. refresh dynamic label after config file update

    Hello,

    I have created a table in my DB with all label caption in different languages.
    When I logon in my APP, I look the user language and take all caption from the DB to update the config file....
  9. Replies
    2
    Views
    581

    Nobody can answer ?

    :(
  10. Replies
    2
    Views
    547

    Report with multiple tables problem

    I would like to print a report summary for a customer.

    Tables involved are :

    CUSTOMER
    ORDERS
    INVOICES
    PAYMENTS
  11. Replies
    2
    Views
    581

    How to use Crystal Report not embedded

    I have a program with 3 Crystal reports.

    If I compile with embedded option for each CR it work fine.

    But if I try to use none for Built Action, normally the program much find the CR file in the...
  12. Replies
    0
    Views
    511

    Error when opening CR report

    Hello,

    I've created a form to display a crystal report.
    Data are collected in a dataset and sended to the CR

    All was working perfect but now I have the following message :

    An unhandled...
  13. Replies
    0
    Views
    441

    Error when calling Crystal Report

    Hello,

    I've created a form to display a crystal report.
    Data are collected in a dataset and sended to the CR

    All was working perfect but now I have the following message :

    An unhandled...
  14. Replies
    4
    Views
    770

    own DLL how to use it in my code

    Hello,

    I have created a DLL with different classes created by myself.

    So I can use it with all my new progs.

    In a new program I reference the DLL and it appear in the reference folder fine....
  15. Replies
    3
    Views
    1,277

    Panel1 is used for options Panel2 contain...

    Panel1 is used for options
    Panel2 contain PictureBox

    PictureArray is an array with pictures ;-)

    I load the listbox with x items corresponding to X images in array
  16. Replies
    2
    Views
    598

    TabControl locking

    Hello,

    I would like to lock the tabcontrol on the current tab until I validate data editing in the current tab.

    I need to force user to finish first what he is doing in the current tab before...
  17. Replies
    4
    Views
    631

    It refer to the same fix package. :(

    It refer to the same fix package. :(
  18. Replies
    4
    Views
    631

    I have implemented the hotfix package for CR.net...

    I have implemented the hotfix package for CR.net but still not working.

    When I try to display a memo field, It disappear when I export to PDF

    When I display detail field of a child table the...
  19. Replies
    4
    Views
    631

    Missing data when exporting to PDF

    When I try to Export to PDF the detail section of my report does not appear !

    If I export it to .DOC it work fine.

    I use Crystal Report from Visual Studio.Net

    Does anyone has an idea or a...
  20. Replies
    3
    Views
    900

    The solution for the Zoom

    Dim Width As Integer
    Dim Height As Integer
    Dim Ratio As Decimal

    If PictureBox1.Tag > -1 And Not PictureBox1.Tag Is Nothing Then

    If RadioButton1.Checked =...
  21. Replies
    0
    Views
    530

    Dataset with picture

    I'm trying to store picture scanned into a dataset to send it into a crystal report, and finally saving it to a PDF.

    The first part (Scan picture and storing into a picture array) is working fine....
  22. Replies
    2
    Views
    673

    Many thanks ;) :D :D :D

    Many thanks ;) :D :D :D
  23. Replies
    2
    Views
    673

    Exporting Crystal Report to PDF?

    Does anyone has the code to do that ?


    Dim FrmAccuse As New FormCrystalReport()
    Dim Rpt As New AccuseIncomplet()

    Rpt.SetDataSource(DSDossier1)
    FrmAccuse.CrystalReportViewer1.ReportSource =...
  24. Replies
    3
    Views
    900

    I would like to scale a copy of the picture into...

    I would like to scale a copy of the picture into the picturebox.

    That's the picture who should be resized, not the piturebox.

    Original image is keep to be saved later.


    Thanks ;)
  25. Replies
    3
    Views
    900

    Picturebox image zoom + moving function

    Hello,

    I would like to fit an image in a picturebox but without strechting it like :

    "PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage"


    Just a zoom where the full picture is...
  26. Thread: Export to PDF

    by oxbow123
    Replies
    0
    Views
    546

    Export to PDF

    What is the easier and cheaper way to export scanned document displayed in a picturebox to a PDF file ?

    Also to add to an existing PDF file.

    Thanks :D
  27. Replies
    1
    Views
    7,470

    Nobody ? :confused:

    Nobody ? :confused:
  28. Replies
    1
    Views
    7,470

    EZTW32.DLL scanner TWAIN with vb.net

    I have found an example of code for VB5 using tawin.

    I have try to translate it in vb.net but some object changed.

    Does anyone has an idea about the correct code ?

    Thanks :p
  29. What I need is some Example code for each point...

    What I need is some Example code for each point :D

    How can I create a registry key at PC level (not user) ?
    How can I read it after ?
    How can I read the MacAdress of the network Card ?
    How...
  30. Creating registry key when register a prog [SOLVED]

    I would like to force users to register first the prog before using it.

    First, I would like to take the MacAdress of the network card.

    2nd convert it to a number.

    3rd user register itself...
  31. Replies
    2
    Views
    671

    The error occurs when I execute the line...

    The error occurs when I execute the line "CmdOleDb.ExecuteNonQuery"

    Any idea ?
  32. Replies
    3
    Views
    1,215

    No one to help me :(

    No one to help me :(
  33. Replies
    11
    Views
    3,190

    Great you are the best ;) :D :p

    Great you are the best ;) :D :p
  34. Replies
    11
    Views
    3,190

    Thanks but it change the first letter of all...

    Thanks but it change the first letter of all words in the textbox

    What I would like is to change only the first Letter of the first word.


    I thinks I'll need to create a small function for...
  35. Replies
    3
    Views
    1,215

    No other solution then using a dataset ? If I...

    No other solution then using a dataset ?

    If I want to use styled text (Bold,Italic,...) I can't store it in the dataset !

    Thanks ;)
  36. Replies
    2
    Views
    671

    DB transaction error

    I try to use a transaction to group several DB update together

    But I have the following error message see attachment

    Does anyone know what's wrong ???


    Global_Data.CnPolitis.Open() ...
  37. Replies
    5
    Views
    740

    it is the line which is in grey and not the...

    it is the line which is in grey and not the column :(
  38. Replies
    5
    Views
    740

    Private lvwColumnSorter As ListViewColumnSorter ...

    Private lvwColumnSorter As ListViewColumnSorter


    ListViewColumnSorter is a class where compare function is coded


    ;)
  39. Replies
    2
    Views
    1,728

    The only example I found was in C and not in VB...

    The only example I found was in C and not in VB :(

    Does anyone has a small example in VB

    To call the popup screen for selecting the device
    To scan the picture
    To save the result in a file
    ...
  40. Replies
    11
    Views
    3,190

    And to put only the first caractere in uppercase...

    And to put only the first caractere in uppercase :

    aPpLe = Apple ???

    :D
Results 1 to 40 of 68
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width