Search:

Type: Posts; User: uniquegodwin

Page 1 of 13 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    63
    Views
    161,159

    Re: Remote Desktop Application Example

    It was not a Trojan or RAT. A RAT would run hidden but this was fully visible and open and just an example. I guess the vbforums moderators have removed the attachment. I don't have a copy of that...
  2. Linq insertonsubmit replaces existing data in database?

    Hello everyone,

    When I call the datacontextInstance.Insertonsubmit() and datacontextinstance.submitChanges(), it clears all the existing data in the database before inserting the new data.

    How...
  3. Replies
    0
    Views
    1,822

    2.0 Problem with serialport

    Hello,
    I'm having a very big problem with the serialport class and I need some help to solve this.

    we're using multiple serialports in a generic list since we need to connect to multiple devices....
  4. Replies
    63
    Views
    161,159

    Re: Remote Desktop Application Example

    Hello,
    It's been more than 2 years since I posted that code.
    It's easier to do the same using remoting if you ask me now.
    It takes fewer lines of code...and is much more simpler.

    1.)Setup a...
  5. Re: [02/03] Compare Sounds / Detect Touch Tones

    Thanks CVMichael...I'll probably try some more stuff with the code.

    dbasnett,I'm not working with skype...I'm working with telephone line connected to pc through telephone adapter.
    So,it comes...
  6. Re: [02/03] Compare Sounds / Detect Touch Tones

    Bump....
    I'm trying this very long....would be grateful if someone helps...
  7. Replies
    2
    Views
    667

    Re: Timer in C

    Thanks
  8. Re: [02/03] Compare Sounds / Detect Touch Tones

    Bump
  9. Replies
    2
    Views
    667

    Timer in C

    Hello,
    Can someone guide me with using a timer in c?
    I'm totally new to c although I'm a bit familiar with "C#".

    I just need to write to a text file based on a timer.


    I've referred to this...
  10. Re: [02/03] Compare Sounds / Detect Touch Tones

    First of all,thanks for all that code..
    I'm trying it along with a phone and it doesn't work accurately too.I'm not sure why.
    It repeats some numbers....and changes the order sometimes...
    Any...
  11. Replies
    9
    Views
    789

    Re: Updating a view in sqlserver

    Hello Steve,
    Thanks so much...
    The tables relate between themselves...It's about 8 tables totally with various datas.
    Now,I'm showing only 4 columns from different tables on this view.

    I think...
  12. Replies
    9
    Views
    789

    Re: Updating a view in sqlserver

    yep,It's a C# application. The application stores data into various tables...and retrives.That works perfectly.
    Now this is like a daily schedule that should be viewable to the user. But,Incase he...
  13. Replies
    9
    Views
    789

    Re: Updating a view in sqlserver

    Hi,
    Im trying to update the values of the view in their respective base tables.The data comes from 4 different tables. :-)
    Thanks
  14. Replies
    9
    Views
    789

    Re: Updating a view in sqlserver

    Hello Corwin,
    Thanks so much for the reply...
    I replaced the stuff "<>" with values...
    Now it gives me this error..
    -----
    View or function 'skips.dbo.Schedule' is not updatable because the...
  15. Replies
    9
    Views
    789

    Updating a view in sqlserver

    Hello everyone,
    I'm using sqlserver 2005 with SQL management studio.I have a view and it has a problem.
    The problem is that...SQL management studio automatically generated some sql script for me to...
  16. Replies
    5
    Views
    9,039

    Re: Custom Messagebox with background

    What is this Glass.Glassbutton? Is there something I'm missing?
    Thanks
  17. [VS2005,WSE3.0] Webservice security using KERBEROS

    Hello,
    I'm struggling real hard to just make a simple webservice "Hello world" application with WSE 3.0 to be encrypted using Windows Authentication.
    I just want to be successfully able to run an...
  18. Replies
    11
    Views
    10,492

    Re: Closing/opening cdrom drive

    Very nice! Thank you :)
  19. Replies
    19
    Views
    1,457

    Re: Anyway to make a FORLOOP PERFORM FASTER?

    ?? ?
  20. Replies
    19
    Views
    1,457

    Re: Anyway to make a FORLOOP PERFORM FASTER?

    err..ive disabled the check for illegal cross thread operations...not sure if it has any side effects...and please press 1 button at a time or you'll notice number effects in the listbox ;)
  21. Replies
    19
    Views
    1,457

    Re: Anyway to make a FORLOOP PERFORM FASTER?

    Hi Jm,
    That was cool...Thanks :)
    But Jm,there is still a problem...it makes the user wait even if I put it using background worker and threading.
    If I use DOevents(),It becomes very very slow...
  22. Replies
    19
    Views
    1,457

    Re: Anyway to make a FORLOOP PERFORM FASTER?

    I checked out the contest stuff...some are in vb6 and some in vb.net...the projects there didnt have the problem of taking care of the freezing part as those were numbers within 1000.But,here,i need...
  23. Replies
    19
    Views
    1,457

    Re: Anyway to make a FORLOOP PERFORM FASTER?

    well,the other condition here is that the form shouldnt get stuck while performing the operation.If I use doevents or the background worker for the job,it reduces the speed than just normally doing...
  24. Replies
    7
    Views
    1,037

    Re: [RESOLVED] [2005] vb.net to c#

    Nevermind,Yet,Thanks for trying to help guys...I really appreciate :)
  25. Replies
    19
    Views
    1,457

    Re: Anyway to make a FORLOOP PERFORM FASTER?

    This one is basically to add '200000' words (sometimes numbers) to a listbox.Thats exactly what Im doing.So,how do I make this go faster?
    Thanks :),
    Godwin
  26. Replies
    19
    Views
    1,457

    Anyway to make a FORLOOP PERFORM FASTER?

    Hello everyone,
    Is there anyway to make a for loop perform faster than it normally does? Cos,I have a project where I need to increase the speed of the application,precisely the For loop part.I...
  27. Replies
    7
    Views
    1,037

    Re: [2005] vb.net to c#

    Nevermind,I solved the problem using background worker...instead of using threading with delegates :D But,now i got a diff problem related to speed.
  28. Replies
    7
    Views
    1,037

    Re: [2005] vb.net to c#

    Well,c# 2.0 doesnt allow that :(
  29. Replies
    7
    Views
    1,037

    Re: [2005] vb.net to c#

    I already saw that sparrow buddy,but it doesn't work :)
  30. Replies
    7
    Views
    1,037

    [RESOLVED] [2005] vb.net to c#

    Hello everyone,
    Can someone help me to convert this line of vb.net code to c#? [:)]

    Private callme As New callfunc(AddressOf sendsms)

    Thanks
  31. Re: [RESOLVED] [2005] Using a basic progress bar accurately

    yeah...surely..:)
    sorry i edited it,cos sounded embarassing
  32. Re: [2005] Using a basic progress bar accurately

    Thanksss Jm and Rob :)
  33. Re: [2005] Using a basic progress bar accurately

    Would it be possible for you to give an example? :s

    For i= 1 to 1234
    progressbar.value+=1?
    Next i
  34. Re: [2005] Using a basic progress bar accurately

    For example,imagine your program would send email to people on your address book,if the address book contains 2412 email addresses,how can it show the progress bar move accurately as the email...
  35. Re: [2005] Using a basic progress bar accurately

    Thanks Rob :) but,how can it show the exact progress from 1,2,3,4 and so on? i mean how does it work on other applications?
  36. [RESOLVED] [2005] Using a basic progress bar accurately

    Hello everyone,
    Is there any standard formula that can help in making a progressbar move accurately according to any value?
    Say if I have a value of 2315,what formula is generally used to make it...
  37. Replies
    4
    Views
    2,852

    Re: Label inside a Textbox or RichTextBox

    Hello everyone,
    Thanks so muchhh [:)]
  38. Replies
    4
    Views
    2,852

    Label inside a Textbox or RichTextBox

    Hello everyone..
    Im trying to place labels inside a textbox(or richtextbox) dynamically whenever the user right clicks on a paticular place.I want to dynamically add the label where the user right...
  39. Re: [RESOLVED] [2005] Working with vb.net and c#? How to integrate?

    I didnt get confused with the concept...We generally create an instance of a class when we need to use a class ..we cant use it without creating an instance right? or is there a way?
    But I was just...
  40. Re: [2005] Paint event not triggering

    Thanks Jm,Ill try the invalidate method.... [:)]
    This problem was occuring inside a Tab control which contains a couple of group boxes...
    Sometimes,the groupboxes didnt paint themselves as...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width