| Thread | Last Post | Replies |
|
| Flexgrid or any other grid in .NET 2003 | 30 Apr 2004 02:15 GMT | 3 |
Has any one found a grid in .NET 2003. As far as I can tell they took out the Flexgrid. Is there another one out there?
|
| .Net objects in VB6 | 30 Apr 2004 00:41 GMT | 1 |
Hello, I have created a simple library in C# with only one class using System using System.Windows.Forms namespace TestAsCo
|
| Friend V/s Protected Friend | 29 Apr 2004 12:57 GMT | 1 |
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
|
| Urgent .. pls help | 28 Apr 2004 12:42 GMT | 2 |
I am going to takeup a project on VB.NET. My client is asking to develop on VB6 and he asked about my recommondation for .NET. I need to provide a technical writeup on the advantages of .NET compared with VB6. I need to include the features and advantages in using .NET
|
| How to initialize structure fields? | 22 Apr 2004 18:36 GMT | 1 |
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
|
| How can i use "Any" datatype and implement WriteFile function in .net ? | 22 Apr 2004 05:53 GMT | 5 |
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 ...
|
| How to use recordset in vb.net | 21 Apr 2004 16:33 GMT | 1 |
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
|
| Distrubution Rights | 21 Apr 2004 14:15 GMT | 1 |
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 ...
|
| The VB6 to VB.Net Upgrade Dialog Tool Part II | 21 Apr 2004 12:35 GMT | 1 |
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/vbco nupgradingvisualbasic60codewithupgradevb6codeadd-in.asp
|
| Boolean property set blows up! | 20 Apr 2004 13:26 GMT | 4 |
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):
|
| Cab files for window controls in .Net | 19 Apr 2004 18:17 GMT | 1 |
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
|
| registry problem | 17 Apr 2004 16:10 GMT | 2 |
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 ...
|
| How i can print 4 pictures in one page | 15 Apr 2004 12:49 GMT | 1 |
How i can print 4 pictures in one page
|
| Saving Projects on Network | 11 Apr 2004 14:17 GMT | 1 |
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
|
| Question about Implementing VB 6.0 Interface in vb.net | 09 Apr 2004 17:35 GMT | 1 |
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 ...
|