Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ruchika beddy

hey frnds, I know the foll one line code which is shown below-- that returns the System32 Path . ?environment.GetFolderPath (Environment.SpecialFolder.System ) "D:\WINDOWS\system32" But i want the Function that Returns the above code. Did Somebody knows that??????

Member Avatar for darkhunter5577
0
214
Member Avatar for ruchika beddy

Hey frnds,On BOtton Click I want the dll to be unregisterde. I write the foll. Code on Button_Click,but when i click on delete button.pop msg is there.i do not want this msg to be dsiplayd. Plz help me out,Mine code is as Under.. Microsoft.Execute.Shell("regsvr32 sonia.dll -u"). Is there any other …

Member Avatar for selvaganapathy
0
77
Member Avatar for ruchika beddy

I know How to Delete a Textfile , I even know how to write the temp string data into a TextFile. But i do noy know how to delete from String array,into which i read all the data of the file. Mine Code is as under,Plz help me out. I …

Member Avatar for dmf1978
0
365
Member Avatar for ruchika beddy

hey frnds, Can somebody tell me how to extract icons ,Cz I have no idea from where to start.

Member Avatar for dmf1978
0
144
Member Avatar for ruchika beddy

Below is the code in VB. I want GetSetting + SaveSetting in VB.Net--- [b]VB[/b] Call SaveSetting(App.ProductName, App.title, "CheckBox1", values) call CheckBox1.value=GetSetting(App.Productname,App.title,"CheckBox1",VbUnChecked) [b] VB.Net[/b] Call SaveSetting(Application.ProductName, Application.ProductName, "CheckBox1", values) Abive SaveSetting is rite or not??? Secomdly. what is the code gor GetSetting???

Member Avatar for iSoftware
0
1K
Member Avatar for ruchika beddy

There are two Textboxes & One button on mine form. I save the Textboxes data to the TextFile on Button click. I want the data in the TextFile as : STUDENT RECORD INFORMATION Roll : 1 Name : Ruchi Roll : 2 Name : Ruchika Mine Code is as Under- …

Member Avatar for ruchika beddy
0
110
Member Avatar for ruchika beddy

I have a TextFile that contains Records. On Form Load I m saving those records into the listview. I set the MultiSelect property of the listview to true. I have one button, I want that suppose user Selects multiple items in the listview by using ctrl. & Click on Button,Firts …

Member Avatar for ruchika beddy
0
142
Member Avatar for ruchika beddy

hey suppose I have 3 Rows Items in a ListView. I want that when i Click on Row1 msgbox comes Yogesh 0 When I click on Row 2 Msgbox Comes Yogesh 1 & SO ON> But with mine code- When I click on Row1 msgbox comes Ruchi 0,Ruchi 1, Ruchi …

Member Avatar for KillerOfDN
0
194
Member Avatar for ruchika beddy

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim i As Integer Dim lvitem As ListViewItem For i = 1 To 5 lvitem = ListView1.Items.Add("1") lvitem.SubItems.Add("sonia") Next End Sub Above code add the five items in a listview with checboxes before each item. When we run …

Member Avatar for ruchika beddy
0
127
Member Avatar for ruchika beddy

hey, frnds I have two forms Forn1 & form2,On Form2 I have three Texyboxes & on form1 i have listview with three Columns. I m sending the text from textboxes to listview. I want that Multiple Rows should be added. Suppose i write the value in three textboxes,with my code …

Member Avatar for selvaganapathy
0
121
Member Avatar for ruchika beddy

hey,Frnds I Have tried the Fill. Code,But the Foll. Code returns the no. of charcters of the File,But i want the File Size on Disk in KB. Can u Plz help me out. Imports System Imports System.IO Dim filelength As Long = 0 Dim objfile As New FileInfo("D:\Documents and Settings\Administrator\Desktop\URLs[1].txt") …

Member Avatar for Jx_Man
0
605
Member Avatar for ruchika beddy

I m Using the Foll. method to Read the Contents of a File. If i m reading the doc,txt prog is working file. I m using the File "D:\pagefile.sys", ERROR is there,The process cannot access the file 'D:\pagefile.sys' because it is being used by another process. how To Read Contents …

0
68
Member Avatar for ruchika beddy

I do not find Commnon Dialog Control in the toolbox,Can somebody plz tell me from where to drag the control? I have just General Tab in my toolbox????

Member Avatar for choudhuryshouvi
0
504
Member Avatar for ruchika beddy

UseMnemonic -> Set this property to true, if you want to display a character in the captio property of the label as an access key. Suppose I write in the Caption property of the label--? &Ruchi. I know access key is invoked by ALT + letter that is underlined. But …

Member Avatar for ruchika beddy
0
129
Member Avatar for denniskhor

can anyone help me how to programming the list box code in the VB6? i wan display the item i input in interface text field and combo box, then can display at the list box in that interface too.. pls provide the programming code for me.. thanks..

Member Avatar for Jx_Man
0
2K