Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
January 2004
February 2004
March 2004
April 2004
June 2004
July 2004
August 2004
September 2004
November 2004
February 2005
June 2005
August 2005
February 2006
June 2007


all groups > dotnet vsa > recent posts

Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:22:28 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com ...more >>

HP Desktop for sale!
Posted by pbdude at 10/14/2007 3:54:41 AM
Hi, I have an unused HP Pavilion with the fallowing specs: # Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus) # Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS)) # Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/s...more >>

Watch NFL Games Online
Posted by Dexter H. at 10/13/2007 9:50:22 PM
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels The s...more >>

Re: Dynamic compilation
Posted by Ben Voigt [C++ MVP] at 6/5/2007 12:08:47 PM
<alexis.meilland@gmail.com> wrote in message news:1181052179.452842.103420@p77g2000hsh.googlegroups.com... > Hello. > > I have a big problem. In fact, I have a program coded in C#. In this > one, I generate a vb.net assembly. Everything is ok. It works well. > > But now, my problem is the ...more >>

Dynamic compilation
Posted by alexis.meilland NO[at]SPAM gmail.com at 6/5/2007 7:02:59 AM
Hello. I have a big problem. In fact, I have a program coded in C#. In this one, I generate a vb.net assembly. Everything is ok. It works well. But now, my problem is the following. I want to export the .net object in1 created in the code I want to compile. Input is a class used in my c#...more >>

°ü×°²ÄÁÏ
Posted by ҶС½ã at 4/13/2007 12:00:00 AM
http://www.gz-oc.com/intro.htm ...more >>

If VSA is dead, what's the alternative?
Posted by Michael Lewis at 3/20/2007 10:32:57 PM
If VSA is dead, what's the alternative? Thanks, Michael ...more >>

VSA-editor only in its own window ?
Posted by oliver.schuetze NO[at]SPAM gmail.com at 9/22/2006 5:54:02 AM
Hi, is it possible to embed the VSA-editor as child-window of my own MDI application? If VSA always opens its own window - is there another solution to make my .NET-application scriptable with a fully integrated editor (with debugger). WinWrap-Basic is something related, but the used basic la...more >>



KADER
Posted by faruk.nur at 7/31/2006 4:02:25 AM
Kader; soru:madem,her=FEey bir kader defterinde yaz=FDl=FD ve her=FEey ona g=F6re oluyor.o halde insanlar ni=E7in cehenneme gidiyor? cevap:evet her=FEey bir kader defterinde yaz=FDl=FD ve her=FEey ona g=F6re oluyor.ama,defterde yaz=FDl=FD oldu=F0u i=E7in o =FEey olmuyor. mesela;meteroloji u...more >>

Re: Visual Basic hang
Posted by Anthony Sullivan at 6/1/2006 6:26:04 AM
I am experiencing a silimilar problem but I don't have a very large project. It only has about 10 forms and 12 modules. Everytime I click, type a character, or move a scrollbar... pretty much anything... the IDE will hang for 5 to 10 seconds before allowing me to do anything further. This i...more >>

error with mappoint
Posted by marta at 3/13/2006 10:31:26 AM
Hello i have a form whith code (down) but dont show me the map, I reference mappoint y AxMappoint. ¿what is the problem? thanks Private Sub localizador_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load With Me.AxMappointControl1 Dim objLoc As MapPoint.Lo...more >>

Re: Interview Questions Feb 20, 2006
Posted by erewhon NO[at]SPAM nowhere.uk at 2/21/2006 5:22:10 PM
On Mon, 20 Feb 2006 17:40:18 -0800, "=?Utf-8?B?QW50aG9ueQ==?=" <Anthony@discussions.microsoft.com> wrote: >Thus the reason why we remain using VB6 (the other reason is the insanely >large .net framework). If you don't want your work decompiled (like every >other company selling code for prof...more >>

RE: Interview Questions Feb 20, 2006
Posted by Anthony at 2/20/2006 5:40:18 PM
Thus the reason why we remain using VB6 (the other reason is the insanely large .net framework). If you don't want your work decompiled (like every other company selling code for profit), stick with VB6, move to C++ (unmanaged), or I suppose Delphi would also be a good choice in this regard, ...more >>

Re: Interview Questions Feb 20, 2006
Posted by Stefan Berglund at 2/20/2006 11:53:52 AM
On 20 Feb 2006 10:04:34 -0800, "Jobs" <jobatyourdoorstep@yahoo.co.in> wrote: in <1140458674.339657.186700@o13g2000cwo.googlegroups.com> > > >How to prevent my .NET DLL to be decompiled? > >By design .NET embeds rich Meta data inside the executable code using >MSIL.Any one can easily decom...more >>

Re: Interview Questions Feb 20, 2006
Posted by Ken Halter at 2/20/2006 10:44:23 AM
"Jobs" <jobatyourdoorstep@yahoo.co.in> wrote in message news:1140458674.339657.186700@o13g2000cwo.googlegroups.com... > > > How to prevent my .NET DLL to be decompiled? Write it in VB6 -- Ken Halter - MS-MVP-VB - Please keep all discussions in the groups.. DLL Hell problems? Try ComGua...more >>

