Search
  Search
DEVELOP WEB APPLICATIONS WITH THE BEST AJAX FRAMEWORK.
CREATE LINE OF BUSINESS SILVERLIGHT APPLICATIONS IN NO TIME.
EVERY THING YOU NEED TO START DEVELOPING WITH VISUAL WEBGUI.
SEE VISUAL WEBGUI SHOW CASES FROM AROUND THE WORLD.
ALL THE RESOURCES YOU NEED TO START BUILDING VISUAL WEBGUI APPLICATIONS TODAY.
SHARE AND FIND VISUAL WEBGUI RESOURCES.
TALK WITH OTHER VISUAL WEBGUI DEVELOPERS.
 

 

SAP has chosen Visual WebGui for strategic web application, Mr. Saar of SAP explains why in an interview with with Jeremy Geelan at AJAX World.

Click on the video image to watch

SAP chosen VWG for strategic web application

 
  Forum  General Visual ...  Install It!  update Quick Starts videos
Previous Previous
 
Next Next
New Post 11/16/2008 3:50 AM
  zbrong
3 posts
No Ranking


update Quick Starts videos 
The verdion is 6.2.1 now , When will you update Quick Starts  videos ?
 
New Post 11/18/2008 1:56 AM
  ori.cohen
1116 posts
1st Level Poster


Re: update Quick Starts videos 
Hello,

Welcome to Visual WebGui!

What are the specific videos that you would like us to update?
Please reply with links to the specific videos.

Regards,

Ori Cohen
The Visual WebGui team
 
New Post 11/19/2008 3:38 PM
  zbrong
3 posts
No Ranking


Re: update Quick Starts videos 

for example in this one:

http://www.visualwebgui.com/Home/Introduction/tabid/314/Default.aspx

there is a mahtod code:

        private void treeView1_AfterSelect(object sender, TreeViewEventArgs e)
        {
            this.listView1.Items.Clear();

            DirectoryInfo objDir = new DirectoryInfo((string)e.Node.Tag);
            foreach (FileInfo objFile in objDir.GetFiles())
            {
                ListViewItem objItem = listView1.Items.Add(objFile.Name);
                objItem.SubItems.Add(objFile.Length.ToString());
                objItem.Tag = objFile.FullName;
                objItem.Image = new IconResourceHandle("file.gif");
            }
        }
the last line is not still work now , it mast change to :

 objItem.SmallImage = new IconResourceHandle("file.gif");

I must say your videos is very good for us (beginners).

I'm sorry I have not examine all the videos, I can't point all which is need to update.

(I'm not a english_man, my english is bad)

 

 
New Post 11/19/2008 10:16 PM
  ori.cohen
1116 posts
1st Level Poster


Re: update Quick Starts videos 
Hello,

I requested that our head of user-experience team our recreate this video using the current VWG version, with working code examples.

Thanks for your support!

Regards,

Ori Cohen
The Visual WebGui team
 
New Post 11/20/2008 4:00 AM
  zbrong
3 posts
No Ranking


Re: update Quick Starts videos 
thank u so soon.
 
Previous Previous
 
Next Next
  Forum  General Visual ...  Install It!  update Quick Starts videos

Visual Studop Partners

Copyright © 2005-2008 Visual WebGui®   Terms Of Use  Privacy Statement
Visual WebGui is copyright 2005-2008 by Gizmox