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

    Cropping image using Cursor ??

    I want to crop a part of image using a VBNET what i had done is 1. Open the image 2. Show the image using picture BOX 3. Scretch the image if not fit into the Picture Box 4. Now i want to select an area in a pictureBox using pointer so i can crop the image in selected area and show it in...
  2. ridifvx

    help.. i can't write a file using streamwriter more than 1 KB

    Help...i have a small code to read a txt and write...into *.xhtml filein = new StreamReader("awalSol.txt"); fileout = new StreamWriter("info.xhtml"); string header; header = filein.ReadToEnd(); fileout.WriteLine(header); //after that i do a lot of adding a string into...
  3. ridifvx

    ListBox and Access

    HI guys... as usual newbie question :) ListBox can binding dataset right?:). well a big confuse then. i have an Access database (say it i have a.mdb and it has 1 table xy table, 2 field x and y). i can connect it with my app using OleDBconnection and manipulating using oleDBcommand. But 1.I...
  4. ridifvx

    How to replace a single word in text file?

    HI..i really need your help I have a single file call a.txt its contains many word "what" Now i want to make an apps which will change all the word "what" into the word "who" and save it into the same file..please of course it's not a homework..:) because i will do...
  5. ridifvx

    How to send a file using FTP on C#?

    Hi I want to send a file using FTP in my app. Well my app will send a file (ex. a.txt) into a web server with my login id:a password:b Can i do all automaticaly ( i mean login, and transferring a.txt with just single click..) how..please i'm really newbie thanks..
  6. ridifvx

    how read a drive content?????

    Uhm a newbie question :) well i want to read all of directory and file (*.*) from certain drive (i.e. C:\ or Cd-rom drive) and there result of it's is displayed on a single edit box.. Well i want to read the content of a cdrom and save it into memo field in my database..any sugestion...
  7. ridifvx

    NewBie Question: Calling NOTEpad from my app !!help

    HI i try to learn C# right now uhm basic question iF in VB NET there are shell() command to execute other *.exe in Windows system directory and VCPP has Winexec() to call other executable file what function in Visual C# to do equal action Help me please..with samples :) I know is silly...
  8. ridifvx

    ActiveX sms, whwre to buy?

    I want to send SMS using a data cable (COM) and my Siemens mobile any link or sugestion how to made a *.dll or buy sms activeX i tried to make one but is failed please anyone give me a link to find activeX/OCX/dll to send sms via datacable please
  9. ridifvx

    I have an old code (VB6) to test po

    I have an old code (VB6) to test port com1 which is connected with my phonecell.. i upgraded to VB.NET using upgrade wizards and my code change into like this Private Sub Command1_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Command1.Click Dim...
  10. ridifvx

    List Box contents save to text file HELP!!!!!!!!!!!!!!!!

    I tried to save a content of a list box to a text file in VB 6 i write the code like this Open "c:\temp.txt" For Output As 1 For i=0 To Listbox1.ListCount-1 Print #1, Listbox1.List(i) Next Close #1 Now i want to use savefiledialog in VBNET so when i click save button, the app...
  11. ridifvx

    Symbian Programming on Visual C++ NET

    Can i use VC++ .NET to program my phones symbian based..what i need any additional instalation, or SDK and whre i can get a good tutorial about this thanks and sorry to many question
  12. ridifvx

    themes XP in VFP 8.0

    HI.. i want to know a little about themes XP on VFP is there anyway to make the themes always availaible eventhough i execute the apps in Windows classic style Thanks in advance..
  13. ridifvx

    I got error using to call help when i install my FVP apps

    OK Bro i want to show my help system "kms.chm" i made a button and use this following code at button click thisform.AlwaysOnTop = .F. SET HELP on SET HELP TO KMS.chm HELP ID THIS.HelpContextID it's work properly in a FVP but when i distributed using Install shield the problem is...
  14. ridifvx

    RAMANI FAQS..about hiding main windows i have trouble please :(

    Ramani Suggest in faq about Hiding main windows was perfect but..my apps now cannot close properly..it's can't close when i click cross (X in the corner) button or close button in Unload and destroy event i write this code CLOSE DATABASES ALL _SCREEN.Visible = .F. CLEAR EVENTS any sugestion...
  15. ridifvx

    Mr. Ramani,Slighthaze HELP...................building .exe in FVP 8.0

    i make an app It's work fine at the VFP environment but when i tried to compile this project (become *.exe) when i clicked the exe one an error occurs like this: 1. Table is read only so i can't add a records or something help!!! how can i to make the table is not read only :( 2. The worst...
  16. ridifvx

    display a value from textbox/editbox in a report

    Hi.. i have a problem to get a value/text from a textbox or editbox and display it in a reports (field expression control) using expression builder..is there anyone can give me an expression builder code to solve this problem..plz i'm sorry i ask this because i can't find the solutions in a...
  17. ridifvx

    where is a group reports Wizard in FVP 8.0

    Bro.. I learn FVP and in my country there is no FVP version 8 books so i learn from book FVP v6.0 :( i want to made a Group/total reports but in FVP 8.0 there is no wizard for Group/total report some body helpme please to made group/total reports using one table on one database really thanks :)
  18. ridifvx

    Display a calculations in a separate field

    well i'm new in VFP version 8 (3 weeks) i am migrating from VB :) and now i have problem (rookie problems) i made a form with a 'mark' database. one of this field is related with the other two fields...i have three fields :) 1. credits (a numeric) display in txtsks 2. marks (a character...
  19. ridifvx

    Just about free tutorial

    Good day I'm a newbie in Visual C#..i just have 2 books the 1st one is inside C# and the second one is C# as OOP..my question is are there any valuable tutorial in a net ..(just like pdf file or html ) so we can download it to gain my knowledge Thanks

Part and Inventory Search

Back
Top