Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
Member Avatar for MukeshZ

Hi, I want to read csv (Comma Separated Values) file content in VB.Net I want read entire values in file store in the fixed blocks ( say array ) Please guide me for reading the csv file content in VB.Net. Also how to get count of the data in csv …

Member Avatar for deceptikon
0
19K
Member Avatar for Pja

Hi, can anyone help me. I've trying to display existing word document in vb.net but i keep getting this error: D:\System-new\DLIMS\PSM2\FormUserGuideWord.vb(58): Type 'COMExceptionMessageBox.Show' is not defined. I have add reference (Microsoft word 11.0 because im using ms word 2003) to my project but i still cannot display the word document. …

Member Avatar for Reverend Jim
0
2K
Member Avatar for KillerOfDN

Hey guys/girls... I am looking to constantly check to see if a variables value has changed. An example below might be simular ' If the value of this variable ever changes - perform some action Dim str As String = "" However, using a timer seems inefficient as I have …

Member Avatar for elbakai
0
11K
Member Avatar for KillerOfDN

Hey guys, I have a domain and sub domain set up using hosting services from data flame, the sub domain is set up as a physical sub domain. The sub domain hosts the CMS so I need to upload (product) images from there to the main domain. I spent a …

0
117
Member Avatar for KillerOfDN

Hey Firstly, I have a WPF solution with [I]n[/I] amount of classes. I have instantiated the classes and assigned them to an array of type Object. So far I have 2 elements to my array (Class A and Class B) I am simply trying to add this array to the …

Member Avatar for Blorgle
0
338
Member Avatar for KillerOfDN

Hey kind people! How do I remove duplicate Rectangles from my List<Rectangle> in C#? Thank you

Member Avatar for KillerOfDN
0
917
Member Avatar for KillerOfDN

Hello all, I have created a wpf application and have run into a couple of problems... :-( I have published my project, copied the (published ClickOnce installer) files to another computer, installed my app and it stops working as soon as I launch... My problem seems to occour only on …

Member Avatar for sknake
0
91
Member Avatar for KillerOfDN

I am performing an installation on 15 client computers. I'm installing Windows XP Professional using Remote Installation Service (RIS). I've not used RIS before and am unsure how the RIS server will recognise the different clients. So I guess my question is: How does a RIS (Remote Installation Services) Server …

Member Avatar for caperjack
0
43
Member Avatar for KillerOfDN

Hey guys, I have a brother (aged 23) who plays world of warcraft day in, day out. He plays for up to 16 hours a day, has no job and is becoming dumber by the day. The game has taken over his life and is seriously damaging his life, the …

Member Avatar for KillerOfDN
0
110
Member Avatar for KillerOfDN

Hey girls/guys of the dev community, Ok, I have a project I wish to begin work on but am not entirely sure how I should start. I need to change hundreds of values in script file, for this I am trying to make an interface, similar to the properties dialog …

Member Avatar for Ramy Mahrous
0
71
Member Avatar for KillerOfDN

Hey guys, I have a problem with a game me and a friend are creating... We have just set up a Server and Client through the use of Sockets... My friend (at an external location to me) can connect to my server when I forward the port we choose (in …

Member Avatar for LizR
0
300
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
363
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 KillerOfDN

Hey guys/girls I am having trouble adding Nodes from a TreeView into a TreeViewCollection My code below: [code] Dim treeNodes As TreeNodeCollection For Each node As TreeNode In TreeView1.Nodes treeNodes.Add(node) Next [/code] I am getting Object Reference not set to an instance of an Object error... There is no Constructor …

Member Avatar for KillerOfDN
0
76
Member Avatar for dhanashreegd

I am currently using a database within my program and I have no problem backing it up or restoring it when i am simply debugging. However if it is published and downloaded it cannot find the path that it needs to get to the database to copy it. My code …

Member Avatar for KillerOfDN
0
141
Member Avatar for happyns

I am using microsoft access in doing a program in ASP.Net using VB.Net language. I want to know how to create dll file. Could anyone please guide me in this aspect. Thanks alot in advance.

Member Avatar for KillerOfDN
0
48
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
193
Member Avatar for sdimantova

I am making a program to list all files in a listview (currently it lists the file name, file path, last access date, and size) in a specified directory, and I want the user to be able to select files using checkboxes, click a delete button, and see those files …

Member Avatar for KillerOfDN
1
688
Member Avatar for sisi

Hello i need help about hide and show form . Can anyone provide code to write for hide form and show other form thx you

Member Avatar for sisi
0
136
Member Avatar for KillerOfDN

Hi, I am stuck on some code I have to upload a file to my FTP server. I keep getting an error: The remote name could not be resolved: 'ftp.mywebsite.com' [code] ' set up request... Dim clsRequest As System.Net.FtpWebRequest = _ DirectCast(System.Net.WebRequest.Create("ftp://ftp.mywebsite.com/test.txt"), System.Net.FtpWebRequest) clsRequest.Credentials = New System.Net.NetworkCredential("username", "password") clsRequest.Method = …

0
59
Member Avatar for KillerOfDN

Hey guys/girls. I am a a student (entering second year) and am looking to raise some cash to get through tough uni times :) . I have just started up my own website on which I aim to help others learn .NET programming, and sell some of the software I …

0
57
Member Avatar for mstester

Hey all, Is there a way that I can detect when any key has been pressed? Basically I have a login box and if the user has Caps Lock on and tries to enter his password a Tooltip apears, however as soon as they type again I want the tool …

Member Avatar for KillerOfDN
0
111
Member Avatar for RiddlerLG

Title says all, its summer and my job doesnt take up to much of my time, i would like to learn/become a computer programmer i just recently became interested. What i need help with:-Which type of programming i should start off(c, c++, etc.) -website/ the forum community that will help …

Member Avatar for KillerOfDN
0
101
Member Avatar for KillerOfDN

Hey. I would like to ask for help regarding SQL server. I have developed a client-side application to run on my clients' agents machines. They will use this software to add items to a cart and print an invoice, in addition to the program eMailing my client to notify him …

Member Avatar for ericstenson
0
92
Member Avatar for tratak

Hello ! Help me with some sample, please ! I want a sample code, if it is possible, to access a same function (same name of functions) in different modules, by date. Ex. for date 31.01.2008 I want to use function "MY_FUNCTION_A" from module 31012008; for date 01.07.2008 I want …

Member Avatar for KillerOfDN
0
100
Member Avatar for KillerOfDN

Hey guys/girls. I just bought a domain from [url]https://www.123-reg.co.uk[/url] and assumed it was going to be easy to upload my own .html file and set this as the home page on my domain. I have the option of Framed web-forwarding, which I have done - directed to a .html file …

Member Avatar for KillerOfDN
0
177