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...
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
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
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...
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 =...
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...
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)...
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...
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...
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...
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...
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...
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...
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
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.