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 bkrike 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: Fori
  • Content: Threads
  • Order by date
  1. Fori

    OCX to be on top!! Pls Help

    Hi All I have an ocx which is quite similar to the DTPicker. It has a textbox which when clicked on will open a custom calendar! If you take DTPicker the calendar will show upon everything else and is never hidin! When using my control i get the calendar beneath the frame being displayed...
  2. Fori

    Database Fields Convention!! Pls Help

    Hi All I was wondering if u can help...i don't even know if i posting this question in the right forum but here it goes! What is the convention when writing fields in a database! Would it be something like 'ID ' or more like customer_ID? Any help would be valuable!! Tahnks Nick
  3. Fori

    Client - Server Application! Some Ideas Pls!

    Hi All I have a client - server application and i'm adding some functionality to it! i'm building a new server application which will wait until it recieves a mesage from the client and for example will be instructed to send an email or an SMS! The question is how can the client instruct...
  4. Fori

    Sending and Recieving SMS's Via GSM Mobile and MSComm!! Pls Help

    Hi All, I have a Nokia 7110 with its data cable which hooks up to the com port 1 (old mouse port! - 9pin)! I would to write a small app to send and recieve sms's trough its use (since its display is broken...might aswell learn something new! ) .. Are there any tips for me to start off! Any...
  5. Fori

    UserControl Properties! Pls Help

    Hi All I have a usercontrol and i would like to see all the control properties on the vb property box !! How can i do it! Thanks Nick
  6. Fori

    MSHFLEX Grid - multiple line per Row??! Pls Help

    Hi all i have a mshflexgrid and i would like to have more than one line per row. I'm entering data through a textbox when leaving the text box i would like to accpet the chr(13) as a skip a line!! How can this be done! Thanks Nick
  7. Fori

    Loading!! your toughts!!Pls

    Hi All I would like that on the splash screen there would be a "Loading ....bla bla .ocx" etc!! Do they usually really load stuff or? If yes how do you really do that ...seems cool! would like to have a try! Tahnks Nick
  8. Fori

    Bringing Frames in the Middle of a form!!? Pls Help

    hi All, I just want to make all controls (two frames) in the middle of the screen!! Is there a non-complicated version!! mine is very complicated (about 10lines!! ok maybe i exagerated but it doesn't work as i would like it too!!) ! Thanks Nick
  9. Fori

    Refreshing of Form flickers!! Pls Help!?

    Hi All, I have form which acts like a calendar having several textboxes (7 x 6). When i create the calendar those textboxes which have no date are made invisible. When i change date i have to make all textboxes visible again, set the calendar and make those invisble again. This creates a...
  10. Fori

    Maximum Time using timer object!!

    Hi again, do you have any idea what's the maximum time the timer interval property can handle!!? does it support more than a minute! Tahnks Nick
  11. Fori

    Changing System Tray Icon!! Pls Help

    Hi All I've written some code that would put my application in system tray!! Now i would like to change the icon everytime a process starts!! how can i do this?? any help!! Thanks Nick
  12. Fori

    MDI Form and picture box problem!! help pls

    Hi All I have a MDI form and i'm trying to put a picture box or a toolbar to the left side using the Alignment property but what i get is a big picture or toolbar covering the whole area!! How can i figure this out!!?? Thanks Nick
  13. Fori

    Cannot Register crystl32.ocx!!! Pls Help

    Hi All On installing Crystal reports for developers v8.5 the system could not register the OCX crystl32.ocx. I tried to do it manually and the system replied with the following error: Loadlibrary("crystl32.ocx") failed - Invalid access to memory location Can anybody help me to solve...
  14. Fori

    Timing how long was the system on..using Timer!! Pls Help

    Hi All I would like to know how i can get the time,being showed on the form, of how long long the form was on!! in the format 00:00:00!! i have a timer obeject but don't know how i can set it up!! ps: is 5min 50000 or 500000msec Thanks Nick
  15. Fori

    Fastest SQL .... !!! Pls Help

    Hi All, i have 2 queries and i would like your opinion and suggestoins on the best query: Query 1: SELECT inv_ProdCode, inv_SDesc, (case when (SELECT sum(loc_Freestock) FROM invlocationDB WHERE loc_invID = inv_ID) is null then 0 else (SELECT sum(loc_Freestock) FROM invlocationDB WHERE...
  16. Fori

    Grid Disappears on sstab at Runtime!! Pls Help

    Hi All i have an SSTab with 4 tabs each having a MSHFlexgrid as a control array! When i'm on design mode i can c everything on each tab. If i click run on tab 2 i will only be able to c the Grid on tab 2 and the others disappear! Do you have the faintest idea what this could be ? i tried it...
  17. Fori

    MS Outlook Monthview Style!! Pls Help

    hi All I'm trying to write an app having a form which will be similar to Ms Outlook Monthview! The problem is to display the item in a textbox (or some other Control) which will be highlighted when passed on top and when double clicked will give the particular information! It should also...
  18. Fori

    Undefiened variable problem!! Pls Help!

    Hi All i've built an website on linux using php and mysql! it works great! but when i moved it to a windows platform with IIS t loads several 'Undefined variable' errors which were not present previously! Is there a global variable or such which can help this problem! Thanks Nick
  19. Fori

    Cannot kill own connection!!! pls help!

    Hi All so i've built a vb program which connects with a SQL Server (MSDE) 2000. I have a function to backup which works perfectly but the restore function doesn't! The error givin said that i had users connected..fair enough! i then used the kill to kill all the spid which are concerned with...
  20. Fori

    Web Statistics - Refererer and Meta used!!? Help pls!

    Hi all, I'm building a stat page for my web page! i did manage to collect information on hits and OS and IP but i would like to get information on how the web client was refered from, the keywords used etc! Any help pls! Thanks Nick

Part and Inventory Search

Back
Top