Whats the best group for .net 3.0 and xaml questions

M

Michael Nemtsev

Hello moondaddy,

Try *.winfx.avalon

m> What's the best group to search and post xaml questions?
m>
---
WBR,
Michael Nemtseva [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
S

Steven Cheng[MSFT]

Hi Moondaddy,

As Chris has mentioned you can find many .net framework 3.0 or Oracs
specific groups in the MSDN forum:

http://forums.microsoft.com/msdn/default.aspx?siteid=1

and there are also some dedicated sub forums on WPF there:

WPF/E General Discussion

WPF/E Designer Issues

WPF/E Developer Issues

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
O

Oliver Sturm

Hello clintonG,

Wow, I love your gentle, tolerant and restrained approach to other
peoples' opinions.

Sorry everybody, will stop right there.


Oliver Sturm
 
M

moondaddy

Thanks Steven! there's a lot of good content there.

by the way, do you know of any code examples of a very simple Visio like
application using xaml and vb? I need to connect rectangles with straight
or right angle lines (no diagnal lines) and be able to drag them around into
position.
 
S

Steven Cheng[MSFT]

Hi Moondaddy,

Thanks for your reply.

As for viso like sample application, I haven't seen such exact one.
However, I think what you need to do is graphic element manipulation(like
drag &drop or drawing objects). Here are some tech articles describing on
this:

#Drawing a Line Between Movable Elements
http://www.infusionblogs.com/blogs/jsmith/archive/2006/11/28/7069.aspx

#Dragging Elements in a Canvas
http://www.codeproject.com/WPF/DraggingElementsInCanvas.asp

#Showing drag/drop feedback on the WPF adorner layer
http://blogs.msdn.com/marcelolr/archive/2006/03/03/543301.aspx

the WPF graphics blog should also be helpful:

http://www.wpf-graphics.com/MainForm.aspx?page=Blog

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

moondaddy

Thanks Steven those are good links. My problem is that I've arleady gone
through the 2 links for drag and drop and they are all in c# and I have not
been able to get them to work in vb. do you know of any vb sources?
 
S

Steven Cheng[MSFT]

Thanks for your reply Moondaddy,

So far I haven't found any dedicated VB.NET resource on WPF, however, you
can have a look at the WINDOWS SDK samples which include samples for WPF,
WCF .... and both VB.NET and CS version is included.

#Windows SDK .NET Framework 3.0 Samples
http://www.microsoft.com/downloads/details.aspx?FamilyID=22b58b6c-8f98-40d0-
880d-c3339c5da01e&displaylang=en

In addition, there are many resoruce in the WPF official site's gallery,
and there should also have some VB reference there.

http://wpf.netfx3.com/files/default.aspx

Hope this helps some.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top