Interview Questions Feb 20, 2006
Posted by Jobs at 2/20/2006 10:04:34 AM
How to prevent my .NET DLL to be decompiled? By design .NET embeds rich Meta data inside the executable code using MSIL.Any one can easily decompile your DLL back using tools like ILDASM ( owned by Microsoft) or Reflector for .NET which is a third party. Secondly there are many third party...more >>

VisualBasic.Vsa.VsaEngine.Compile throw NullReferenceException
Posted by xdesigner at 2/16/2006 7:36:26 PM
I'm writting a C# program use Microsoft.VisualBasic.Vsa.VsaEngine , the program may change script text some times , when change script text , I call some method by follow VsaEngine.Reset Romve all item from VsaEngine.Items Readd Refrence item to Items Readd Globalobject item to items Read...more >>

Interview Questions Feb 11, 2006
Posted by Jobs at 2/11/2006 3:54:37 AM
What are the standard ways of parsing XML document? XML parser sits in between the XML document and the application who wants to use the XML document. Parser exposes set of well defined interfaces which can be used by the application for adding, modifying and deleting the XML document contents...more >>

Re: CASH MONEY TO YOUR DOOR!!!
Posted by Tia at 11/20/2005 12:00:00 AM
START YOUR OWN E-MAIL BUSINESS TODAY and TAKE ADVANTAGE OF THE FOLLOWING: 1.ALL CUSTOMERS PAY YOU IN CASH!!! 2. TOP PART-TIME OWNERS HAVE EARNED $5,000+ IN ONE MONTH! 3. TOP FULL-TIME OWNERS HAVE EARNED $10,000+ IN ONE MONTH! 4. YOU WILL SELL A PRODUCT WHICH COSTS NOTHING TO PRODUCE! 5. Y...more >>

Re: Impsersonation from .Net Application to access a Windows 2000 Server (SSPI)
Posted by Venkat_KL at 11/17/2005 5:02:40 AM
Dear Jörgen Ahrens, Read these links and try to modify to your requirements. Common security issues when you access remote resources from ASP.NET applications ======================================================================= http://support.microsoft.com/default.aspx?scid=kb;en-us;89...more >>

Re: problem in combo box databinding.
Posted by amar shukla at 10/6/2005 11:14:19 PM
still not solved , getting a error message as" connot moify the items collection when the datasource property is set. *** Sent via Developersdex http://www.developersdex.com ***...more >>

A GREAT way to get FREE cash !!
Posted by thegreatmontezuma at 9/13/2005 12:00:00 AM
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>Hi all,</P> <P>I'm posting this message to let you know about an exciting community on the Internet - SurveySavvy. I'm a member and it offers you a great opportunity to make a...more >>

The easiest way to get free cash!
Posted by thegreatmontezuma at 9/13/2005 12:00:00 AM
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>Hi all,</P> <P>I became a member of an interesting free website that is totally unique. It actually rewards its members for learning! You can learn lots of important things an...more >>

A GREAT way to get FREE cash !!
Posted by thegreatmontezuma at 9/13/2005 12:00:00 AM
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>Hi all,</P> <P>I'm posting this message to let you know about an exciting community on the Internet - SurveySavvy. I'm a member and it offers you a great opportunity to make a...more >>

The easiest way to get free cash!
Posted by thegreatmontezuma at 9/13/2005 12:00:00 AM
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>Hi all,</P> <P>I became a member of an interesting free website that is totally unique. It actually rewards its members for learning! You can learn lots of important things an...more >>

Where to find .net savvy programmers in SoCal area
Posted by introNetworks at 8/26/2005 2:25:26 PM
Anyone have any leads on where to find .NET savvy programmers in the Southern California area? (Santa Barbara) I've tried Craigslist, DICE and Monster, so far with little result. Any leads on groups or sites where I could find a couple of good people to hire would be much appreciated. ...more >>

Re: globalItems for properties don't get updated?
Posted by Nolan Woods at 8/15/2005 3:01:45 PM
> case "SimTime": > return m_project.NumTurns "SimTime" should of course be "NumTurns". (d'oh.) But that's not the problem. ...more >>

globalItems for properties don't get updated?
Posted by Nolan Woods at 8/15/2005 2:58:56 PM
Hi, I'm working on a scriptable project and I'd like to have a property external to the scripting engine be readable as a global variable. However, the property's get is only accessed the first time, from GetGlobalInstance, and after that the global variable in the script is constant, inste...more >>

.net tools
Posted by Wendy Elizabeth at 7/27/2005 10:21:06 AM
I am basically new to using Visual Basic.NET. I wrote a Visual Basic.NET web application that will allow users to enter data. Once this data is entered, I put the data into one big long string to pass the information to a mainframe system. This is way the mainframe system expects the data....more >>

RE: posting
Posted by Jean-Daniel at 7/18/2005 10:36:02 AM
I would suggest using a database to save the data and read it in the other page. Maybe a xml file would do the trick to. A quick fix might be to use a session variable. "lilly" wrote: > i need to post a message from one asp.net page to another,that mesage may be > 1000 character..is it...more >>


DevelopmentNow Blog