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
~2K People Reached
About Me

Web Developer - Current focus medical application and information systems.

Member Avatar for stephen.caddick.9

Having a problem with IE9 after deleting sweet time IM addon I keep getting IE launching, I've run AVG scan and the appropriate MS Malicious spyware removal tool but each show no infection. I've run Hijack this, see attached log: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 20:20:37, …

Member Avatar for dfinc
0
159
Member Avatar for tet3828

I can't seem to wrap my head around this. I'll need a seasoned programmer to push in the right direction. I have a listView with 7 sub items. What I'm looking to do is populate a table in an .mdb file with the data. The listView box is almost the …

Member Avatar for riahc3
0
220
Member Avatar for crazyman6699

Please help! all my files are gone. i was using my laptop then closed it then i came back and nothing was there!!!!ive tried restoring my pc but that didnt work, i tried looking in the recycle bin... not there! and they arent hidden either! it can tbe a virus …

Member Avatar for faroukmuhammad
0
108
Member Avatar for tet3828

I have two forms that share data between eachother. 1. In Designer view of Form2 I establish a public variable. public bool isMyFormValid 2. When I attempt to access the variable in Form1 like this... if (Form2.isMyFormValid = true) { //do this} C Sharp no likey... I get this message: …

Member Avatar for tet3828
0
182
Member Avatar for tet3828

I have a two forms that I created using the design view of Visual C# Express (Form1 & infoEntry). I set the properties to of the listview in Form1. public System.Windows.Forms.ListView toSend; I've invoked the second form and sent some data using code below. Works great. infoEntry dataWindow = new …

Member Avatar for TnTinMN
0
419
Member Avatar for tet3828

I'm having difficulty understanding DataSets. I created a DataSet within a private void caled Form1_Load [code] private void Form1_Load(object sender, EventArgs e) { DataSet fooBar = new DataSet(); adapter.Fill(fooBar, "value_" + x); DataRow dRow = fooBar.Tables["ShiftLat_" + x].Rows[0]; }[/code] How can I call this data from another private void within …

Member Avatar for ddanbe
0
85
Member Avatar for tet3828

I've created a dynamic object with properties using the following code: [code] // For each jpeg in the directory... foreach (string name in array1) { x++; // select row where jpeg name is equal IF FOUND: adapter.SelectCommand = new OleDbCommand("SELECT shift1 FROM ShiftTable WHERE imgName = '" + (name) + …

0
63
Member Avatar for tet3828

I'm looking for some suggestions on how to approach this windows form based application I'm in the very beginning stages of writing. Bare in mind Im still at the Hello World level of C#. How should I populate a listbox with mock names for all jpegs in a folder whlie …

Member Avatar for agrothe
0
128
Member Avatar for tet3828

I'm trying to compile some code in Visual C# Express. Would someone please have a gander and help me out by giving me a brife explanation of why I'm getting an error "oleDbDataAdapter is not in the current context"? From my understanding (which must be wrong) oleDbDataAdapter is part of …

Member Avatar for Momerath
0
321