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

  • Users: piscis
  • Order by date
  1. piscis

    Suggestion: Need an ActiveX component for Order Processing.

    Chmohan: Sorry for the mistake what I was referring to I just find out is called a Shopping Cart Component. I just need suggestions for those ready and able to work as an ActiveX component within Visual Basic 2005? I’m developing an Automated Convenience Store (sort of like a KIOSK or a...
  2. piscis

    Suggestion: Need an ActiveX component for Order Processing.

    Getlemen: Please let me know your suggestions for a low cost <$500 ActiveX component for Order Processing, my client’s business has less than 200 inventory items. I need just the basics; Inventory, Order Processing and a few reports. Thanks for your comments. Andy
  3. piscis

    Does anyone have a code snippet for doing this in Visual Studio.Net 20

    Ruffnekk: I like your idea the only problem I see is to figure out how would you know the location for placing the second panel or the third? Any ideas? Andy Puerto Rico
  4. piscis

    Does anyone have a code snippet for doing this in Visual Studio.Net 20

    Gentleman: Does anyone have a code snippet for doing this in Visual Studio.Net 2003? At form1 on Button1_Click I need to temporarily copy a bitmap (found at installation folder) reduce its size to 125 Width to 175 Height and place it on form2 centered inside panel1? Here is the tricky part...
  5. piscis

    Is there any method I can use in order to know when animation1 has fin

    Is there any method I can use in order to know when animation1 has finished its very first loop? I need to start animation2 only when I’m sure that animation1 has finished, (animation1 has 14 frames) can anyone provide me with a suggestion? Thanks Andy This is the code I have so far...
  6. piscis

    Does anyone know how to play a GIF animation only once?

    Does anyone know how to play a GIF animation only once? I’m using ImageAnimator class with a GIF animation that was designed with Animation Shop 3 to play or loop only once. When using the code below the animation starts looping repeatedly. Does anyone know the right code to play this GIF...
  7. piscis

    Why picturebox1.SendToBack()is not working ?

    Why picturebox1.SendToBack()is not working ? My picturebox1 covers almost the entire form background and when trying to play a GIF animation using ImageAnimator.Animate the animation appears behind the picturebox1. Does anyone know the correct code for sending the GIF animation to the front of...
  8. piscis

    Does anyone have the answer to these 2 questions?

    Do you know why I'm getting this error? On this line: If IsNumeric(Me.Item(row, col)) Then Error: Item is not a member of Project.frmMain' Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim ds As DataSet =...
  9. piscis

    Does anyone have the answer to these 2 questions?

    Gentlemen: Does anyone have the answer to these 2 questions? 1. How to sum only those records for the month of March in column 4 in datagrid1 and display it in a textbox3 located in a Tab Control #2 named “Ventas” 2. How to sum ALL records in column 4 in datagrid1 and display it in textbox8...
  10. piscis

    Does anyone know why I cannot get this code to work on VB.NET?

    Guys: Thanks for all your input I used this and its working just fine. Thanks all. ___________________________________________________________ Sub DataGridTableStyle() 'Create a DataGridTableStyle & set mappingname to table Me.OleDbDataAdapter1.Fill(Me.DsBrio250Table5)...
  11. piscis

    Distributing Applications on 30 days trial basis?

    sunaj & JohnEfford: Gentlemen: I like the idea of the 100 hours of use. Would it be possible to have a timer inside the same application that will start running only when the application is started and will maintain its value even when the application is not running any longer? This way we do...
  12. piscis

    Does anyone know why I cannot get this code to work on VB.NET?

    Dim dgStyle as DataGridTableStyle Dim dgTableStyle As New DataGridTableStyle() Dim colStyle1 As New DataGridTextBoxColumn() With colStyle1 .Alignment = HorizontalAlignment.Left .HeaderText = &quot;Cost&quot; .MappingName = &quot;ItemCost&quot; .Width = 20 .format(“c”) End With...
  13. piscis

    Distributing Applications on 30 days trial basis?

    Gentleman: Can you give me an idea on the Software or Code needed for distributing Windows Desktop Applications on 30 days trial basis and providing the user the option for turning the trial into a full version? Thanks Andy
  14. piscis

    Re; Do I absolutely need to have Windows XP Professional?

    Gentlemen: Does anyone knows if I absolutely need to have Windows XP Professional in order to open and develop database applications in VS.NET Enterprise edition 2003 (database is MS Access) I’m using Windows XP Home edition and have tried to open more than 10 database samples and got the...
  15. piscis

    Can I develop Database Applications with the Standard Version of Visua

    benlinkknilneb (Programmer): I found this on my computer on the MSDE folder: Visual Studio .NET 2003 does not include Microsoft SQL Server Desktop Engine (MSDE). To download MSDE, go to http://go.microsoft.com/fwlink/?linkid=13962. This is the path: C:\Program Files\Microsoft Visual Studio...
  16. piscis

    Can I develop Database Applications with the Standard Version of Visua

    I got the idea after trying opening 10 different projects and not being able to run a single one. This morning I downloaded a sample Access database project (can I email it to you?) and could not run it. There must be something else beside variable declaration. Could you please take a look...
  17. piscis

    Can I develop Database Applications with the Standard Version of Visua

    benlinkknilneb: The problem seem to be with my computer not having the MSDE engine, I downloaded the MSDE 2000 for Developers Using Visual Studio .NET When installing I got this message: A strong SA password is required for security reasons. Please use SAPWD switch to supply the same. Refer...
  18. piscis

    MSDE 2000 for Developers Using Visual Studio .NET

    I downloaded the MSDE 2000 for Developers Using Visual Studio .NET When installing I got this message: A strong SA password is required for security reasons. Please use SAPWD switch to supply the same. Refer to readme for more details. Setup will now exit. What is SAPWD and what should I do...
  19. piscis

    Does anyone know where can I download the HELP files?

    Gentleman: Does anyone know where can I download the HELP files? I just bought VB.NET Standard Edition 2003 and it did not come with the help files or a MSDN CD. Every time I tried to access help I get this Help Is Not Installed for Visual Studio The MSDN Library contains the Help...
  20. piscis

    Can I develop Database Applications with the Standard Version of Visua

    benlinkknilneb: When I double click the error it takes me to this line: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load OleDbDataAdapter1.Fill(DataSet11) End Sub End Class Do you know why? Andy

Part and Inventory Search

Back
Top