Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~41.3K People Reached
Favorite Tags

47 Posted Topics

Member Avatar for razamughal67

Hello experts i need help about screenshot code. i have two form ( Form1 & Form2 ) form1 have one button and picturebox. and form two is empty. i want to take screenshot with form width and Height. mean's where i move form2 and press Command1 button on form1 then …

Member Avatar for rproffitt
0
545
Member Avatar for razamughal67

We add a Default Tweet Button API on my site. it's work perfect and load new window and send the tweet. but i want to get the value of the tweet count id. or if anybody click on the tweet button and submit a tweet . then my page show …

Member Avatar for razamughal67
0
387
Member Avatar for razamughal67

Hello everyone i have a google blog and we post many pages in my blog. and we add a div like <div id='header'> . the header div show all of the pages but i want to show my header only main page. 'www.myblogsite.blogspot.com/' and hide all of other pages using …

Member Avatar for razamughal67
0
230
Member Avatar for razamughal67

Hello Everyone i am new in java language. and iwant to hide any <div> tag on my site site example: 'www.mysite.com' and i have a div in my website. like <div id='header'> when we load my site the java script run and check my site url. 'www.mysite.com' if the url …

Member Avatar for razamughal67
0
170
Member Avatar for razamughal67

I am trying to send Email using email sending software through smtp server But I am getting this Error. The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response was not available we use 2 other email accounts but the same …

Member Avatar for razamughal67
0
470
Member Avatar for pito_donje
Member Avatar for razamughal67

hello everyone i want to fill description box below the link in vb6 when we press a command botton we use already many types of commands to fill this page form fields. everything is ok but description text box not fill. please give me a source code . what can …

0
165
Member Avatar for razamughal67

I have a 2 textbox 1 text box is empty . text2 is multine true second text box have some words. text2 text Example : "12345 is my number and 03451234567ddddsfsa somethingis wrong034512345find 03451234567" .............. i want to find 03451234567 11digit number in text box with first 3 or 4 …

Member Avatar for Reverend Jim
0
319
Member Avatar for jemartalaban_1

Don't worry dear use try this. I hope this is helpful to you. Private Declare Function InternetGetConnectedState Lib "wininet" (ByRef dwflags As Long, ByVal dwReserved As Long) As Long Private Sub Timer1_Timer() If InternetGetConnectedState(0, 0) = 1 Then lblResult.Caption = "Connected" Else lblResult.Caption = "Not Connected" End If End Sub …

Member Avatar for Klahr_R
0
2K
Member Avatar for razamughal67

Hello every one i have a problem webbrowser1 cannot fill textarea. we use already a command to fill form in my another projects. this command work fine. but in this site this command could not work. web1.Document.GetElementById.All("description").Value = Text5.Text Kindly help me to solve my problem. cause we invest 1600$ …

Member Avatar for razamughal67
0
197
Member Avatar for razamughal67

How to Extract url links to a url web address. Hello everyone i hope all is well. I want to extract all link to a Url Address in a list. for Example: i have a url link : www.geynstuff.com now we want to get all Url link in a listbox …

Member Avatar for jhai_salvador
0
843
Member Avatar for razamughal67

Hello every one i want to send emails to other peoples. i want to do this. when i type any email adress in text field and when we click send button to send email to text field Email address. simply i want to send mail different email addresses. if any …

Member Avatar for razamughal67
-1
292
Member Avatar for razamughal67

