GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : .NET Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
 
Sticky Thread Read This >>> Introduction to .NET
Thread Rating: 5 votes, 5.00 average. by LuciWiz
Introduction In my experience I found that people starting to learn a new programming language find it hard to accomplish this by reading “complicated and sophisticated” books written by the experts that developed or helped maintain the respective language. They find easier to...
09-Aug-2007 05:53
by juvenile386 Go to last post
5 4,144
 
by admin
The GIDForums™ Team is proud to announce that GIDForums™ is now among one of the very first Webmaster / Programming forums to offer a custom-written Visual Basic Syntax Highlighter BBCode ( bb code) to it's valued members and readers. Please use the and tag pair to enclose any visual basic code...
01-Oct-2005 14:08
by admin Go to last post
0 3,626
Thumbs up
by shyam_oec
Dear sir, i am new to ASP.NET programming ,through c#. In my web project,i am inserting into SqlServer Database through Command.Text method.It is working fine. Below i am giving the code for SqlServer database table. ... .... using System.Data.SqlClient;
31-Oct-2009 21:17
by shyam_oec Go to last post
0 76
 
by Howard_L
How about this one. I want to detect if there is piped data waiting in stdin when my prog starts. But it seems that stdin does not even contain an EOF until there is input. As a result I get a block... Example of several things I/ve tried:using System; using System.Text; // for ReadKey() using...
18-Oct-2009 23:43
by Howard_L Go to last post
0 154
 
by Howard_L
I can use 'new' to allocate memory to the same pointer more than once. I don't see any way to free an allocation before requesting another. Is this taken care of by this 'garbage collection' stuff I keep hearing about? If so , I still haven't recieved the bill. What is the billing cycle? Seriously...
16-Oct-2009 08:02
by Howard_L Go to last post
4 132
 
by jamesgreen44
I am learning Visual Basic 2008, and I am having a hard time understanding function procedures. Can someone help me write a function procedure for the transaction? Public Class Form1 'Declare module-level variables for summary information. Private TotalNumberDepositsCountInteger,...
08-Oct-2009 00:21
by jamesgreen44 Go to last post
0 105
 
by krlo
I am having problem when retrieving a column, I do not have a problem when retrieving an entire table here is my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using...
22-Sep-2009 12:09
by krlo Go to last post
0 191
 
by fakepoo
I know that Windows CE 3.0 is supposedly not compatible with the .NET Compact Framework. Does anyone know if there is some kind of backdoor way to get it installed on CE 3.0 or is it impossible? Thanks, fakepoo
09-Sep-2009 07:37
by Howard_L Go to last post
1 373
 
by ampo
Hello. I have class "A" that needs to creat another class "B". In one case, class "B" needs to have one attribute/field and in another case two attributes/fields. I thought to split class "B" into two classes "C" and "D" that one will have one attribute ant the other one two. constructor of "A"...
27-Aug-2009 02:58
by ampo Go to last post
0 84
 
by ziorus
Hello all, I am trying to redo a code in C# but I have a small mistake which I can't figure out. The error is: Cannot implicitly convert type 'int' to 'bool'. I do not have a bool which confuses me. The error occurs with the hasRemainder function at the if statements. I have seen some good post...
04-Aug-2009 15:12
by ziorus Go to last post
2 377
 
by nawillis
I have a very simple website that is accessed by a link in a portlet. It is an ASP.Net 2.0 application coded in VB.Net 2005. IE is the "preferred" browser. On inital load, the website displays a report. The user can click a button to perform a Mime download of an excel file. Before the report...
21-Jul-2009 15:12
by TurboPT Go to last post
1 282
 
by fakepoo
Hello all, I need to access the URL of the web service during the deployment of it. Can someone please tell me if there is a variable somewhere holding this value? I intend to create a text file that contains this URL and an authentication string that can be used to connect to this web...
23-Jun-2009 17:02
by fakepoo Go to last post
0 164
 
by fakepoo
I have a bitmap that I would like to display in a Windows form as an icon. I need to convert it to an icon before I can use it. The best solution that I have found is: string bitmapFileName = openFileDialog1.FileName; // Retrieve the bitmap from the file. ...
19-May-2009 15:21
by fakepoo Go to last post
1 441
Question
by boblc123
Hey guys if anyone could help me this would be extremely appreciated. My homework assignment is to take a checking account program that we've already written and add function procedures to it. The exact instructions are: Write function procedures for processing deposits, checks, and service...
17-May-2009 00:14
by boblc123 Go to last post
4 431
 
by Falcon Eyes
Hi Every Body I tried to write phone index Application,but i got a problem with the serialization of my object,and i don't know why can some body help please and below is my code in detail and i attached the error message main form code using System; using System.Collections.Generic; using...
12-May-2009 15:20
by Falcon Eyes Go to last post
0 408
 
by Kacyndra
Exception Details: System.Web.HttpException: The files '/apps/App_Code/cep/clsCEPCourse.vb' and '/apps/App_Code/common/clsFormatFunctions.vb' use a different language, which is not allowed since they need to be compiled together. but both of the files are VB, i don't get it, p,lease help!
08-May-2009 09:00
by Kacyndra Go to last post
0 132
 
by fakepoo
In .NET windows forms, I need the ColumnHeader location (at least the Left value) for a ListView. Does anyone know of a way to get this?
05-May-2009 10:45
by fakepoo Go to last post
0 144
 
by Howard_L
Since C# is so COOL and all... Are there cross-platform tools in C# to 'handle' character mode graphics? Or do you have to still go to either MS API or ncurses. Know a good reference for any methods? ('course now I have to watch how I use 'method' (What are they skaters? dude , I took a...
16-Apr-2009 23:40
by Howard_L Go to last post
1 893
Lightbulb
by yummy
Hi there, I am using visual C++, using visual studio windows forms. I have a bitmap which shows different colours which relate to different temperatures ranging from blue(cold) through green yellow orange and finally red (hottest). How can I make a grayscale function/algorithm to mimick this to...
15-Apr-2009 08:50
by fakepoo Go to last post
1 166
 
by BobLewiston
Please forgive what is surely a stupid question: How do I use .Net Reflector to find out which namespace a class, method or property is in, or to see parameter lists? There's no way to enter a character string to tell it what you're looking for.
06-Apr-2009 07:46
by erniegerdie Go to last post
1 254
 
by BobLewiston
Within a C# program, is there any way to tell if a file is a text file or not? I mean a real way, not just basing your conclusion on a file name extension.
06-Apr-2009 07:43
by erniegerdie Go to last post
1 198
 
by BobLewiston
The documentation I've found is a little hazy on this subject, so it's time to fire off yet another no-doubt ignorant question: Is "throw" intended exclusively for the following scenario: Control is transferred out of a try block via a method call, and code in the called method then detects an...
06-Apr-2009 07:29
by erniegerdie Go to last post
1 189
Post New Thread

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 254 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 19:26.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.