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

    Database Commands?

    I am quite new to ASP.net but I no stranger to the SQL and .net database design process. I know that ASP.net has numerous wizards as does Visual Studio.net has. I actually enjoy and like to access my database through code only. (using datatables) Including: (Declarations) Private...
  2. antonio622

    Controlling a Remote Computer From WebBrowser

    I know this post is probably a long shot as far as getting any replies but I ran into something that amazed me yesterday. My neighbor called me because she couldnt get online on a new laptop her kids got for Christmas. Of course she was making a basic mistake configuring her internet connection...
  3. antonio622

    Sending WebForm data from one page to another!

    I'm back to ASP.net programming. Ive been writing games in DirectX for about 6 years and got away from Database programming. Before that I used the old ASP and now I am new to ASP 2.0 which I believe is a different animal. This post is about sending WebForm data from one .aspx page to another...
  4. antonio622

    At Home Server

    Does anyone hsve any ideas or references on how to create a small home server on my computer so I can test my database apps from other computers? And also; Ive been created database programs in VB.net for a while without multi-user function on a sole computer. The last time I created a database...
  5. antonio622

    PictureBox Help

    I have 8 horses represented by 8 PictureBoxes and each horse overlaps each other in the race. The background color for each picture (bmp) is white. How can I make the white background not appear in each PictureBox so that only the horses appear? To see each horse behind and in front of others as...
  6. antonio622

    VB.Net 2005 & Windows Mobile

    I posted a recent question on this topic some time ago about the basics referring to mobile device types and general info. Thanks to all information recieved I purchased VS2005 Professional and A Verizon Pocket PC Phone. I had to install Compact Framework 2.0 onto the Windows Mobile 5 OS I...
  7. antonio622

    Windows Mobile Help

    Ive been programming in C and VB.net for about 15 years. I am not currently employed as a software developer because I own a Heating & Air Conditioning business. In this field of work the laws and regulations are getting very strict. In a newly installed Heating and Air Conditioning system or a...
  8. antonio622

    .NET Compact Framework for Mobile Devices

    I have VB.Net 2005 Express Edition(Free Version). I want to create a Mobile application and I have downloaded the Compact Framework for Mobile Devices and when I open up VB.net and choose to create a new project the Mobile Device template doesnt exist. Is the omitted from the Express Edition...
  9. antonio622

    MaskedEditTextbox - Handling Space Character

    I have a masked edit textbox in my program with the mask value set to #### I can however enter a value like 5 55 which can cause alot of problems throughout the program. It seems that the space character, left & right arrow keys (which produce spaces) are the only character other then numbers...
  10. antonio622

    Retrieving Whole Number from a Decimal without Rounding?

    I have a variable declared as Single and I am trying to retrieve only the whole number without rounding up or down as in the following number: 3.959 I only want to assign 3 in the number above to another variable. If I do this in code using format number and read only the whole number of...

Part and Inventory Search

Back
Top