Search:

Type: Posts; User: [gja]

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,377

    3.0/LINQ Select INSERT in c#

    Hello There,

    I just wanna ask how will i implement Select Insert query in C#.

    Example

    "INSERT INTO DB1.TABLE1 (lastname,firstname,middlename) SELECT lastname,firstname,middlename FROM...
  2. Thread: Post url

    by [gja]
    Replies
    9
    Views
    1,391

    VS 2008 Re: Post url

    Hi geps,

    This is the requirements of my project i want to integrate my webpage into my windows application. lets say i want to click a button "log in to my website" in my windows app. it will open...
  3. Thread: Post url

    by [gja]
    Replies
    9
    Views
    1,391

    VS 2008 Re: Post url

    This is what i want to achieve gary.
  4. Thread: Post url

    by [gja]
    Replies
    9
    Views
    1,391

    VS 2008 Re: Post url

    Hi davebat,

    I want the receiving page to validate the username and password pass by client application. and if success then i will redirect it to the main page. is this possible? or the client...
  5. Thread: Post url

    by [gja]
    Replies
    9
    Views
    1,391

    VS 2008 Post url

    Hello There,

    I have this code in my window application. i want to create the receiving web page using asp.net. i have example but it is written in php so i dont quite get it.. please guide me on...
  6. Replies
    3
    Views
    1,556

    VS 2008 Re: Auto login windows app to asp.net web page

    lets say my log in form will be in windows application when a user type username and password in the form which is in a windows app .. it should be logged in into my web page or website..
  7. Replies
    3
    Views
    1,556

    VS 2008 Auto login windows app to asp.net web page

    Hello There,

    I have this requirements on my project and i dont know where to start. i need to create a web page using asp.net that accept parameters username and password and this page will be...
  8. Thread: Menu Structures

    by [gja]
    Replies
    7
    Views
    1,207

    3.0/LINQ Re: Menu Structures

    Hi BigB,

    i cannot use var datatype as parameter and also a default value.i am using vs2008 and .netframework3.5.
  9. Thread: Menu Structures

    by [gja]
    Replies
    7
    Views
    1,207

    3.0/LINQ Re: Menu Structures

    Hi billy,


    private void CreateMenu()
    {
    // returns menu structures above
    var menu = menulogic.getMenu(role);

    foreach (var m in menu.orderby(x=>x.menuindex))
    {
  10. Thread: Menu Structures

    by [gja]
    Replies
    7
    Views
    1,207

    3.0/LINQ Re: Menu Structures

    hi bill,

    i am using windows application c#.my problems is how to put the idea on a function.
  11. Thread: Menu Structures

    by [gja]
    Replies
    7
    Views
    1,207

    3.0/LINQ Menu Structures

    Hi There,

    i have this structure:
    this is populated from a database.

    87608

    this is how it looks like
    87609
  12. Thread: Static Caching

    by [gja]
    Replies
    4
    Views
    563

    3.0/LINQ Re: Static Caching

    Hi Techno,

    i came up with that solution because my database is in remote area.so i would like to cache the structure of my menu (e.g File,View,Edit etc. including submenus).since my menus will not...
  13. Thread: Static Caching

    by [gja]
    Replies
    4
    Views
    563

    3.0/LINQ Static Caching

    Hi There,

    Is there anyone here who can explain me the concept of a static caching.because i will implement it with my menu structure in my project..
    i will cache the structure of my menu which is...
  14. Replies
    1
    Views
    447

    Table structure for Menu

    Hi There,

    I need a little help here on how to structure my menu to be place on my Mainform.
    i placed my menu logic on the database(e.g File,View,Edit,Report etc.).So that if my mainform is...
  15. Replies
    1
    Views
    510

    VS 2008 Visual Inheritance

    Hello There,

    Do you have any idea on these, I have ToolStrip Control drop in my Base Form.and in my inherited form.. the toolstrip editor will not inherited. is there any way to inherit also the...
  16. 3.0/LINQ Re: The process cannot access the file because it is being used by another process

    i did but i get this error:
  17. 3.0/LINQ The process cannot access the file because it is being used by another process

    Hello guys,

    I have encounter this exception

    This is a windows service application.im using filesystemwatcher control to monitor a folder and then my VBA app. drop a CSV file to that folder.it...
  18. Replies
    4
    Views
    24,838

    VS 2008 Re: A generic error occurred in GDI+

    again,Thank you boops boops..i will not forget that..:)
  19. Replies
    4
    Views
    24,838

    VS 2008 Re: A generic error occurred in GDI+

    wow!..I think your guess was right..Thank you boops boops it works perfectly.

    Can you explain what the cause of this problem?..
  20. Replies
    4
    Views
    24,838

    VS 2008 [RESOLVED] A generic error occurred in GDI+

    i just encounterd an error gdi+ when saving same image back to database.

    im using this code to get image from db


    'Stream object containing the binary data
    Dim ms As...
  21. Replies
    14
    Views
    2,137

    VS 2008 Re: Capture Images From 2 deffirent webcams

    hi moti,

    I'm not anymore using genericFilter,i just use your idea to capture image using screenshot but this time it point only to my Form..

    can i ask you a favor moti,if you can try this in...
  22. Replies
    14
    Views
    2,137

    VS 2008 Re: Capture Images From 2 deffirent webcams

    Hello moti,

    I'm using the DSCapture Control..there was no code moti,i just drop the DSCapture control and DSImageDisplay on the form and set up there properties and run the application...there is...
  23. Replies
    14
    Views
    2,137

    VS 2008 Re: Capture Images From 2 deffirent webcams

    hello moti,

    im using DSCapture component,i had encountered problem when i am closing the form and re-open it again..it will not capture a video anymore..i have 2 windows form...FormMain and...
  24. Replies
    14
    Views
    2,137

    VS 2008 Re: Capture Images From 2 deffirent webcams

    hi moti,

    i was thinking also this solution before but if this is pointing to a screen and not to my form which reside the video capture control..what if a user will move the form so it will not...
  25. Replies
    14
    Views
    2,137

    VS 2008 Re: Capture Images From 2 deffirent webcams

    Hi moti,

    currently,i am using videolab as for your suggestion.but there is one problem i cannot saved the image i capture..do you have any idea on this..

    thank you
    glen.a
  26. Replies
    14
    Views
    2,137

    VS 2008 Re: Capture Images From 2 deffirent webcams

    thanks moti for this guide,

    this is a good start..i don't know if it can grab images from the video..like,i want to take a picture.

    thanks very much!
  27. Replies
    14
    Views
    2,137

    VS 2008 Re: Capture Images From 2 deffirent webcams

    hi moti,

    what do you mean by that 2 videoLab input controls.can you guide me on how to this?..

    thanks
  28. Replies
    14
    Views
    2,137

    VS 2008 Re: Capture Images From 2 deffirent webcams

    Hi Everyone,

    i found this thread http://www.vbforums.com/showthread.php?p=4029722#post4029722, but it only start 1 camera..please guide on how to modify this code to start 2 camera..

    thank you
  29. Replies
    92
    Views
    263,250

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

    Hello Pino,

    Can you guide me if what to changed in your code so that it can start 2 camera?because i need to capture image from both camera simultaneously in 1 button hit..

    hope u can help...
  30. Re: WIA (Windows Image Acquisition) WebCam Sample Project

    Hello gigemboy,

    how to modify this code to start 2 camera and capture image from both camera in one button..

    thank you.
  31. Replies
    14
    Views
    2,137

    VS 2008 Capture Images From 2 deffirent webcams

    Hi There,

    i just want ask you guys how to capture images from 2 different webcams.is there any dll out there that i can use?..please post some link if you have any idea on this and i really...
  32. Replies
    2
    Views
    1,598

    VS 2008 Re: mssql and mysql transaction

    thank you for a very quick reply jmcilhinny.

    its lighten my way.i dont know about single distributed transaction.glad you mention it.its a new learning to me..for now,i just take a research on...
  33. Replies
    2
    Views
    1,598

    VS 2008 mssql and mysql transaction

    Hello There,
    im just curious on how to do this, 1 transaction and two different server queries inside it..

    ex:


    BeginTransaction

    'MSSQL Query
    INSERT query
  34. Replies
    7
    Views
    977

    MsOf07 Re: msaccess file transfer

    hi westconn1,you mean there's no other way to send file to a remoter server,unless using ftp?..
  35. Replies
    7
    Views
    977

    MsOf07 Re: msaccess file transfer

    actually westconn1,right now i still dont have an idea on what to use to connect to a server..if you have a sample code there in how to connect to a server you can post it here..

    btw,i see...
  36. Replies
    7
    Views
    977

    MsOf07 Re: msaccess file transfer

    hi westconn1,it is not ftp server..just a windows server..i would like to put my csv file in the given directory inside the folder..
  37. Replies
    7
    Views
    977

    MsOf07 msaccess file transfer

    Hello There,

    i just like to ask if how to do file transfer in msaccess 2007..
    i would like to send csv file from my local pc to a remote server..

    any idea?

    glen.a
  38. Replies
    5
    Views
    1,391

    3.0/LINQ Re: System.UnauthorizedAccessException

    yes sir..right now i was thinking of using impersonation...but i dont know if this is the solution...
  39. Replies
    5
    Views
    1,391

    3.0/LINQ Re: System.UnauthorizedAccessException

    im using windows xp.
  40. Replies
    5
    Views
    1,391

    3.0/LINQ System.UnauthorizedAccessException

    Hello There,

    i made a simple program to edit the notepad file...using C# ..but i get this error


    System.UnauthorizedAccessException: Access to the path "C:\MyFolder\MySystem\MySystem.INI" is...
Results 1 to 40 of 135
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width