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
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

12 Posted Topics

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
424
Member Avatar for CodeField

[QUOTE=CodeField;1199679]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
148
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
110
Member Avatar for chandruswami

[QUOTE=chandruswami;1195415]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
153
Member Avatar for jellybeannn

[QUOTE=jellybeannn;1195447]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][/QUOTE] Hello. The '|' looks a bit fishy, I think the normal syntax is '' ?? I would recommend you to add a '@' in front of the …

Member Avatar for Gospp
0
109
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
145
Member Avatar for lewashby

[QUOTE=Garrett85;1185907]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
330
Member Avatar for Lee21

[QUOTE=Lee21;1182874]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
169
Member Avatar for techstu

[QUOTE=techstu;1183984]i even tried using global variables, but the i am not able to deal with the values[/QUOTE] Hi Try replacing [CODE] String strn, strsn; [/CODE] With [CODE] string strn = ""; string strsn = ""; [/CODE] That should do the trick.

Member Avatar for techstu
0
151
Member Avatar for BC3

[QUOTE=BC3;1182015]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
172
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
56

The End.