Hello, everyone i have acer aspire 4520 laptop when we start my laptop and press F2 Button and open Boot Menu when we use ( left , right buttons on keyboard and change Tab ( Information, Boot, Exit ) so it work could not held.And when we change Tab ( …

Member Avatar for razamughal67
0
357
Member Avatar for razamughal67

Hello everyone i have a problem we make a flash website and upload to the internet now after uploading it's creat a problem we make a folder of images (Small_Thumb) in this folder my all catalog pictures but it cannot show in frames. when we test my all websie in …

Member Avatar for razamughal67
0
112
Member Avatar for razamughal67

Hello everyone we search many days to create a php mail contact form in flash 8 and after all we cannot make this Acually we want to add more fields in my flash contact form please anybody help How to more fields we use this Action Scripts in Flash and …

Member Avatar for pritaeas
0
192
Member Avatar for abu taher

Hello abu tahir 'if you want to minimize other forms but form1 cannot minimize so 'try this: 'if you will use 3 or 4 forms see it Private Sub Command1_Click() Form2.WindowState = 1 Form3.WindowState = 1 Form4.WindowState = 1 End Sub Private Sub Form_Load() Form2.Show Form3.Show Form4.Show End Sub ' …

Member Avatar for Qesha carol
0
1K
Member Avatar for Silentme

you have two options which color you will use in you form background Private Sub Command1_Click() Label1.BackColor = &HC0C000 End Sub Private Sub Form_Load() Label1.BackColor = vbRed End Sub

Member Avatar for mustaffa hasan
0
3K
Member Avatar for razamughal67

Hello to all simply when i delete a file and the file is goto recycle bin after deleted. when we use ( Kill ) command then my file delete direct and cannot goto recycle bin please help

Member Avatar for deepakbshitole
0
1K
Member Avatar for razamughal67

Hello everyone we use a listview box and we add some path's of the files in list and now we want to show the file icon with in file path example: listview1.item.add " D:\test.txt" listview1.item.add " D:\picture.jpg" now we want to show these files icon in my listview please tell …

Member Avatar for Jx_Man
0
2K
Member Avatar for razamughal67

Hello everybody we want any code of vb6 if any file is run in any drive then we show a message ` Example g: is my usb drive nkow when we attach my usb drive in my system then a file for example( autorun.inf) is run automatically or if we …

0
85
Member Avatar for razamughal67

Hello every one we want to show a drive contains files and folder i mean which files in a drive example we use a label1 and we want to my C:\ drive containg files

Member Avatar for Jx_Man
0
195
Member Avatar for LFCDay123

if you want to show form1 and form2 at a time and now you want to close or just hide form2 and show first form1 again Now you want when you close form2 then you form2 settings of the text boxes will cannot reset i mean when you open any …

Member Avatar for razamughal67
0
198
Member Avatar for razamughal67

hello every one How to Hide and show a folder And hide or show all files in this folder example if we want to show a folder (C:\Documents and Settings\Default User) then show all files and folder in this folder fo example many folders hidden in this folder i want …

0
99
Member Avatar for razamughal67

Hello everybody i have a serious problem i have a pentium 4 system and after some day we start my computer but it cannot display the screen shot on monitor we check ( change a new Ram, Hard disk, CD rom, and change a new VGA, and change a new …

Member Avatar for razamughal67
0
125
Member Avatar for razamughal67

Helo every one please tell me anybody where is the save a rar zip file password we download a rar file and it is a password protect we use many softwares but we cannot find his password i think if we use a rar or zip file password then we …

Member Avatar for jackbauer24
0
240
Member Avatar for razamughal67
Member Avatar for razamughal67
0
439
Member Avatar for John Linux

what you mean change the file name and copy in a folder are you want to a move copy of your file with a new name and move in another folderor change the orignal file extention and rename explain

Member Avatar for histrungalot
0
252
Member Avatar for razamughal67

Hello Brother i hope all is fine i want to show windows media player visualiZation level i mean when windows media player play any file then change the window media player sound level up and down with a base wave quality same thing the kmplayer if you cannot understand so …

0
90
Member Avatar for razamughal67

Hello everybody How to show usb drive letter when we attach my usb to my computer example: we use a label or textbox and one timer now we want to do this we start my project and attach a usb drive to my pc the lebel or textbox show much …

Member Avatar for razamughal67
0
2K
Member Avatar for razamughal67

Hello every one i think all is fine i want to open a folder with a file path Example: i have a file path c:\testfile.txt now we want to open folder of this file where save my testfile.txt file using a command botton i mean {open containing folder} please help …

Member Avatar for razamughal67
0
10K
Member Avatar for razamughal67

Hello everybody please tell me How to format a write protected usb . we format in windows 98 and windows xp and we use a ghost bootable CD and try to formate in boot time But it cannot formate. i know many virus in my usb but when i attach …

Member Avatar for razamughal67
0
253
Member Avatar for razamughal67

Hello to all we make a simple loading bar in vb6 and two command botton exit and start loading bar and we create setup .exe and now i want to run my application in boot time using a boot Cd i mean when we are use a Ghost boot able …

Member Avatar for C0ding
0
160
Member Avatar for razamughal67

Hello to all i want to format usb drive in vb6 we use a drive box 1 command botton 2 labels 1 check box and 1 loading bar we want to do when i select a drive in drive box example: D:\ Drive the label caption show drive memory size …

Member Avatar for Jx_Man
0
465
Member Avatar for razamughal67

i want to delete any file and folder parmanently in my hard disk sometime when we delete any file and folder. after using a data recovery software they will be recover and come back .but i want to do something so the files cannot recover after using any data recovery …

Member Avatar for razamughal67
0
986
Member Avatar for razamughal67

Hello everybody i want to get recycle bin all files and folders in a list box using visual basic 6.0 please help me to solve this problem

Member Avatar for Jx_Man
0
381
Member Avatar for razamughal67

Hello everybody please tell me How to select costum index in a list in vb6 i have a listbox & a command botton & textbox example: we add some items in a listbox list1.additem = "google.com" list1.additem = "Gmail.com" list1.additem = "myspace.com" list1.additem = "youtube.com" list1.additem = "facebook.com" list1.additem = …

Member Avatar for razamughal67
0
1K
Member Avatar for razamughal67

Hello everyone i want to get all file in a folder to a listbox using visual basic 6.0 example: i have many files in a foldre mp3,dat,mpg etc file in D:\musicfolder and we use a listbox and a timer or command botton when i click on command botton then listbox …

Member Avatar for razamughal67
0
5K
Member Avatar for razamughal67

Hello EveryBody i want to change a file extention property in visual basic 6 Example; i have a File test.txt or test.jpg what we want ? and we use a command botton and two textbox Text1.text = "C:\test.txt" 'Textbox 1 is my file path Text2.text = ".pdf" or ".psd" ' …

Member Avatar for razamughal67
0
1K
Member Avatar for razamughal67

Hello Every one Please Help me on My problem i want to close a application proccess in taskmanager using vb6 Example: we open a notpad.exe and we want to close it using visual basic 6.0 to this way we have a Command botton Private Sub Command1_Click() ' Here my command …

Member Avatar for Jx_Man
0
2K
Member Avatar for razamughal67

please solve my problem i want to know where we show text when we use copy cut command Example: we use a command Ctrl+C or Ctrl+X any text in textbox or any file or folder i want to view his clipboard where it link save OR view in Registry or …

Member Avatar for BitBlt
0
440
Member Avatar for razamughal67

Hello everyone some time we delete the files and folders but they cannot delete it say the file or folder use another system process or Access denied please help me and give me any code of vb6 i want to unlock files and folders Thanks

Member Avatar for WaltP
0
404
Member Avatar for razamughal67

Hello i hope all is well I want to block many porn websites in my computer i am new in vb6 and i want to block website in secret where cannot find anybody and cannot unblock website Just we unlock the website Please help me if not block using vb6 …

Member Avatar for razamughal67
0
299
Member Avatar for razamughal67

Anybody know how to show physical ram memory in label1.caption using vb6 please tell me a simple source code

Member Avatar for ChrisPadgham
0
215
Member Avatar for belber

Hey Brother i am Raza and i am new in vb6 but i am trying to make a larg system speed up and cleaner software By the way i have a link to download vb6 skin check it i hope it help. [url]http://www.4shared.com/get/-jiohnRr/vbskpro2.html[/url] here is the full vb6 skinner.ocx file …

Member Avatar for belber
0
215
Member Avatar for razamughal67

How to delete Temporary Internet Files using visua basic 6.0 Hello everybody I think all is well. I want to delete all files and folders in local settings folder in c: drive Using Visual Basic 6.0 Example: C:\Documents and Settings\RazaMughal\Local Settings\Temp C:\Documents and Settings\Don't Worry\Local Settings\History C:\Documents and Settings\Razamughal\Local Settings\Temporary …

Member Avatar for debasisdas
0
335
Member Avatar for razamughal67

Hello Everybody, After many days search i cannot find any source code or project of shockwaveflash1 object play swf files one by one. I want to get any project or source code of visual basic 6.0 Actually i trying to make swf player and swf player play next swf file …

0
121
Member Avatar for razamughal67

Hello I want to copy paste and delete text to html text box using vb 6 we make a webbrowser and open any website and change text to the webbrowser textbox values please help any body give me a small project of source code thanks razamughal67 [email]razamughal67@yahoo.com[/email]

Member Avatar for debasisdas
0
52

The End.