Duplicate The 9-slice Functionality Of Flex/Flash In WPF?

Jun 2, 2009

how to duplicate the 9-slice functionality of Flex/Flash in WPF and VB.Net. I have used 9-slice scaling many times in Flex and it would be a great asset in WPF. I would like to be able to have an image as my background of a Canvas and have it stretch without ruining the rounded corners.

View 2 Replies


ADVERTISEMENT

Slice An Image Horizontally?

Dec 14, 2009

since i do not have any image editing software, i am going to use vb.net to slice an image horizontally.

View 1 Replies

Add Flex Grid In Program?

Sep 23, 2009

I am trying to add flex grid control in my vb.net program. I have found out that it is possible

but when i have searched in project->add referance -> com i couldnt find the flex grid

may be i am looking at the wrong name of the control i have tried MS Flex Grid or flex grid

View 5 Replies

Flex And .net 2.0 Web Service - Allow Access From Other Domains?

Apr 30, 2009

I created a project in flex builder with application server type set to none. When I debug, I can access the web service from my local machine thats on a site [URL] When I upload the flex app to [URL] it works great.But, when I upload it to myapp.mysite.com/myapp.html it wont access the web service.

P.S. The WS was created with VB.net, and when I create a flex project with application server type set to .net, it wont access the WS from my local machine this is my crossdomain.xml file

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>

[code]....

My guess is that it isn't a flex problem, but a .net security feature... wich I don't know how to configure. .NET won't allow apps to use it outside of its own domain.

View 2 Replies

VS 2008 - Flex Actionscript - Create A Windows Client That Could Communicate With Server Using Protocols

Sep 23, 2009

I am going to create a gaming platform primarily with flash,flex and was also looking to create a windows client that could communicate with my server using these protocols. Could someone point me in the right direction on any possible .net libraries available that could handle the communications between client and server?

View 2 Replies

Flash Movie Playing Choppily Inside Flash ActiveX Control

Aug 19, 2008

Good day all,A Flash movie that plays fine when opened in a web browser is playing slowly and choppily in my VB 2005 WinForm application on the same machine.

View 7 Replies

Is A VB Variable The Equivalent Of An 'instance' In Flash And A VB Object Like A 'symbol' In Flash

Apr 15, 2009

Hi, I'm just beginning to teach myself how to do OOP in VB 2008 Express. I have a quick question after seeing a video online.Is a VB variable the equivalent of an 'instance' in Flash and a VB object like a 'symbol' in Flash? Is this what it means by a variable being a reference or pointer to an object and not the object itself?

View 5 Replies

Click The Shockwave Flash Player/flash/.swf Before It Will Exectue?

Mar 17, 2011

why is it i need to click the shockwave flash player/flash/.swf before it will exectue.

here's my code for shockwave flash player

Handles AxShockwaveFlash1.Enter
AxShockwaveFlash1.Play()
AxShockwaveFlash1.Movie = "C:UserscompnameDesktopflash1.swf"
Me.AxShockwaveFlash1.BGColor = Me.BackColor.R.ToString("X2") & Me.BackColor.G.ToString("X2") & Me.BackColor.B.ToString("X2")

View 1 Replies

Click The Shockwave Flash Player/flash/.swf Before It Will Execute?

Nov 16, 2010

why is it i need to click the shockwave flash player/flash/.swf before it will execute.here's my code for shockwave flash player

Handles AxShockwaveFlash1.Enter
AxShockwaveFlash1.Play()
AxShockwaveFlash1.Movie = "C:UserscompnameDesktopflash1.swf"
Me.AxShockwaveFlash1.BGColor = Me.BackColor.R.ToString("X2") & Me.BackColor.G.ToString("X2") & Me.BackColor.B.ToString("X2")

View 1 Replies

VS 2008 Flash Movie In Flash Control

Apr 10, 2009

Well I have a Flash Movie loaded in the Flash Control, And I need to reload it. (So the new base url is used) How do I do this?

View 1 Replies

Add A Flash Property Which Will Flash The Backcolor Red?

Mar 10, 2012

I need to modify a button so that I can add a flash property which will flash the backcolor red.Along the lines of RedLightButton.Flash = true.I have the following

Public Class RedLightButton
Inherits Button
Private WithEvents FlashTimer As New Timer
Private isFlashing As Boolean = False
Public Sub New(ByVal ButtonText As String)

[Code]...

View 5 Replies

Count The Duplicate And Show The Most Duplicate?

Mar 17, 2011

I have this data in txt file and the data keeps changing all the time.

[code]...

I would like to read all lines and compare, if the same name and same address is found, which is in the [......], then i need to count it and show the most frequent buyer!should i read it all and put in array, and compare and put the duplicate data and count into another array?

View 6 Replies

DB/Reporting :: Subtotalling Grid Per Row Using Flex Grid?

