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
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...
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...
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...
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...
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...
Dim dgStyle as DataGridTableStyle
Dim dgTableStyle As New DataGridTableStyle()
Dim colStyle1 As New DataGridTextBoxColumn()
With colStyle1
.Alignment = HorizontalAlignment.Left
.HeaderText = "Cost"
.MappingName = "ItemCost"
.Width = 20
.format(“c”)
End With...
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
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...
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...
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...
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...
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...
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...
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 "="
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.