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 TouchToneTommy 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: aspro
  • Content: Threads
  • Order by date
  1. aspro

    fwrite adds unwanted /n to text file

    This problem has me baffled. I have a form which outputs the lines of a txt file into a table creating links. for each link there is a radio button which sends exact line form the txt file to the action page when the button is pressed. In the action page all I want to do is put all of the lines...
  2. aspro

    how to use store procedures

    I have a little task that I have been set which requires me to retrieve data from a database via a store procedure and display the result in the grid. my first problem is that i have never used store procedures before so maybe someone could point me in the direction of some good tuts because...
  3. aspro

    converting string to a decimal number

    hey I am making a calculator program that will take the input from 2 textboxes and then times them together. it works fine if I use system.convert.toint32 but once i enter in a number like 45.25 it has trouble because of the decimal point. does anyone know of a better way to calculate the...
  4. aspro

    a simple if statement that wont work

    Obviously I am missing something quite simple but I just cant see it. I want convert a number entered into a text box into words. eg. $12.10 to be twelve dollars and ten cents. Im putting the number into an array but for some reason when the loop gets to the decimal point it does not skip it...
  5. aspro

    simple if statement that wont work

    Obviously I am missing something quite simple but I just cant see it. I want convert a number entered into a text box into words. eg. $12.10 to be twelve dollars and ten cents. Im putting the number into an array but for some reason when the loop gets to the decimal point it does not skip it...
  6. aspro

    making a datagrid like microsoft outlook

    Hey, I want to make a datagrid or listview like the one in microsoft outlook 2003 which has the little flags on the right hand side of the mail list. I want to be able to have a little flag icon which can be toggled on and off. Does any one know how this can be done?? Any help will be greatly...
  7. aspro

    Adding images to listview

    Hey I have my listview at the moment with the columns- Name Date and Status. I would like my 4th column "Flag" to have a little flag image in the row but i am not sure how to add images to the listview. Any help in this area would be great. Thanks in advance, aspro
  8. aspro

    Cannot download file using webclient

    Hi I wanted to be able to download a file from a web server using the downloadfile method. I have successfully managed to download the file (which is a small text file), however the text file is empty when it should have text in it. My download code is as follows Private Sub...
  9. aspro

    Deleting a file using thw webclient

    I know you can delete files and folders using the directory class but is there a way to delete a file that is located on a web server, using the Webclient? Many thanks, aspro
  10. aspro

    Edit table colour in repeated table of template

    I have a template which has a repeating table in it where all of the columns are editable but I want to be able to edit the colour of the cells however the template will not allow it. Any help with this one would be great, aspro
  11. aspro

    Can't change a post form variable at run time

    Hi, I am setting up a mailing list and it all very new to me. I was given some code for adding people to the list however no removing. what i have is 2 radio buttons (subsribe and unsubscribe) which u choose before submitting the email address. when the unsubscribe button is chosen i wanted the...
  12. aspro

    how to change the name of a control using thing.name=

    Hi I want to chnage the name of a group box during a procedure call in my code. I tried using groupbox.name="newname" but it made no difference when I stopped debugging. Can anyone help please? Many thanks, aspro
  13. aspro

    PocketPC app - icon not displaying

    Hi, I am developing a smart device application for PocketPC platform using VB.net. My problem is that when I build the cab file, and install on my end device, the icon is missing. Even though I have selected an icon and included it in the project, I just cannot get it to appear. Is there...
  14. aspro

    Does anyone know anything about printing?

    Trust me I have been looking for days for something to help with my printing problem. All I want to do is find out how I can word wrap but no one seems to know. My app receives strings from a database and I want to print them all out however some of them are longer than the page width and when...
  15. aspro

    How can I word wrap text for printing?

    I am using printdocument to print strings that come directly from a database. The problem I have is that the strings are usually longer than the page margins so when it prints it simply cuts the string so that you only see what fits on the one line. I have calculated how many lines there can be...
  16. aspro

    Help with printing dynamically

    I have windows forms that are filled in and saved in a database-question and answer. When the print option is chosen by the user, the database spits out the data and it is printed using a for loop to increment the x,y co-ordinates. The problem is, my margins of 100x4 are not working and i cannot...
  17. aspro

    Can't get my help button to appear in a mdi

    Okay I am using a MDI where different windows forms open up on menu command (made with vb.net). The forms open up maximised so the control box is in the mdi. This means that if I have a help button on a form it doesn't show up unless I minimise the form. How can I stop the application setting...
  18. aspro

    centering text on page when printing

    I am trying to print a windows form i have created in VB .net. When printing the heading i use ev.Graphics.DrawString(Label1.Text, headingFont, drawBrush, 390, 7) This is puts it in the middle but not if the DPI changes. I am pretty much at the end of the line so any help would be greatly...
  19. aspro

    Mouse hand cursor flashing for unknown reason?

    Can somebody please have a quick look at the site http://www.bcansw.com.au And move your mouse over the "Whats New" flash movie on the left. The cursor keeps changing between the hand and the arrow and I have no idea why?? The scroll banner is on a frame but I think it might still have...
  20. aspro

    Changing a link on a swf file

    I have a .swf movie clip which has an onrelease.getURl the problem is that I want to change the URL but i cannot figure out an easy way to do it without making the whole thing again. Please help, aspro

Part and Inventory Search

Back
Top