Dec 26, 2008

need to have a summation field in each row of a grid in visual basic. Each row needs to calculate the remaining quantity of its row and all other rows beneath it. Thus the subtotal field in the 1st row would equal the sum of the shown quantity field for the entire grid.The next row would include its value and all those beneath it. Its subtotal value would be less than the subtotal of the row above it (by the quantity value of the 1st row). My code for the grid is very simple I just can't figure out how to add this iteration.

View 3 Replies

Remove Duplicate Items But Leave At Least One Of The Duplicate Items In The List?

Mar 27, 2012

I have a List object and I want to remove the duplicated items but leaving at least one of the duplicated items in the list;I wrote something like this however I would optimize this code for better performance, is there something faster?

Const chars As String = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
Dim rnd As New Random()
Dim mylist As List(Of String) = Enumerable.Range(1, 100).Select(Function(i)

[code].....

View 3 Replies

VS 2008 (Flash Player Component) - Disable OR Remove "Settings" And "About Adobe Flash Player"

Jan 31, 2011

When I right click on the component area, a contextmenu appears.I want to disable this OR remove "Settings" and "About Adobe Flash Player..".I searched the internet for a solution,but almost all the suggestions were about the Visual Basic 6. Anyone knows how to correct this in Visual basic 2008 ? (And sorry for my English if there is a mistake )

View 1 Replies

.net - Tab Key Functionality Using Enter Key?

Dec 6, 2011

I have a form with nearly 20 Textbox and 5 Combobox and one control in dependent on the other,Now I want to write the code for the form in such a way that, Pressing Enter Key and Tab Key should have the same functionality.Like on pressing Tab Key the focus moves to next control should also be performed when I press the Enter Key.Similarly when I press the Enter Key, there is some process code written in key press event but this should also be performed when I press the Tab Key.

View 2 Replies

Add TCP Functionality To Game?

May 25, 2009

I'm a complete noob to VB.NET and have just made a tic-tac-to game and want to make it multiplayer over the the internet with direct conection via IP address (like CFS3 and the like).

The only thing is I have never used the this before and have searched loads on google and on this site, I just can't seem to find anything that I can understand so if anyone can help me out with where to start getting two machines talking, I have used the WINSOCK tool in VB6 before but didn't really understand it.

View 1 Replies

Cannot Get The Same Functionality To Work In .net?

Feb 6, 2012

I have used sockets in VB6 before but cannot get the same functionality to work in VB.net. I have two machines running VB code and I want the applications to exchange information via a network connection. Using VB6 and socks it was easy but I just can't figure it out in VB.net.The data exchanged are string messages; there is no interaction between users it's just the applications exchanging info. The one machine will always be the server and is running a windows forms application which I'm writing in vb.net (it's actually a satellite antenna controller) the other machine is connected by an Ethernet connection (private network these are the only two devices) and is also running a windows forms application which I'm writing in VB.net (this is the remote controller for the satellite antenna controller) Can someone give me a pointer to some simple code that opens a connection and I can read and write between the two (both ways) using string messages. I' am assuming sockets are the right way to go? Everything I research keeps coming up with console applications

View 4 Replies

Add 'remove Line' Functionality?

Jul 21, 2010

In the following code, the items master is displayed the user can select as many as needed to add to the budget grid. Now the need is to remove a line that was added if so desired or if by mistake they added the wrong line.[code]..

View 1 Replies

Arrays - Get The Dictionary Functionality?

Mar 3, 2010

I want to statically define a mapped array of strings like:

var dict = {cat:50, bat:10, rat:30}

and lookup values within it like:

MessageBox.Show( dict["cat"] )

View 2 Replies

C# - Additional Functionality Into Existing ASP.NET App?

Mar 16, 2012

adding certain functionality to an existing ASP.NET application running on IIS 6.0 programmed in VB.NET.To aid in future development the client wants the additional functionality to be as future proof as possible. Ideally i have said that I would like to push for a solution using ASP.NET MVC3, running off IIs 7.5 and .NET 4, written in C#. This solution would act as a seemless addition to the current web-portal appearing probably just as an extra tabbed page.

But they will be completely seperate web-apps. Which is crucial.The main problems i can forsee are firstly sharing session particulars between the asp.net web app and the new application. Particularly with regard to maintaining session state (and not having IIS timing out on one of the apps). Also, conjoining the two "apps" appears problematic in my head, although this may be far simpler than i fear.

1) Embed the new fuctionality into the existing codebase (not a great option). This would mean losing any potential future upgrade-ability and also means not following better OO conventions by utilising the MVC framework.

2) Using an iFrame to link to the razor pages of a seperate MVC3 app (the one im favouring currently). Allows uses of all new technologies, however downside is sharing session data. Either through iFrame "attributes" through persisting a session state to a db? (slow?) or even some kind of web service interaction between the applications to push/pull user/session data?

