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...
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...
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...
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...
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..
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...
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...
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
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...
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...
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
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..
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...
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...
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...
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...
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 :)
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.