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 TouchToneTommy 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
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. 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...
  12. piscis

    Can I develop Database Applications with the Standard Version of Visua

    Gentleman: Can I develop Database Applications with the Standard Version of Visual Basic.Net 2003? Every time that I try to open a sample database application that includes an Access Database I get the error shown below, I tried 10 different projects and get the same error. “Object Reference...
  13. piscis

    why the two number after the decimal point are always converted to two

    Gentleman: Does anyone knows why the two number after the decimal point are always converted to two zeros with the code below? Example: If the real value was 175.53 I only get 175.00 Why is this? Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  14. piscis

    why in VB.Net I’m getting this error

    Could anyone let me know why in VB.Net I’m getting this error on the third line of code below? ERROR: Option Strict On disallows implicit conversions from 'System.Object' to 'VBNET.HowTo.Address'. CODE: ReadOnly Property CurrentAddress() As Address Get Return...
  15. piscis

    Parsing a String using Regular Expressions

    Gentlemen: I have this kind of strings coming from the RS232 port into a RichTextBox1. I'm only interested in the numbers right after the equal sign &quot;=&quot; I need to extract this numbers in the same line order shown and place the value into textboxes, each value will go into its own...

Part and Inventory Search

Back
Top