Search:

Type: Posts; User: mxnmx

Page 1 of 13 1 2 3 4

Search: Search took 0.55 seconds.

  1. Re: SQL always beats me- CAN ANYONE CRACK THIS???

    Thanks for that. I will just add the ID column as PK and merge them!

    Cheers!
  2. Re: SQL always beats me- CAN ANYONE CRACK THIS???

    Yes the Table2 only has one field.

    Implying, this is not possible?
  3. SQL always beats me- CAN ANYONE CRACK THIS???

    Hey everyone,
    I know this is fairly simple but I cannot get my way around this, have been stuck for the past 4 hours.

    I have two Access tables
    Table1:
    Name
    Address
    Country

    Table2:
  4. Thread: SQL Query

    by mxnmx
    Replies
    2
    Views
    454

    SQL Query

    Hello there,

    Hope everyone's been good. Just developing a small app and need help in writing an SQL Query to compare two fields of two different tables in MS Access 2007.

    I have two Tables...
  5. Thread: Text Input

    by mxnmx
    Replies
    4
    Views
    574

    Re: Text Input

    Thanks for that. My problem lies when the phone is answered and the IVR asks certain questions. Need to work around a software that can answer the questions asked in the phone call, as they are...
  6. Thread: Text Input

    by mxnmx
    Replies
    4
    Views
    574

    Re: Text Input

    Certainly but because we have over 20 Phone ordering systems running- 1 for each city so the management decided not to change the Phone system at the moment but to try and develop a software.
    ...
  7. Thread: Text Input

    by mxnmx
    Replies
    4
    Views
    574

    Text Input

    Hello everyone,
    Hope everyone is doing good and keeping well :-)

    Need to design a software and need ideas, suggestions...Our company sells Network devices- routers, switches. And whenever a...
  8. Thread: RESOLVED :)

    by mxnmx
    Replies
    34
    Views
    1,578

    Your error could be a timing issue if you have...

    Your error could be a timing issue if you have got the bookmark in place. Did you try running thru the code? Does the error still popup?
  9. Thread: listview

    by mxnmx
    Replies
    2
    Views
    468

    Listview1.ListItems.Add(,,"SOME STUFF")

    Listview1.ListItems.Add(,,"SOME STUFF")
  10. Replies
    1
    Views
    429

    Search , here (http://www.planetsourcecode.com) I...

    Search , here I have seen something like this...
  11. Replies
    1
    Views
    360

    Where are you going to send the hex values from?...

    Where are you going to send the hex values from? a Text file or something? I did the same thing, sent some values to a circuit board...I was just dumping the contents of a txt file to the circuit...
  12. Thread: Compression ....

    by mxnmx
    Replies
    7
    Views
    743

    This might help...

    This might help
  13. Thread: Media Streaming

    by mxnmx
    Replies
    0
    Views
    381

    Media Streaming

    Hey
    Sorry for posting it here...
    Does anyone know how to stream live audio over the internet using Windows Media Player?
  14. Replies
    2
    Views
    517

    Sorry Maldrid if I didnt put myself correctlty to...

    Sorry Maldrid if I didnt put myself correctlty to you. If you read carefully I wrote: I SCREENED some apps by some companies that are SMS Managers and can handle bulk SMS/TXT. And then I wrote how...
  15. Replies
    2
    Views
    517

    TXT/ SMS Manager- Need ideas from everyone

    Hey Guys
    I have to develop an application to handle Bulk SMS, txt coming to the mobiles in our company. I have screened a few apps by some companies around but it looks like a fairly simple app but...
  16. Replies
    5
    Views
    507

    Ok here's what I have got, have made a small text...

    Ok here's what I have got, have made a small text based search engine...and I have an array of labels that I use to display results...when I search DB, I get the recordcount and then load the number...
  17. Thread: A BIG thank you

    by mxnmx
    Replies
    87
    Views
    3,629

    school@vbforums is the best, bring 'em all...but...

    school@vbforums is the best, bring 'em all...but you will still be the pretiest...I'm sure!!!
  18. Thread: A BIG thank you

    by mxnmx
    Replies
    87
    Views
    3,629

    I believe that its you, but dont believe that...

    I believe that its you, but dont believe that there are programmers like you....I mean pretty girls usually dont grow up to be programmers....but now they do...:D
  19. Thread: A BIG thank you

    by mxnmx
    Replies
    87
    Views
    3,629

    Its still unbelievable...:eek:

    Its still unbelievable...:eek:
  20. Replies
    4
    Views
    512

    It wont be a good idea to have a multi-colored...

    It wont be a good idea to have a multi-colored background, coz it will degrade readability...but you can put a fancy picture, write some code so that it can be changed at run time...for the font...
  21. Thread: A BIG thank you

    by mxnmx
    Replies
    87
    Views
    3,629

    Did you find that picture?;)

    Did you find that picture?;)
  22. Replies
    4
    Views
    512

    if you're just after the back and forecolor, then...

    if you're just after the back and forecolor, then I suggest that you make your own user control, use the current textbox, set its forecolor and backcolor....it will provide the selection thang...
  23. Thread: A BIG thank you

    by mxnmx
    Replies
    87
    Views
    3,629

    Oh yea!!! Play on girl!!! You enjoying it, arent...

    Oh yea!!! Play on girl!!! You enjoying it, arent you???? :D

    DONT ANNOY ME TOO MUCH I WILL STAB YOU WITH MY KEYBOARD...hahahaha...:D :D :D
  24. Replies
    12
    Views
    1,020

    Thanks MicroB... I realized that WM_Paint is a...

    Thanks MicroB...
    I realized that WM_Paint is a special kind of a message and needs a device context to paint on. But, if I could find on MSDN what values should be passed to it and what it returns-...
  25. Thread: A BIG thank you

    by mxnmx
    Replies
    87
    Views
    3,629

    Bullseye!, oh yea, we need to see some...

    Bullseye!, oh yea, we need to see some programmers like you. I havent seen one like you ;) So hasn't he!!!!
  26. Replies
    12
    Views
    1,020

    *Bump*

    *Bump*
  27. Replies
    12
    Views
    1,020

    Thanks Micro I still havent been able to...

    Thanks Micro

    I still havent been able to figure this out, I have put the code in a timer and set the interval to 3000, giving the control enough time to load but it crashes when it reaches 3000....
  28. I just tried this and it worked for me, just edit...

    I just tried this and it worked for me, just edit it the way you like....just put it in a For Next Loop so that it adds all the Listitems to the requested ListView...:D

    If Check1(Index).Value = 1...
  29. Replies
    12
    Views
    1,020

    I have given up on this MicroBasic, I write a bit...

    I have given up on this MicroBasic, I write a bit of code, run it my program crashes...

    How do I go about it? Anyone with any examples?
  30. Replies
    12
    Views
    928

    That isnt the purpose of these forums jdc, we all...

    That isnt the purpose of these forums jdc, we all have to understand one thing here that we're here to help each other and share knowledge to help others learn and learn ourselves from others. I do...
  31. Replies
    12
    Views
    1,020

    Thanks man! Lemme give it a try!!!

    Thanks man!
    Lemme give it a try!!!
  32. Replies
    12
    Views
    1,020

    Thanks MicroBasic I have read a couple of...

    Thanks MicroBasic
    I have read a couple of articles about subclassing on the net before I posted my thread here. The code that you gave crashes my VB when I use it, do I have to make some changes to...
  33. Replies
    12
    Views
    928

    Hey Guys relax!!! Sometimes we are all in a...

    Hey Guys relax!!!
    Sometimes we are all in a situation whereby results are to be submitted and have no time...so lets not all bump into him/her...he might be in a situation like that...:) I have...
  34. Replies
    12
    Views
    1,020

    How to SUBCLASS a control???

    Hi! Guys
    I'm trying to subclass a control-SSTAB, have never ever used subclassing before. Could anyone help me? I'm trying to make SSTAB backcolor=blue, I know I could use WM_PAINT...but have no...
  35. Replies
    1
    Views
    512

    Alternate to TAB Strip/ SS Tab control

    Hi! Guys
    I'm looking for an alternate to TAB Strip control/ SS Tab control...my forms are all in blue color and wish to make the TAB Strip blue, which can't be done with the one that is packaged...
  36. Replies
    12
    Views
    928

    so whats your problem, where is it and whats your...

    so whats your problem, where is it and whats your question exactly?

    This place is full of VB experts and you will get your questions answered only if you're question is CLEAR ENOUGH for everyone...
  37. Replies
    3
    Views
    564

    After installing on an XP based machine, read the...

    After installing on an XP based machine, read the registry to check whether all accounts are being written to the registry. If not then, it simply means that only your master account is being written.
  38. Replies
    27
    Views
    987

    I got your project, I'm sorry to say but its not...

    I got your project, I'm sorry to say but its not at all USER FRIENDLY. So you need to pull your socks up and work on it. The interface that you have can overwhelm the user, textboxes are all over the...
  39. Replies
    27
    Views
    987

    ZIP your project, only put the relevant files in...

    ZIP your project, only put the relevant files in the folder...reduce the db size and e-mail me the project at: mxnmx@msn.com
  40. Replies
    3
    Views
    442

    Standard Label

    Standard Label
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width