Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: leearach2004
  • Order by date
  1. leearach2004

    Saving XML Packets To XML File

    I have an application that nneds to save an XML Packet back to an XML file. I can send the packet to the asp.net we service but do not then know the code to save the packet back to an XML file. Anyone know how to save an XML packet to an XML file in asp.net(prefer using vb if required)...
  2. leearach2004

    Paging objectlist in a form, problems

    Hi there I have an objectlist that is poulated from a sql database, this works fine. I have set pagnate to rue on the form porperties and have set the itemcount to 5 on the objectlist, this is fine. The paging works fine adding the next and prvious links automaticly as it should. BUT i also...
  3. leearach2004

    problems with postback on mobile forms

    Hi there I now know what the problem is dont know how to solve it though, the form load veernt for my forloc is running wqhen the page first loads and then again when the form loads, why is this happening anyone have any ideas im so frustrated lee
  4. leearach2004

    problems with postback on mobile forms

    Hi there I have a collection of mobile form within on aspx file. I am having problems with the postback feature for a listbox. I had a mobile form as my main page when i satrted designing and it worked fine but now i have added a new main form and had the origonal as a sub form it no longer...
  5. leearach2004

    Pass variables from one mboile form to another

    thanks alot thats what I was looking for just made my day never thought it would be that easy with all the information other people have told me thanks alot much apreciated lee
  6. leearach2004

    Pass variables from one mboile form to another

    hi there thanks alot thats what i need to do dotn need a popup form just a normal second form, i read the link that u posted but that dosent tell u how to pass data from one form to another, how do i use this reponse.redirect with sessions to ransfer the data from 5 labels on one form to five...
  7. leearach2004

    changing textbox background color

    tried that doesnt work even setting hte colour in the properties box doesnt show up on the form apperntly acording to microsoft the color tag is ignored on mobile forms, but it has to be able to be done as i have seen mobile sites that have coloured text boxs
  8. leearach2004

    Pass variables from one mboile form to another

    Hi there I have 2 mobilr forms in one aspx file, I have 5 labels on the one form displaying some information in then need when a command button is pressed to go to the next form and display the same information but in text boxs. How do you pass text from on mobilr form to another using vb...
  9. leearach2004

    mobile text box background color

    No cannot change the colour of any controls background for some reason, i am using mboile forms
  10. leearach2004

    changing textbox background color

    No its on a mobile form lee
  11. leearach2004

    changing textbox background color

    Hi there I am using vs 2005 to create a mobile web application using asp.net I have a textbox that is populated from an sql database. After it is populated i wish to check the text and assign a background colour to the texbox depending on the text within it. The problem I have is that i canot...
  12. leearach2004

    mobile text box background color

    Hi there I am new to creating mobile web applications using vs 2005. I wish to change the background colour of a mobile text box at runtime, displaying green background if the value is 1 and red if it is 0. I can change the background of the whole form by using if(textbox.text = 1)...
  13. leearach2004

    Sound volume problems using flash mx

    Hi there thanks very much oklnewbie just the ticket great turtorial thanks alot for the help lee
  14. leearach2004

    Sound volume problems using flash mx

    Hi there, I am creating a flash based game and have use the following actionscript to use sound effects within the game _root.shipsound = new Sound(); _root.shipsound.attachSound("boostexp"); _root.shipsound.setVolume(10); _root.shipsound.start(0,0); this code runs fine for bullet ecploision...
  15. leearach2004

    flash lite 1.1 content error 5

    Hi there hope somone can help im starting to get realy frustrated with this error. Im great with flash mx and 8 programing but have just branched into mobile design. I have just added some _aplha transparancy actionscript to my code and now I get an error that says ' Content error 5...
  16. leearach2004

    basic sprite AI in director problems

    Hi there i am new to director programing but understand the basics of lingo. I am creating a simple childs game that has one character that needs to collect objects by moving around a 2d screen that had walls in certain places. This works fine as does the wall hit test. But i also want another...
  17. leearach2004

    sending a variable to vb from flash

    Hi there I have a problem that is realy boggoling me I have a vb project that calls a variable from a flash movie using Dim mess = Me.AxShockwaveFlash1.GetVariable("/:mess") this works fine the problem i have is in my flash movie i am using on (release) { var mess = "bob" //var mess =...
  18. leearach2004

    remove border from web browser control

    Hi there i am using visual studio.net 2003 lee
  19. leearach2004

    remove border from web browser control

    Its probebly me being stupid but I have .net 2.0 installed and .net1.4 and .net 1.1 and i use visual studio.net lee
  20. leearach2004

    remove border from web browser control

    i am using visual studio.net and add the axwebbrowser control which is fine but when it is run it shows a 3d border arounf the control, it is that i need to remove lee

Part and Inventory Search

Back
Top