I am trying to write my first app using dotnet after years of vb6.
I am trying to load a form from a "main" form but after I have loaded
one instance of the form's class I don't want to load any more. Do I
have to keep track of which classes I have instantiated or is there a
better way of doi...
more >>
I am having some difficulty in using the new style printing in .net. I
wish to print a block of text with various different fonts for different
sections, but I wish them to appear in the saem document. Aside from some
hefty playing with rectangular boxed areas is there any way (with the
em...
more >>
I am really confused about how "regular, old, classic" .ASP files
written with server side VBScript code are supported in the new
environment of .Net running on Windows Server 2003.
I am trying to get a large site of .ASP files running without
conversion to ASP.Net user controls and in general...
more >>
Hi,
Which version (standard of professional) do I need (ms website is not clear
to me) for:
- developing windows based programs
- developing ASPX for internet
- developing windows mobile applications for PDA's
Please let me know, so I can tell my boss what to buy?
thanks,
Eric
...
more >>
Hi Group
I am currently fixing up my first converted project (VB6 to VB.NET)
I am still need to add the required DELEGATE stuff in order to use
enumwindows, however looking at a couple of examples (all different) I
notice that the variable types have changed. i.e. VB6 was using LONG, the
up...
more >>
I am currently porting a sizeable program from VB6 to .net and have to
make sure that all variables are declaired (i.e. it will compile in VB6
with Option Explicit). As I have to create declarations for a number of
currently implicit variables I have to determine their scope. What is the
s...
more >>
I used open "com1..." in QuickBasic and it was easy enough to find and use
I used the Comm control in VB6 (which i now do not have) and it was also easy enough to find and use
BUT i cannot get a clue what to do in VB.net !
I tried whatever search word i could imagine using the help ...
I searche...
more >>
I am new to VB.NET.
I tried to upgrade my project from VB6 to VB.NET2003.
I used ADO data controls to populate the data to datagrids.
After the upgrade, the ADO controls does not work properly.
(there is no error but no records is retrieved)
Is ADODC not working in VB.NET ?
If so,...
more >>
I am trying to figure out how to crop and resize a picture when you open it into a picture box. Any help would be great. Thanks.
---
Posted using Wimdows.net NntpNews Component -
Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Se...
more >>
Hello--
I've looked for the answer to this question everywhere I
can think of with no success, and I feel like I'm probably
missing something very simple.
I'm in the early stages of migrating quite a bit of code
from VB6 to VB.NET. In VB6, I was able to create an
ActiveX EXE server th...
more >>
Mostly I want to thank the powers that be for a much improved upgrade engine
that finally handles printing. Now I should note that my upgrade did not
really work, on a fairly simple sample:
Private Sub btnPrint_Click()
Printer.CurrentX = 10
Printer.CurrentY = 10
Printer.FontSize = 30
Printe...
more >>