Excel Charts in VB.NET app6231 (12/7/2009 4:16:14 PM) I have built a very solid application for my department that embeds an
Excel workbook and displays its charts via an OLE object. Its worked
great for probably 10 years or so and it was built on VB6. I'm
curr... DIOS
VS 2008 stop working when interface changes4187 (12/7/2009 3:07:04 PM) I have a WPF project with several interfaces which are used in UserControls
I attempt to change an event on one of the interfaces and VS 2008 shuts down
with a COMPILER ERROR WTF!!!
At the present I ... Lloyd
Confusion about Visual Styles2196 (12/8/2009 5:48:20 AM) I'm a programmer, but I'm not a UI guy. I'm using Visual Studio 2005
to write a new application and I'm dealing with "Visual Styles" for
the first time. From what I can figure, when you enable visual styles,
... TC
How do you synchronize database from different branches5141 (12/5/2009 2:52:28 AM) I don't know if this is the right place to ask question regarding database
synchronization.
I have a program made in Visual Basic .NET. I have a client that have more
than 2 branches that in every week e... Jay
Graphics.FromImage Error Parameter is not valid2681 (12/7/2009 3:14:02 PM) Hi,
A dialog form (DialogForm) contains a picture box (myPictureBox).
On load of the dialog form, I draw a 2D pie diagram in that picture box. The
data for the diagram comes from the the column [Percentag... Utf
Sending binary data via a GET or POST REST call6953 (12/7/2009 3:39:01 AM) Hello Everyone,
I'm creating a program that will use a REST interface to send a binary
file to the server but I'm really not sure how to do that. I know how
to do the REST call but how do I send binary dat... Anthony
[VB .Net 2008 Express] Linq to Dataset0366 (12/8/2009 9:22:14 AM) Hello,
Please, I need your help to translate a SQL request into a Linq request.
I get a little XML file generated by MSN.
I load this XML file into a DataSet.
I need some data whitch are in differe... St
VBA to VB.NET Issue4268 (12/5/2009 5:02:01 AM) Hello All,
To start with, the following code works in VBA without issue:
Set Tsvs = resAsgnmt.TimeScaleData(prStart, prEnd,
pjAssignmentTimescaledWork, pjTimescaleMonths)
'Obtain the timescale data for... Utf
Create a new instance of a class that is a reference3183 (12/7/2009 7:10:53 PM) Hi all,
I am trying to make a class that when you create a 2nd instance the second instance will be a reference to the first.
Public Class ClassA
Private Shared tableList As Hashtable
Public myI... Jeremy
stirng from an array5149 (12/4/2009 4:28:39 PM) I'm not great at vb.net and I don't particularly like arrays so I use them
as little as possible. I tend to think in terms of VBA or even old clunky
xBase ideas when I do things like this and I know there a... Keith