all groups > vb.net upgrade > april 2004
Friend V/s Protected Friend
Posted by anuragsaxenajpr NO[at]SPAM hotmail.com at 4/28/2004 10:56:26 PM
What is the difference b/w protected and protected
Friend,theoritically it is very clear but
if any one can clear it using example.I would be thankful... more >>
.Net objects in VB6
Posted by Tim Tyannikov at 4/28/2004 2:06:05 PM
Hello, I have created a simple library in C# with only one class
using System
using System.Windows.Forms
namespace TestAsCo
/// <summary
/// Summary description for Class1
/// </summary
public class TestClas
public TestClass(
public void Main(
public void ... more >>
.NET Migration
Posted by quimbymon33-goog NO[at]SPAM yahoo.com at 4/22/2004 10:22:53 AM
We are investigating options for converting our VB6 code to VB.NET. We
have had some discussions with ArtinSoft about their code migration
products and consulting services.
Does anyone know of other companies that provide similar products
and/or consulting services for .NET migration?
Thank... more >>
How to initialize structure fields?
Posted by barbara_dave NO[at]SPAM yahoo.com at 4/22/2004 10:08:59 AM
Hi all,
I need to define a strcture and define an arrary of it, then initial
each array like the following:
public structure MyStruct
Dim A as Int32
Dim A as Int32
Dim x as Int32
Dim y as Int32
Dim Z as Int32
End structure
Dim myData(20) as MyStruct
myData(0) = (... more >>
How can i use "Any" datatype and implement WriteFile function in .net ?
Posted by ItsMe at 4/21/2004 4:41:30 PM
Greetings!
I've difficulty while declaring WriteFile function in .net. Can anyone
please help me out? If possible give me a source code. I'm scanning image
then storing in the memory and it's a Tiff Image. Then I need to write in
the file, this is where I'm getting stuck and no idea how to... more >>
Distrubution Rights
Posted by Ken at 4/21/2004 5:56:02 AM
We are thinking of upgrading from vb 6.0 professional to vb.net standard. What legal rights do I have with vb.net standard to distibute apps created with this version either within the company or elsewhere? I'm familiar with the 6.0 licensing in that professional was needed but now there is no sta... more >>
How to use recordset in vb.net
Posted by anuragsaxenajpr NO[at]SPAM hotmail.com at 4/20/2004 11:40:39 AM
How can I use recordset equavilent in VB.NET,
means I can use oledb.oledbcommand or oledb.oledbDataAdaptor Class but
they don't provide anything like rs.EOF (recordset in vb6).
Also I have to use datareader which gets only single record at a time
so if I want to iterate on entire table then what... more >>
Boolean property set blows up!
Posted by Grumpy Aero Guy at 4/19/2004 10:54:33 PM
am upgrading an app from 6.0 to .net .
Have a couple of radio buttons that gave me the "may fire when form is
initialized" upgrade message. (no problem)
Added an Isinitializing property (boolean):
----------------------------------------------------------------------------
---------
Pri... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Cab files for window controls in .Net
Posted by buchoo_2000 NO[at]SPAM yahoo.com at 4/19/2004 9:25:48 AM
Hi,
I have developed a .Net control and compiled it to support COM
interop.
Now the control works like an ActiveX control, I would now like to
automatically download the control whenever accessed to client PCs.
I donnot want to place my dll on webserver.
Is it possible that the control gets... more >>
registry problem
Posted by (usman__ghani NO[at]SPAM hotmail.com) at 4/17/2004 1:40:52 AM
hi,
I wrote an applicatoin in vb 6.0 to access the registry.It works fine for windows 98.But it does not work for windows 2000.can any one tell me how to access registry through vb in windows 2000.
thanks
**********************************************************************
Sent via Fuzzy Sof... more >>
How i can print 4 pictures in one page
Posted by ferrari at 4/15/2004 5:04:28 PM
How i can print 4 pictures in one page
... more >>
Saving Projects on Network
Posted by Meir at 4/11/2004 10:46:00 AM
Hi
I installed Visual Studio but I can't run the projects code that are saved
on the Network Drives only locally. Any suggestions how to overcome that?
Regards
Meir
... more >>
Error while upgrading 2002 to 2003
Posted by Ken at 4/5/2004 1:21:27 AM
I have a project which is running error free in VB.Net
2002 in a live environment. Now I need to upgrade it to
2003. While building the project it is showing the below
error. This is happening only for some forms. The
others are working fine.
Quote :
C:\Transactions\BL_SFE.resx Resou... more >>
The VB6 to VB.Net Upgrade Dialog Tool Part II
Posted by SR at 4/2/2004 10:16:04 PM
Ther
is actually a tool that upgrades snippets of VB 6.0 code as opposed to th
whole project. As described in this link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconupgradingvisualbasic60codewithupgradevb6codeadd-in.asp
What I want to know is if this tool is a... more >>
Question about Implementing VB 6.0 Interface in vb.net
Posted by Yatin Bhuta at 4/2/2004 4:14:29 AM
Hi,
I have an interface in vb 6.0. It has a property set member, which takes a
parameter by reference. When I try to implement this interface in my vb.net
project, it gives me an error saying that "cannot implement property set
because there is no matching property on interface". I think .NET ... more >>
ComboBox class, CB_INSERTSTRING , VB.NET and marshalling...
Posted by GianPiero Andreis at 4/1/2004 10:04:45 PM
Hello All,
let me pose a simple question about combobox and the CB_INSERTSTRING
message.
Suppose for instance that I already have a combobox handle, how can I
declare and use the SendMessage function just for insert a new item into the
combobox ?
Of course, the combo box DO NOT belong to my pr... more >>
|