View 2 Replies

C# - Browse Folders Functionality In Asp.net?

Jul 14, 2011

I need my asp.net web app to enable users to select a folder from the file system and also from network, to copy the content files to another folder.

I am not going to use javascript activeX.

View 2 Replies

How To Add Mail Merge Functionality To App

Nov 24, 2009

I need to add in mail merge functionality to my application. I don't have MS Office, but I do have MS Works (which does have mail merge functionality, in the word processor application). Can the MS Works Mail merge functionality be accessed from VB.NET code.

View 1 Replies

Add Drag & Drop Saving Functionality?

Dec 1, 2010

I have a treeview which has lots of files listed in it that it has downloaded so far in it & I want to make it faster/easier to save files in my program rather than clicking save 100 times, is there a way I can make it so they can physically drag the item out of the app to a desktop/folder & have it save there? I am willing to do whatever coding it takes but just need a basis for how it maybe done.

Like I have a lot of files listed under multiple treeview items too though so can I also make it so when I drag a certain item it will make a new directory with all the files under it included? For this all I need is the basis of where they dragged to & what item they dragged then I can make the code to actually put everything where it's meant to be but I don't know if this is possible. I don't want to keep using the slower method of clicking save on each individual file or even the whole tree of items, while pretty quick I just want to do drag+drop instead. I will keep both methods in the program but have drag+drop in it I think could be really useful, I don't need to drag files into the treeview though, just drag items from treeview out to make it save the file(s).

View 16 Replies

Add Wcf Functionality To An Existing Website Project?

Dec 27, 2011

I have several asp.net website projects for various sites.Currently I want to add REST API's to these projects so I can start developing mobile apps (using HTML5/JavaScript/CSS3 and PhoneGap) that make use of these webservices.

Since WCF is far more powerful than regular asp.net webservices (among others with control over the service and authentication/authorization), I'd love to add these to my existing website project.

I did a Google search but cant find anywhere a step-by-step tutorial how this can be done. And also if there's any functionality I'd possibly loose when adding WCF functionality.I was also thinking of creating a new project specifically for WCF, but think I'd rather add it to an existing website project.

View 2 Replies

Adding In Some Bluetooth Functionality To Application?

Sep 9, 2009

I am looking at adding in some bluetooth functionality to my vb.net application. I require it to couple with a specified mobile phone (that is found by the app) than to be able to retrieve contact information, phone calls (made and recevied) and images from the phone.

Can anyone tell me what my best approach will be for this? If there are any good third party solutions that will do it? If it is actually doable? Im thinking that it should because im basically mimic'ing what all the new fancy cars do with their bluetooth phone compatibility.

View 1 Replies

Asp.net - Start Page Functionality Does Not Work?

Apr 24, 2012

I have an asp.net website, and i have set 1 page "search.aspx" as start page,and when i type url like this:" http://localhost/websitename/subfolder/Search.aspx"

it opens properly.but i want it to open when i type : " http://localhost/websitename/" like this only,

and i have set the "search.aspx" as start page.

View 6 Replies

Extend The Functionality Of The ToolTip Control ?

Nov 26, 2009

I need to extend the functionality of the ToolTip control...Problem: I need to show some introductionary instructions to my users the first time they see a new form based feature in my app. Something along the lines of: '...Welcome to the blah, blah, blah feature. To do this, click that, mouse here, press that so on and so forth...'

Then I want a 'Don't show this again' check box somewhere near the bottom so the 'welcome screen' can be supressed. Currently I'm thinking of loading an app wide form (Public Dim frmMyToolTip as frmToolTip) and using it's .TopMost property to ensure that when I show it, it appears over my modal form (I can Hide/Show at will.) Also without a caption or border, my users can't move it.

As it will be displayed on top of a Modal form, I need a Background worker component to run a timer which will hide the form after a set period. I can store the state of the CheckBox to stop the form from showing next time if user does not require it.

View 1 Replies

Forms :: .NET - Combobox Searching Functionality?

Sep 29, 2009

I have a combo box having multiple items and I want by typing the item should select automatically and combo box style should be "DropdownList" type.Let�s say I am typing "I" then country like "India", "Indonesia�,� Italy" should sort automatically. It is happening by default in VB.NET for one character.But I want If I type "India" this should select "India" instead of "a...." because my last character is a. in VB.Net it is selecting country like starts with "a�. But I want the full typing option should be present for the combo box.

View 1 Replies

How Some Programmers Made Autocomplete Functionality

Dec 11, 2011

i was wondering how some programmers made autocomplete functionality such that it also matches character within the string.Like for example, there are current records in the table of the database and these are:[code]When I start typing letter "E" in the textbox, i want that the autocomplete functionality suggest these records:

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved