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 strongm 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. medicenpringles

    DataSets vs Queries

    in other cases, would there be? Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  2. medicenpringles

    DataSets vs Queries

    I have a couple of different procedures that retrieve data from a single database. Both return a single value, either an Integer or DateTime. But the one that returns an integer accesses the data by connecting to the database and returning the data using .ExecuteScalar, while the other one...
  3. medicenpringles

    i know there's a simple answer to this

    i have a project w/ several forms. i know you can open a project using "sub main", and that's what i try to do but for some reason i can't get the sub main to load my main form. here's my code: Module Globals Public MainForm as Form = New frmMain Sub Main() MainForm.Show() End Sub End...
  4. medicenpringles

    retrieve a single value from an OleDb

    IErrorInfo^ not HI damn those typos Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  5. medicenpringles

    retrieve a single value from an OleDb

    i get: HIErrorInfo.GetDescription failed with E_FAIL(0x80004005). Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  6. medicenpringles

    retrieve a single value from an OleDb

    oh, and the "& _<" in line 7 is (in the code) just "& _". typo. Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  7. medicenpringles

    retrieve a single value from an OleDb

    but there is not ExecuteQuery (that i can find) and when i try ExecuteScalar, it gives me the same error. Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  8. medicenpringles

    Problem installing VB.NET std on WIN XP Home

    to be quite honest, it's pointless installing VB.NET std on anything but (at least when it comes to xp) xp pro with office pro on it. xp pro has iis, as rick mentioned, and office pro has access. if you're doing anything remotely usable on other systems, you'll need both. or i could be...
  9. medicenpringles

    retrieve a single value from an OleDb

    oh, and sorry about that last post, i wasn't trying to be mean. Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  10. medicenpringles

    retrieve a single value from an OleDb

    Hello again, I need some help with a simple OLEDB query. I need to return one value from an Access database. the code below is a snapshot of what i have so far. Imports System.Data.OleDb Public Class Prices Public Shared ReadOnly Property Price(ByVal Name As String, ByVal Size As...
  11. medicenpringles

    access connections through code

    does no one know what i'm talking about? it doesn't seem that hard. Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  12. medicenpringles

    access connections through code

    summarization of above: 1) how do i connect to a access database programmatically? 2) how do i look up specific values in that database? Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  13. medicenpringles

    access connections through code

    ok, this is going to sound a bit odd because i've never done this before, but here goes: i have a cash register application that involves several classes and several forms. i have a Globals module that holds all my constants and such, and i have a class named "Prices" that holds all the prices...
  14. medicenpringles

    systray bubbles?

    i'm sorry if this is getting annoying. i'm a begginer. so i get real excited about this stuff. Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  15. medicenpringles

    systray bubbles?

    oh, and is there a way to modify the look of the blue bar that hold the control box? (the minimize, maximize, and close buttons) Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  16. medicenpringles

    systray bubbles?

    so there's not an actual .net component for this? Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  17. medicenpringles

    systray bubbles?

    well first of all i want to know how to show a normal one. then if i can put controls in it, even better. Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  18. medicenpringles

    systray bubbles?

    i'm speaking of the one's that pop up when you have a windows update to install, or a new device is plugged in. the yellow speaking bubble above the systray that pops up then w/ text in it. Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003
  19. medicenpringles

    systray bubbles?

    ya know those little bubbles that pop up above your systray to give you messages? is is possible to put other controls in those, such as checkboxes, radio buttons, and textboxes? if so (or not), how to i create one? Main Language: Visual Basic .NET Development Environment: Visual Studio...
  20. medicenpringles

    stealing a spell-checker

    thanks alot for that first link. that's all i need. Main Language: Visual Basic .NET Development Environment: Visual Studio .NET 2003

Part and Inventory Search

Back
Top