Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Pumzy
  • Order by date
  1. Pumzy

    Accessing JLabel thru Point

    Hello! I am making a bean (by the way I am newbie in java), sort of like a calendar, and I use JLabel inside a for loop to make objects for the dates. The problem I am encountering is I cannot get the proper object I clicked to set the background color (mousePressed, mouseReleased). I always get...
  2. Pumzy

    MouseDown vs. DoubleClick

    Hi people! I want to ask something about the Event procedures MouseDown and Double click... here it goes: I have 2 list boxes and i want to be able to drag and drop the item i selected from one listbox to the other. at the same time i want to use the double click event to add items to one of my...
  3. Pumzy

    Timeout Expires

    Hello pips! i have a problem with my connection to an oracle database. see, i have this small utility which tests for connection to a given oracle database. after connection is done, i then enable triggers in my oracle database (my pl/sql statements were stored in a string array, is there an...
  4. Pumzy

    using foreach to enumerate objects

    THANKS OBISLAVU DUDE! TIL NEXT TIP... :) KDjLogan
  5. Pumzy

    using foreach to enumerate objects

    hello people! i want to find a way to enumerate my objects (such as textboxes, buttons, etc) in my form using foreach statement. i don't know how to do this in C#. can anyone help? tnx. happy new year!!! KDjLogan
  6. Pumzy

    Input mask on C#?

    Hello peeps! i'd just like to ask how to put input mask on my textbox just like in ms access or just like a masked box in vb... i'd like put "yyyy/MM/dd" as my input mask for a date field. tnx for anybody who could help... KDjLogan
  7. Pumzy

    Strongly typed dataset

    Hi peeps! i am just wondrin bout the meaning of strongly typed dataset and as to what applications does it suits best. tnx KDjLogan
  8. Pumzy

    close-open

    thanks a lot snowmaster! big help for a newbie like me... happy holidays to you! :) KDjLogan
  9. Pumzy

    close-open

    Hi peeps! I am having a problem with closing and opening a form using my timer. I have a timer in one of my forms (frmFlash) which after 2 seconds should close the form and open another (frmMain). The problem is, after the timer closes frmFlash, frmMain does not open. But if I display a...
  10. Pumzy

    vb: for each (ctl in form1) --> c# equivalent?

    hey obislavu many thanks for your help! very kind of yours for newbie like me... pumzy :) KDjLogan
  11. Pumzy

    vb: for each (ctl in form1) --> c# equivalent?

    Hello people! I would like to ask for some clue on how to use the foreach reserved word in c# when enumerating controls in a form... thanks... KDjLogan
  12. Pumzy

    Subforms in C# using panel

    Hello people! I am currently working on a project which requires me to migrate my vba program to c#. And that eralier program uses subforms which in turn displays different forms depending on the user request... I am wondring how i could use the power of subforms in vba (MS Access) using C#...
  13. Pumzy

    Visual Studio .Net Help keeps on updating

    Hello people! I would just like to seek help about my Visual Studio .Net Help which keeps on displaying a message box saying "Help is updating...etc" everytime I try to open Help. I've been looking for answers to this thing but until now I haven't found one and it's really annoying...

Part and Inventory Search

Back
Top