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 SkipVought 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: *

  1. salimwng

    Rounding to the next whole number (E.g. 1.0124 becomes 2)

    Oups..... i didn't consider negative values. But in the application i am actually working on, the results MUST always be above 0. So it shouldn't be a problem for me, but might be a problem for others!!! You are right to consider the negative values also. I'll try this one in the other...
  2. salimwng

    Rounding to the next whole number (E.g. 1.0124 becomes 2)

    Hi Earthandfire, Thanks for replying. I didn't try your solution yet, but i've found something that works perfectly to the problem i was having and in case someone else have a similar problem this post can help. Here's the code below; double d; d = 8.0...
  3. salimwng

    Rounding to the next whole number (E.g. 1.0124 becomes 2)

    Hello Team, I have got a special rounding to do and after many search performed in TekTips, i could not come across a solution. Can you please help me with the problem below; After a calculation has been performed in my coding part, the result are displayed in a textbox. I DO NOT want the...
  4. salimwng

    Cariage Return not working when using IsMDIContainer

    Hey guys.....please help me with this.
  5. salimwng

    Cariage Return not working when using IsMDIContainer

    Hello team, I have a Main form that is configured as IsMDIContainer = True. I made few buttons in a ListView (in the Main form) that will open their respective forms in the container. The problem is that on these forms the Cariage Return (or Enter Key) for the Textboxes is not working. Though...
  6. salimwng

    How to use 2 Different LAN on a Notebook ?

    Hi Dave, Sorry to bother you again, i've checked at what you said, but i do not have the Alternate Configuration tab. What i've got is ONLY the GENERAL TAB. There's the Advanced Button at the bottom in this window, and there's no Alternate Configuration neither in it. OS is Windows XP Pro -...
  7. salimwng

    How to use 2 Different LAN on a Notebook ?

    Hello Simon, Many thanks for your suggestions. However, i've been searching for the Alternate Configuration in the TCP/IP protocal and could not find this. Could you please give me any clue. Awaiting your prompt help, Thank you Salim
  8. salimwng

    How to use 2 Different LAN on a Notebook ?

    Hi guys, Many thanks for all your suggestions. I've checked on http://www.netswitcher.com, post given by schtek, and the program appears interesting. Thumps up schtek. Am actually downloading it and will post feedback here. Many thanks again for your help, Salim
  9. salimwng

    How to use 2 Different LAN on a Notebook ?

    Hello Team, I'm stuck with a serious problem. Hardware :- Dell Inspiron O.S :- Windows XP Pro - SPack 2 I have configured a Notebook (Dell Inspiron) with the LAN at the office. We have Wingate on the File Server to share an ADSL Internet connection. I have configured the Notebook ( in...
  10. salimwng

    What is "Object reference not set to an instance of an object"

    Hi KenFalk, Many thanks for this advise. My program now runs great. Thank you once again, and to you too Jebenson. You deserve a star. Regards. Salim
  11. salimwng

    What is "Object reference not set to an instance of an object"

    Hi all, I setup a form that allows the user to change the password. This password is stored in a Database (MSAccess) and the table name is Admin. There's only one field in it, named Passwd. When i run the program, i constantly get above error message "Object reference not set to an instance...
  12. salimwng

    Clear the Screen when launching the 'Build Application'

    Hi Jubble, Thanks for replying. I will try that and advise you soon. Many thanks for the help. God Bless you. Salim
  13. salimwng

    Clear the Screen when launching the 'Build Application'

    No, it's not the desktop that i want to disappear. What i am looking for is that, when i launch my application ( the Filename.exe ), if i have windows explorer at the back running, i want the screen to have a background back color first, so that my splash screen appear properly, and then my...
  14. salimwng

    Clear the Screen when launching the 'Build Application'

    Hello, I would like to know if it's possible to add a code in VB.Net so that when i click the 'Build' button, the screen is clear ( same as DOS prompt cls command ) and then my forms appear. I have setup a splash screen also. But my objective is to get a black colour background first, then my...
  15. salimwng

    First Time Installation.

    Hello, I have installed Oracle 9i on a Win2000 Pro PC. I have been given an assignment that i need to work on. I successfully installed the 3 CD's on my PC by using the following prompts when asked during installation. They are; Destination Name is --> OraHome90 Destination Path is -->...
  16. salimwng

    Why does Windows Update Delay download of files ?

    Thanks for replying. I used the Windows Update Service. The link is ; http://windowsupdate.microsoft.com/ Please note that when i refer to download of files, this apply to any files that i download from the net. Kind regards. Salim
  17. salimwng

    Why does Windows Update Delay download of files ?

    Hello, I installed Windows 2000 Pro with Service Pack 4 on a new PC ( Intel Pentium 4-3Ghz, 1 Gig Mem DDR3 and 2 HDisk 80 Gig. Everything was working fine. When i performed Windows Update and set everything up-to-date (Critical Updates, recommended updates, Vulnerabilities, etc, etc), i...
  18. salimwng

    How to convert Date (E.g 10/11/2004) to 200405

    Thanks Huel and Christiaan. Both works great. I give you a start for this.
  19. salimwng

    Confusion in CurrentForm.ShowDialog() and me.Hide()

    Hello, I am getting more and more confused with the command me.hide() , me.close() and me.dispose() when using with CurrentForm.ShowDialog(). My problem is as follows; I have a form (MainForm.vb) that contain 3 Buttons; 1. First one is for Adding a user name 2. Second one for Modifying the...
  20. salimwng

    How to convert Date (E.g 10/11/2004) to 200405

    Hi, I need to convert the current date to a format like 200405. That is for whatever date i choose from the DateTimePicker in my Windows Form, it is automatically converted to a format YYYY+YY+1. In other words, if i choose 10/11/2004 my database should record 200405 or if i choose...

Part and Inventory Search

Back
Top