Search:

Type: Posts; User: sridharavijay

Page 1 of 13 1 2 3 4

Search: Search took 0.07 seconds.

  1. VS 2022 Re: [RESOLVED] Why is this pexels API call not working

    Great insight... I will test my release build thoroughly, noted! Thank you!
  2. VS 2022 Re: [RESOLVED] Why is this pexels API call not working

    There was an option to disable optimized path to debug the code. This showed up when I was keeping breakpoints during run time, and some breakpoints were not working, as it said "Code optimized",...
  3. VS 2022 Re: Why is this pexels API call not working

    Thanks for responding,it goes into first Async call,

    Dim httpResp As HttpResponseMessage = Await cl.GetAsync(uri)

    And nothing happens, neither it throws error, nor returns, nor times out. If...
  4. VS 2022 [RESOLVED] Why is this pexels API call not working

    Hi I have a form, a textbox and a button. to Search the text entered. I am calling Pexels API to fetch a page of images in json format. However these calls are not working. Any help would be...
  5. Re: OpenSource Image Librarian Just released

    Man, thanks for the comment, appreciate it. "Publicity" is a wrong word. A little feedback, and perhaps a little constructive comments..... Its my giveback time to community so giving. Been on this...
  6. Re: Is Visual Basic 6 still available for license somewhere?

    Thanks guys, I am still trying my luck out there on ebay etc... Since out of US, pretty difficult to get it shipped even if I find a good deal... Thanks again!
  7. Re: Is Visual Basic 6 still available for license somewhere?

    Enterprise: 5,199$/year, Pro: 1,199$/year! Not in my budget at least in this life :D .. thank you any ways!
  8. Re: Is Visual Basic 6 still available for license somewhere?

    I see, thank you... !
  9. [RESOLVED] Is Visual Basic 6 still available for license somewhere?

    I feel nostalgic thinking about VB6, having used it during my college and early career. Does anyone know if we still can buy/download/license it from somewhere.
    Thank you
  10. Re: OpenSource Image Librarian Just released

    None of my opensource applications received a single comment. Sorry that the applications didn't find much use to any of you. But I hope some you can make use of some piece of code here and there.
  11. Digital Story Board - Opensource storyboarding application

    Story boarding is indispensable prerequisite for a medium sized to big.


    Game
    Film
    Visual Novel


    Though there are many ways to storyboard. I created this tool for my own...
  12. Simple flowcharting application, Flowton released as open source

    Hi,
    In 2011, I came across a .NET shape control after searching a while from dataweb.de. It was called NShape, and was offered for free then. Later migrated to GPL2. I developed this application in...
  13. File System Size Analyzer, Sticky Notes Open source released

    Hi folks,
    I am happy to release two more opensource simple projects.

    1. StickNote : A Sticky notes application
    Source: https://github.com/vijaysridhara/StickNote
    Binary:...
  14. Open source Programmers Editor, WorkItem Manager, Forms Editor released

    This is a old project of mine, upgraded to .NET 6 and releasing as open source. You might want to enhance further or use as-is.
    Features

    Syntax highlighting editor
    Forms editor similar to MS...
  15. Re: Trying to compile a java program through a menu click, not working

    Well, released the project as Opensource:

    Source : https://github.com/vijaysridhara/EnigmaPlus
    Binaries: https://vijaysridhara.gumroad.com/l/enigmaplus
  16. Trying to compile a java program through a menu click, not working

    Hi,
    I built a Editor long back with FastColoredTextbox, like EditPlus, and am upgrading it to .NET 5/6, but here I am stuck with a process of compiling a Java program(I guess any other program...
  17. Re: 20130521 - i00 Spell Check and Control Extensions -No Third Party Components Requ

    Great thank you.. yes I used... unfortunately I have binaries everywhere, lost the source... thanks for it
  18. Re: 20130521 - i00 Spell Check and Control Extensions -No Third Party Components Requ

    I needed this desperately! :(
  19. OpenSource Image Librarian Just released

    For last one month I have been working on a Image Librarian. I released it as open source. (I had created another userID called Truth, as I didnt have access to my this old ID for years) Now suddenly...
  20. VS 2013 Re: Socket stops reciving from 2nd Message onwards

    The problem was yes, more because of server code, while I was trying to get multiple synchlocks on the client to send message back. I removed all of them, and kept one "Send Message". And It worked. ...
  21. Replies
    11
    Views
    1,796

    VS 2015 Re: Play Mp3 song through microphone

    I believe, if the impedance of your microphone matches that of your computer Audio output, you wouldn't need any "WARE" to use it. You just plug it to your audio output and it will work. But if you...
  22. Replies
    8
    Views
    1,675

    VS 2013 Re: Rotating Linked Images

    This is awesome... The first example, though I understood drag and hitch points, I couldn't really make use of them in my piece of work. The second example you gave exactly suits my requirement. I...
  23. Replies
    8
    Views
    1,675

    VS 2013 Re: Rotating Linked Images

    Yep, thanks for it. I already achieved it in setting the Default Pose.
  24. Replies
    8
    Views
    1,675

    VS 2013 Re: Rotating Linked Images

    Yeah I know the level of complexity involved. In the default pose, each image is individually handled, and so, the join points, locations, angles are saved. From there, for posing, it is a different...
  25. Replies
    8
    Views
    1,675

    VS 2013 [RESOLVED] Rotating Linked Images

    Hi ... I am developing a comic software, where the character can be posed.
    The character is built using various body parts, and each body part has the following properties
    1) Location 2) Rotation...
  26. VS 2013 Re: File became empty due to computer crash

    Didnt work, so have to rewrite the code :(
  27. VS 2013 Re: File became empty due to computer crash

    Yep, currently its running... will post updates if get any success
  28. VS 2013 File became empty due to computer crash

    I was working on a project solution, and suddenly my computer switched off and re-booted. I save my work often, that is not a issue. However when I re-opened my solution, One main form is not...
  29. After 3-4 minutes of capture, it gives "Parameter Invalid Error"

    Hi,
    I am trying to capture screen every 0.5 seconds using a timer. It works fine for about 3-4 minutes (approx)... and from there the line

    screenshot = New...
  30. Replies
    10
    Views
    1,503

    Re: Sucking tree view loop

    Ah.. in this case it doesnt work... the next reader is created before the current reader is traversed entirely.

    JM, however I need to read the NPGSQL documentation if the features are changed in...
  31. Replies
    10
    Views
    1,503

    Re: Sucking tree view loop

    But it doesn't talk about the connection, does it? It only says the command already has a datareader active, whereas the command object is also a new one. The other suggestions, though I would...
  32. Replies
    10
    Views
    1,503

    Re: Sucking tree view loop

    Obviously there is only one line where Datareader gets executed... however for the sake of elaboration.. the line
    Dim R1 As NpgsqlDataReader = CMd1.ExecuteReader
    errors out second time when the...
  33. Replies
    10
    Views
    1,503

    Re: Sucking tree view loop

    Ah sorry... its about DataReader being active

    see the attached image
  34. Replies
    10
    Views
    1,503

    Sucking tree view loop

    Hi...
    The following code worked with 2.0 Framework, now with NPGSQL 2.0.11 and framework 4.0, this is erroring out despite Pooling=False for the connection. Do you get any clue?

    The...
  35. Replies
    3
    Views
    1,038

    Re: Encrypt and decrypt database

    Which Database is that.... Normally, we encrypt the data in it, than the database itself, because that would push applications accessing it into troubles.!

    Vijay S
  36. Replies
    4
    Views
    1,089

    VS 2010 Re: VB 2010 Clock

    put a timer on the form and set its interval to 1000 millisec. Under the timer_tick event, set the time values to your labels. You may need to use Date object's properties to get hours, mins, secs...
  37. Replies
    1
    Views
    945

    What is the error with my simple JS

    Can some one point out what is that I am doing wrong here.


    <html>
    <head>
    <title>Untitled</title>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <meta...
  38. VS 2008 Re: Will Controls placed under asp:Loginview don't work?

    Thanks Gary... I felt the Login control is not flexible, probably because of my inexperience there.... so creating my own

    Thanks
    Vijay S
  39. VS 2008 Will Controls placed under asp:Loginview don't work?

    I used like this


    <asp:LoginView ID="LoginView1" runat="server" EnableViewState="false" >
    <AnonymousTemplate>
    <asp:TextBox ID="UsernameText" runat="server" ></asp:TextBox>
    ...
  40. Replies
    3
    Views
    706

    VS 2008 Re: tabcontrols

    I would say, define "hide"... Because it is already in back ground, when the tab is not in use. If you want to set VISIBLE=FALSE to hide it, how will the MOUSEHOVER work?

    Vijay S
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width