Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
2 Endorsements
Ranked #621
~8K People Reached
PC Specs
Windows 7 Ultimate x64, AMD Phenom II, Forsa Geforce GTS450, etc
Favorite Forums
Favorite Tags
Member Avatar for TheDocterd

Hi I want to know if I can search my database, with the help of a text box. When the search button is clicked, the results is displayed in a list box so that the user then can select the result that suits him and then add that text to …

Member Avatar for Ketsuekiame
0
2K
Member Avatar for TheDocterd

Hi All I am looking for a way to pass certain columns from a datagridview to a previous form. The columns i want passed is clientname, contactdetails, email, cellphonenumber, telephonenumber and faxnumber. How it works is as follow: In my form I have some read-only textboxes. Above them I have …

Member Avatar for d00garuz
0
271
Member Avatar for TheDocterd

Hi All I have a small app. What is does it reads an html file for certain keywords (like e9, e5, e21, etc.) When any of those lines are found it must add a link in html format into the file. Except you will see that the folder locations differ. …

Member Avatar for TheDocterd
0
104
Member Avatar for TheDocterd

Hi There I'm in quite a need for an answer, can sombody perhaps help me? I have an html file. Then I have a folder, say Test Images, in that folder I have more folders, say e3 and e5, in that folders there are images. I want to write an …

0
81
Member Avatar for TheDocterd

Hi There I just wanna find out how I can save some data to a text file or access database (doesn't matter - the one that's the quickest). What my form does is it has a list box with ID's in it. I can select them. Then I have a …

Member Avatar for AndreRet
0
189
Member Avatar for TheDocterd

Me again :) Seems like this problem will never end.. All works fine in my code, except it doesn't REMOVE the email addresses that are NOT 2 days behind. In my messagebox it displays all the ones that are behind, so that means I only want those in my 'to' …

Member Avatar for AndreRet
0
132
Member Avatar for TheDocterd

Hi All I want to use a template that should be used in my email function of my application. Below is my code so how should I modify it so that I can use a template instead of having to everytime type in the body of the email. Thanks in …

Member Avatar for AndreRet
0
173
Member Avatar for TheDocterd

Hi All I really had some awesome feedback on my problem and finally I came to the last bit. I want to add/modify my code to make sure that multiple emails aren't added due to my selection method of my list box. AndreRet helped me with this and also monarchmk …

Member Avatar for AndreRet
0
145
Member Avatar for TheDocterd

Hi there I need to know how to select multiple list items from a list box. My code below only selects one email address when there's found that more than one ID's is behind schedule... [CODE]Private Sub Form_Load() folder = Dir("c:\LogBook\*.txt") 'variable folder conatins names of files in folder c:\LogBook\ …

Member Avatar for AndreRet
0
259
Member Avatar for TheDocterd

Hi All I don't actually know how to explain my problem, but here goes.. I have a small form. It has a listbox with a submit button. In the list box there are ID's displayed, i.a 10027, 10028, etc. Those ID's are the names of text files that have logbook …

Member Avatar for monarchmk
0
174
Member Avatar for TheDocterd

Hi All.. Can someone perhaps help me with my problem? I've searched all over the web and haven't had any success. I want to export some data to an existing xls document. How I do this is like the following: I have tables with table names like Alex, Johan, etc. …

Member Avatar for TheDocterd
0
85
Member Avatar for TheDocterd

Hi there I have a small problem. I have a datagridview on my winform. I also have a label that will display hours worked. What I would like to do is when I select a whole row in the datagridview, I want the label mentioned to display hours worked for …

Member Avatar for lolafuertes
0
120
Member Avatar for TheDocterd

Can anyone perhaps help me with my problem please? I want to apply security to my winform application but I am stuck.. This is the code I have that will run when the view job button is clicked and I it doesn't work [CODE] private void viewJobBtn_Click(object sender, EventArgs e) …

Member Avatar for TheDocterd
0
203
Member Avatar for TheDocterd

Hi All.. The year hasn't even started and I'm battling again. I want to import data into sql server 2005 through an excel 2003 file. I do this through the built in mechanism of sql server 2005. But I get the following error: - Executing (Error) Messages Error 0xc020901c: Data …

Member Avatar for TheDocterd
0
138
Member Avatar for TheDocterd

