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,145
 
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,631
 
by Menol_LK
Friends, I made a thread in vb.net and I want to create an instance of a form and display it from the thread the problem is The instance of the form does not stay alive I think its because when the thread quits all the stuff it creates quits as well. This is the code I used. The code in the main...
11-Sep-2008 10:37
by erniegerdie Go to last post
4 1,052
 
by smithcarvo
Hi all, Can any one tell me,What is boxing? What is the benefits and disadvantages of it? I will highly appreciate your feed back. Thanks in advance. intelcs.com
05-Sep-2008 00:39
by smithcarvo Go to last post
2 270
 
by mjcs100
Hi I have a code behind that interacts with my html page for downloading a file. In my sites root folder I have 2 folders, 1 is the application folder for the code behind and the other is the folder that holds the files for downloading. I am using the response.transmitfile method and when I upload...
04-Sep-2008 05:40
by erniegerdie Go to last post
4 798
Red face
by mmunoz
Can anyone guide me as to how to display on a text box the number of years and months that have past between today and the date from a calendar datepicker placed on a form from which the user will select the account opening date. I want display on the text box "This account is x years and x months...
04-Sep-2008 05:28
by erniegerdie Go to last post
1 699
 
by arestispartan
Hi I want to use an OpenFileDialog box in my main method in a console application. But when I try to show the dialog box, I get the following error: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has...
06-Aug-2008 03:05
by arestispartan Go to last post
1 4,907
 
by madsiro
Hi, I'm programming in C #, and I have a question about the class dictionary, I know that this work as a hash table, but I would like to know how that hash function uses (or which is the one that could use), and that size is its table, here is an example of Dictionary, and here is my...
23-Jun-2008 02:40
by Menol_LK Go to last post
3 2,249
 
by wedel
hello everybody i'm working on a project in visual basic.net and i need to connect to sql server 2005 from vb 2005 but i don't know how. i need your help thank you
20-Jun-2008 04:20
by erniegerdie Go to last post
4 1,255
 
by wedel
hello everybody i chose to do a project in vb.net (some chose in java ...) but first:i'm wondering if it is good to do a project in vb.net because some told me that it's not a powerful as java or php. second: my project is to manage Travels in a transport company so does that mean that there is...
18-Jun-2008 13:59
by JustinFox Go to last post
3 536
 
by Max_Payne
I need to make a method that receives the matrix values as a string as " " and initializes the matrix ( ex. “ “) I don't how to implement the functions parameters to accept this string... Any help would be appreciated. here's the code:
17-Jun-2008 07:44
by erniegerdie Go to last post
1 1,275
 
by Annon777
Visual C# ASP .NET: i have a textbox and a command button. I want to convert integer from the textbox to binary after i clicked the button. is there any keyword/command to convert integer to binary? thanks.
17-Jun-2008 07:27
by erniegerdie Go to last post
2 9,020
 
by Annon777
guys, I'm building an ASP .net webpage using Microsoft Visual C#. I have a textbox, a label and a command button. I need to make an error checking code so that the textbox only allow integers to be entered into it. But it should be checked when the command button is clicked which then the error...
16-Jun-2008 11:11
by erniegerdie Go to last post
2 4,060
 
by netnut
Hello! I am having trouble connecting to this Access 2000 file that is password protected. This is the connection string that I use: public static string connectionString = "provider=Microsoft.JET.OLEDB.4.0; " + "data source = " + Application.StartupPath + "\\ADONETTutorialDb.mdb; " ...
04-Jun-2008 03:59
by netnut Go to last post
1 1,105
 
by Annon777
I installed this software few hours ago for the first time on my Vista laptop. When I run the application, it says the evaluation day has expired. I thought Express Edition is free. Unless, we don't use it for commercial. Am I wrong?
15-May-2008 20:34
by JustinFox Go to last post
1 2,219
 
by sabeesh
Hello, I think you are going grate. I am facing a big problem. I need a help from your side. I have a program, which one developed using MFC and the development is going on. Now I want to create the same application using C++/CLI. For that I want to re-create all the MFC class. If any mechanism...
15-May-2008 04:53
by sabeesh Go to last post
0 289
 
by ahbi82
I am writing a web application mainly targeting users for windows mobile. Part of the application is written. Now i need to stream some audio file through my webpage. Kindly anyone have rescources or any ideas, perhaps some URLs would be greatly remembered!!! Thanks in advance!!! :)
26-Apr-2008 06:29
by Peter_APIIT Go to last post
1 405
 
by fakepoo
Hello All, I'm trying to use the MailMessage object with a SmptClient object to send an email from within a window application. Here is what the code looks like: private void SendButton_Click(object sender, EventArgs e) { MailMessage message = new...
26-Apr-2008 06:25
by Peter_APIIT Go to last post
5 828
 
Thread Rating: 2 votes, 2.50 average. by JasonMichael
I need to figure out a way to use .NET to create a program that will plot a sine wave. Is this an easy task for .NET to handle? Using VB 6.0, I could find no easy answer, so I gave up and bought Visual Studio .NET which seems to have answers for everything. Many Thanks In Advance! 8)
19-Mar-2008 18:01
by wezzahasnoend Go to last post
7 14,777
 
by meet_raman
currently i have the following in my web.config file: <appender name="XmlFileAppender" type="log4net.Appender.FileAppender"> <file value="D:\\Exception\\logs\\TestLog2.txt" /> <layout type="log4net.Layout.XmlLayout"> <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M...
09-Mar-2008 23:17
by meet_raman Go to last post
0 776
 
by Automatik
How can I make it so that this line is drawn over the RichTextBox that is on the Form? I am drawing a line when a user right clicks like this: if(e.Button.ToString() == "Right") { Graphics g = this.CreateGraphics(); Pen p = new...
22-Feb-2008 07:18
by AbhishekAgrawal Go to last post
5 3,925
Unhappy
by patrickH80
Hi, I wrote an application where you can create your own graph by adding curve points into a coordinate system grid. I create a Panel and draw everything on it. Also you can pick the control points and drag them to another spot. If I do so, I get such a bad flicker effect (only in the panel)...
21-Feb-2008 14:27
by patrickH80 Go to last post
0 649
Post New Thread

Recent GIDBlogProblems with the Navy (Chiefs) by crystalattice

Display Options Moderators
Showing threads 61 to 80 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 23:34.


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