Search:

Type: Posts; User: makko

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Image Stitching algorithm for panorama application

    there are several steps involved in stitching 2 images ... although it seems easy at first glance in the end it's very compicated because each of that step includes some advanced algorithms

    i...
  2. Replies
    1
    Views
    942

    3D objects in VB>NET

    I want to develop an VB.NET application that displays 3D objects I can rotate, move - more specific - furniture parts
    More important I want to select a "skin" and apply it to the objects. If I want...
  3. Replies
    6
    Views
    757

    Re: Advice for implementing software in USA

    my soft is administrative and it can be implemented in a numerous type of fields not only in schools
  4. Replies
    6
    Views
    757

    Re: Advice for implementing software in USA

    szlamany,

    Thank you again for responding. In the last post you said somewhere "So basically our situation is unlike yours" ... but I have to tell you that my application can be implemented very...
  5. Replies
    6
    Views
    757

    Re: Advice for implementing software in USA

    szlamany,

    First of all thank you for your response ... and also sorry for being so vague ... but I have a solid reason why I did so ... I had an US sales agent who quit on me after I explain the...
  6. Replies
    6
    Views
    757

    Advice for implementing software in USA

    I've created an VB.NET application which I can implement in USA with the aid of an Sales Agent.

    The tricky part is that the software itself will be free ... I will implement it for free to a BIG...
  7. Replies
    1
    Views
    638

    Multiple Emails sender

    Hi everyone,

    I developed an application in VB.NET 2005 which will send a lot of different emails to different people. It's an application that send different reports to each email address.

    My...
  8. Re: Image Stitching algorithm for panorama application

    chem,

    thx for the reply, but i'm not sure yet if your approach is what I need ( i'm not even sure what tile - based maps are :P )

    I'm attaching here 3 small images and one big panorama image...
  9. Image Stitching algorithm for panorama application

    I need to create an VB.NET panorama app that stiches some small images into one big panoramic image.

    I googled for an algorithm on image rendering, image merging ( the two parts of image stitching...
  10. [2005] Image Stitching algorithm for panorama application

    I need to create an panorama app that stiches some small images into one big panoramic image.

    I googled for an algorithm on image rendering, image merging ( the two parts of image stitching ) and...
  11. Re: System.Runtime.InteropServices.ExternalException generic error in GDI+ help wante

    uaaaau ... oliver

    Thank you very much and I really appreciate ... but of course I have to be a jerk and ask you something more

    I do an panorama app that stitches those images ... Do you...
  12. Replies
    2
    Views
    742

    [2005] Image Creation from another images

    I have to create an application that stitches more images into a big one
    I have the code below that creates the final big image with the correct height and width.

    Dim newBitmap = New Bitmap(2110,...
  13. Replies
    5
    Views
    13,314

    Re: Change order of controls in Flow Layout Panel

    I did it another way and it's woking ...

    Private Sub pct_Click(ByVal sender As Object, _
    ByVal e As EventArgs)
    Dim pict As PictureBox = sender
    For i = 0 To...
  14. Replies
    5
    Views
    13,314

    Re: Change order of controls in Flow Layout Panel

    I figured out this one myself

    flowlayoutpanel.Controls.SetChildIndex(flowlayoutpanel.Controls(i), newIndex)

    But now I have another problem :

    How can I select one image from flow layout...
  15. Replies
    5
    Views
    13,314

    Change order of controls in Flow Layout Panel

    Hi,

    I have an Flow Layout Panel that I populate with pictures. At some point it will look like :

    Pic1 Pic2 Pic3 ... Picn

    Lets say I choose Pic3 and I want to move it (drag n drop - or by...
  16. MYSQL Cursor doesnt working when inside select is null

    I have this stored procedure

    CREATE PROCEDURE `spCar`()
    begin
    declare exit1 int default 0;
    declare rec1 char(50);
    declare rec2 char(50);
    declare vgas int;
    declare cur1 cursor for...
  17. Replies
    92
    Views
    263,255

    Re: [Vb.Net] WebCam Class (ICam)

    well jaguar ...

    I think too the pino's code is great ... but too advanced for what I need right now ...

    a great code that works can be found at http://www.webtropy.com/articles/art7-2.asp ......
  18. Replies
    4
    Views
    784

    Re: Webcam images sent to another computer

    well ... I only googled for the code and after some searches I got http://www.webtropy.com/articles/art7-2.asp

    It's working good for me ... the only disadvantage is the 320x240 resolution

    If...
  19. Replies
    4
    Views
    784

    Webcam images sent to another computer

    I made an VB.NET 2005 app that captures images from my webcam ... So far so good ... Now I need to send those images to another computer / IP ... like in Yahoo Messenger webcam function ...

    how...
  20. Replies
    92
    Views
    263,255

    Re: [Vb.Net] WebCam Class (ICam)

    Ok ... i managed to capture images from webcam ... but I need to send those images to another computer ... like an livestream ... how can I do that ?
  21. Re: Securing an SQL SERVER EXPRESS database

    thank you szlamany ... I will use that ideea in my project
  22. Re: Securing an SQL SERVER EXPRESS database

    belive me szlamany, for security I am always available ... So please can you redirect me to some examples ... I googled all day and all I got is dynamic publishing from movabletype
  23. Re: Securing an SQL SERVER EXPRESS database

    I see where you're trying to get me ... but ...

    I'm trying to understand if I can make an secure app just from the database not from the installation

    Let me put the question another way ......
  24. Re: Securing an SQL SERVER EXPRESS database

    Well the bottom line is ...

    If I install the app to a computer ... I dont want someonelse to just copy paste the app and database to another computer ...

    It must not run unless I install it
  25. Re: Securing an SQL SERVER EXPRESS database

    each client has its own data ... they dont communicate with each other
  26. Re: Securing an SQL SERVER EXPRESS database

    yes ... everyone has its own copy of database which extends it separately from others
  27. [RESOLVED] Securing an SQL SERVER EXPRESS database

    I have an VB.NET app that connects to an SSE 2005 database on local system.

    I must deploy this app to many clients ... I want to know how can I securize the database on each computer

    Thank you
  28. Replies
    7
    Views
    956

    Re: VB.NET app deployment

    I resolved the problem ...

    At the SqlServerExpress instalation :

    - selected the 'default' instance
    - selected the 'local system'

    In the code if I want to connect without designer I create...
  29. Replies
    7
    Views
    956

    Re: VB.NET app deployment

    If I enter myself the following code :

    AppDomain.CurrentDomain.SetData("DataDirectory", "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data")
    Dim sqlconn As String =...
  30. Replies
    7
    Views
    956

    Re: VB.NET app deployment

    thank you jmcilhinney ...

    So i should use Data Source=.\SQLExpress; if I install an SQLExpress named instance

    If i decide to install the default instance I would use Data Source=.; or
    Data...
  31. Replies
    7
    Views
    956

    Re: VB.NET app deployment

    that's exactly my problem ... ComputerName is different for every computer I install the application ... it must be an environment variable that emulates the ComputerName in VB.NET

    For example if...
  32. Replies
    7
    Views
    956

    VB.NET app deployment

    I have an VB.NET app that connects to a local SQL SERVER EXPRESS database

    On the computer I developed the application everything works ok but when I try to deploy the application on another...
  33. Replies
    1
    Views
    563

    VB.NET application and MySQL database

    I have an VB.NET app that connects to MySQL database. I use Apache server from Xampp to manage the MySQL database on localhost

    For the moment I use the user root and no password ... to connect...
  34. Replies
    2
    Views
    507

    Re: Table changes doesnt appear in combobox

    for each comboboxes I have an datatablebindingsource ... and it doesnt update it automatically
  35. Replies
    2
    Views
    507

    Table changes doesnt appear in combobox

    I have 2 comboboxes linked with datasource , datamember proprieties with 2 tables.

    In the same application I can input/delete/modify the records of the those tables.

    My problem is that the...
  36. Replies
    8
    Views
    23,781

    Re: VB.NET app + ReportViewer + MySQL

    problem resolved ...

    the full article for this problem is at http://www.vbmysql.com/articles/vbnet-mysql/myodbc-connector/creating-reports
  37. Replies
    1
    Views
    358

    Re: Connect to Mysql problem

    use mysql connector from mysql.com to connect to mysql databases
  38. Replies
    8
    Views
    23,781

    Re: VB.NET app + ReportViewer + MySQL

    masf ... of course I double checked the names of the fields ... but it seems that isnt the problem

    Anyway ... I got another source and I tried to solve the problem from other angle, so ...

    I...
  39. Replies
    8
    Views
    23,781

    Re: VB.NET app + ReportViewer + MySQL

    thank you very much masfenix ...

    the code you gave me it's good but now it seems that I have another problem ... I cant put in the raport designer an Textbox or an table with the expression set to...
  40. Replies
    8
    Views
    23,781

    Re: VB.NET app + ReportViewer + MySQL

    thx jmcilhinney for the reply ... that's what was in my mind too ... to link a DataSet to the ReportViewer ... but i cant find any methods in ReportViewer to link to a DataSet
Results 1 to 40 of 58
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width