Hi Experts ;) I'm having trouble exporting data to my database in sql server 2005. Can anyone help me perhaps? The data I want is located in text files (holds personnel time management data), so what I would like to do is import that data to sql server but the …

Member Avatar for TheDocterd
0
303
Member Avatar for TheDocterd

Hi there I'm looking for a way to add filters in my windows form application. I have a menu strip with item called 'Filters'. Under that items there are items called 'Jobs Pending, Jobs Outstanding, Etc.....' Take for example 'Jobs Pending'. How do I filter from my database in sql …

Member Avatar for TheDocterd
0
174
Member Avatar for TheDocterd

Hi Experts :) I am battling with some small logical error and I need some help.. I want to enable access levels in my windows form application. I have a database with a column named 'UserType'. In this column I have data from 1 to 5. This represents the access …

Member Avatar for TheDocterd
0
199
Member Avatar for TheDocterd

Hi there How can i get the checkbox's value from sql server 2005 and display it in my windows application? The checkbox column in my database either has two values, checked or unchecked. Now what I want to do is I have a form where I can view data. That …

Member Avatar for TheDocterd
0
2K
Member Avatar for TheDocterd

Hi there I have a problem. My code works perfect, but now I want to, instead of displaying multiple sheets, display all data in one sheet. Below is my code I used: [ICODE] Private Sub Picture2_Click() Screen.MousePointer = vbHourglass Dim tempAss As String Dim xlApp As Excel.Application Dim wb As …

Member Avatar for AndreRet
0
142
Member Avatar for TheDocterd

Hi there all I have to write a small interface where I can read text files from a location and edit them. My aim is to have a small GUI, in that GUI there will be a combo box where I select the text file. when selected the info in …

Member Avatar for crishjeny
0
110
Member Avatar for TheDocterd

Hi there I want to know how I can save a checkbox value into sql server 2005? The check box is in my windows forms application... Thanks

Member Avatar for kvprajapati
0
290
Member Avatar for TheDocterd

Could anyone please show me how to display data in a datagrid when I log in as a user into my application?? The after a successful login a form opens. That form displays data and then there's an option where the user can open a form called "Time Management". In …

Member Avatar for TheDocterd
0
111
Member Avatar for TheDocterd

Hi All I have just one question.. I have an application, at the login screen I have a check box where the user can select if he/she is the default user on the computer he/she is using. What I would like to do is create a text file with the …

Member Avatar for TheDocterd
0
85
Member Avatar for TheDocterd

Hi there I want to know if there is a way to display data in a datagrid for the person that is logged in to my application? It's very simple: A user will log in to my program. Then he/she can go to his/her time management form and fill their …

Member Avatar for TheDocterd
0
67
Member Avatar for TheDocterd

Hi there recently I received help on how to ensure that a user don't close a form before he/she completes all outstanding entries on a calendar. That works perfectly, but now the problem is I have to complete all entries up to say the year 2020. I only want the …

Member Avatar for AndreRet
0
103
Member Avatar for TheDocterd

Hi there recently I received help on how to ensure that a user don't close a form before he/she completes all outstanding entries on a calendar. That works perfectly, but now the problem is I have to complete all entries up to say the year 2020. I only want the …

Member Avatar for darkagn
0
71
Member Avatar for TheDocterd

Hi there all I'm looking for a way to ensure that users don't exit my application before they complete all outstanding calendar entries. It is a job book application we use in office. The thing is that users only complete the day's entry in the calendar, and then leave the …

Member Avatar for AndreRet
0
106
Member Avatar for TheDocterd

Hi there I have a database with uhm lets say for now 4 tables inside it. The tables are each an individuals job data. It concists of data such as office routines, blah blah blah.. Now when the user logs in it displays the current logged in users name. Then …

Member Avatar for rpk2006
0
89
Member Avatar for TheDocterd

Hi there all Don't know if I'm at the wrong place, but I'll take that chance. I am fed up battling with importing txt files to sql server 2005. I am re-writing a vb6 based application, that uses text files, to a c# based application that uses sql server 2005 …

Member Avatar for taylby
0
236
Member Avatar for TheDocterd

Hi all If I am at the wrong place please excuse as I am new at this IT Discussion Community. My problem is that I want to convert an application that is written in VB6 to VB.NET using Microsoft Visual Studio 2008. The conversion completes but there are compile and …

Member Avatar for lolafuertes
0
249