Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~3K People Reached
About Me

Technology geek

Interests
Photographing, listening to music, watching movies, sleeping
PC Specs
Core i7 920, 6GB RAM on a Asus P6T SE. And lots of storage for my pictures. I prefer windows XP but…
Favorite Tags
Member Avatar for Gospp

I have a problem with the drawing and or the filling speed of my FlowLayoutPanel. [URL="http://camart.se/screenshot/jims001.JPG"]See screenshot[/URL]. Can I speedup the process my cashing my images somehow? Or is there a better alternative to the FlowLayoutPanel? [CODE] private void FillPanel() { flpServices.Controls.Clear(); prevStatus = 0; prevRows = 0; foreach (Jims.Services …

Member Avatar for stratemeyerjw
0
1K
Member Avatar for Gospp

I want to build a Webservice that on given intervals request data from a SQL-server and update an internal list in the Webservice. The Webservice will be accessed from multiple clients and I don't to access to SQL-server every time the list is requested from the clients. Is this possible …

Member Avatar for pritaeas
0
402
Member Avatar for CodeField

Hi everybody, I was given a free choice for a project to complete for my class. We have been working in HTML, 3D Max, Flash and C# / SQL Databases this year, so I chose C#, which is by far my favourite thing to work in. However, due to numerous …

Member Avatar for Gospp
0
135
Member Avatar for Gospp

I'm looking for a DLL or a complete C# project with Client and server for sending and receiving XML-document. Google isn't my friend :( I'm thankful for any help!

Member Avatar for Gospp
0
100
Member Avatar for chandruswami

Hi, In C#, i got sql Exception which consists of 2 lines. I need only the 2nd line of that Exception only. Ex: The transaction ended in the trigger. Table Validation failed - Name: x; Condition: m!=0 i need "Table Validation failed - Name: x; Condition: m!=0" only. I have …

Member Avatar for chandruswami
0
138
Member Avatar for jellybeannn

hallo can someone please help me my Access Database ConnectionString does not work on the server [code] string strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|calculator.mdb"; [/code]

Member Avatar for Gospp
0
97
Member Avatar for Gospp

I've a problem when trying to convert my sql-query to a SqlCommand. The query: [CODE] SELECT L1.[App_Name], DATEDIFF(ss,MAX(L1.MESG_DATESTAMP),GETDATE()) as Seconds FROM sbyn_csf.CSF_CME_LOG AS L1 JOIN sbyn_csf.CSF_LOGGER_LOG AS L2 ON L2.MESG_ID = L1.MESG_ID WHERE logger_code = 101 AND [App_name] in ('002','010','022','025','036','037','040') GROUP BY l1.[APP_NAME], L2.LOGGER_CODE ORDER BY 1, 2 [/CODE] The …

Member Avatar for Gospp
0
123
Member Avatar for lewashby

I'M reading the book "Beginning C# Game Programming by Ron Penton". The book is instucting me to create a small framework for a game, the problem is, the book was written for VS 2002 and I'M using VCs 2008 express. I'M instructed to add references to the project, two of …

Member Avatar for Gospp
0
310
Member Avatar for Lee21

Guyz I need help... How can I transfer the data from the Specified cell of the Datagridview to texbox.. For example I click on the specified Datagridview cell, I have a 3 columns Name,Username and Password. I want to transfer all of them in their designated textboxes. txtboxName, txtboxUsername and …

Member Avatar for Gospp
0
153
Member Avatar for techstu

[QUOTE][CODE]using System; using System.IO; using System.Xml; namespace Task3 { class TextFileReader { static void Main(string[] args) { XmlTextReader reader = new XmlTextReader("my.xml"); String strn, strsn; while (reader.Read()) { switch (reader.NodeType) { case XmlNodeType.Element: // The node is an element. if (reader.HasAttributes) { //Console.WriteLine(reader.GetAttribute("reader.Name")); strn = reader.GetAttribute(0); strsn = reader.GetAttribute(1); //Console.WriteLine(strn); …

Member Avatar for techstu
0
136
Member Avatar for BC3

Ok, lets see if I can expain better, unfortunately I am somewhat of a beginner. I am using Microsoft office access 2007, using Microsoft Vista, and visual studio 2008. I am writting a program that uses a GUI to show and change a Access data base. When I first tried …

Member Avatar for BC3
0
160
Member Avatar for Gospp

[B]Name[/B]: Joel [B]Nickname[/B]: Gospp [B]Height[/B]: 176 cm [B]Weight[/B]: To much ;) [B]Hair[/B]: Light brown [B]Eyes[/B]: Blue [B]Location[/B]: Uppsala - Sweden [B]Age[/B]: 28 [B]Hobbies[/B]: Photographing, listening to music, watching movies, sleeping, going out with friends and family and like to cook. [B]Relationship Status[/B]: Occupied [B]Fav Music[/B]: According to last.fm my "Top …

0
54