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,630
Exclamation
by hvtin
I create a shortcut for my application in startup folder. But in some machines, after Windows start, it's also running but it can not load all .dll files it uses. So it's frozen. And I also add it to registry in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run key, but nothing is...
12-Jan-2006 14:34
by hvtin Go to last post
0 448
 
by kcolvin
I am a new user with MS Visual C++.Net. I need to launch a seperate software package during execution of my C++ program. A simple example would be Wordpad. What code would I use to launch Wordpad during the execution of a C++ program?
09-Jan-2006 18:26
by kcolvin Go to last post
0 869
 
by justplainsoccer
does anyone know how to implement canny's edge detection algorithm in vb.net? if so, please please let me know. Thanks aaron
02-Jan-2006 07:18
by Skm Go to last post
1 4,814
 
by ivriedel
Hi everybody, I try to convert my C++/Win 32 Project(dll + exe) into a Smart Device Project. I convert my .dll and my .exe with Visual Studio .net 2005. It compile with no error. In my Application I call a function from my dll. char *filename = ("my...
20-Dec-2005 08:46
by ivriedel Go to last post
4 658
 
by ivriedel
Hi everybody, I am new in using .net. I try to develop a small and easy c++ application for pocket pc 2003, but it does not work. I create a new Project "test" (MFC Smart Device Application). All files are created automatically (stdafx.h, test.h, test.cpp). I create a new class in my Headerfile...
15-Dec-2005 18:35
by ivriedel Go to last post
3 693
 
by girigid
Hi everyone, I am adding one exe file in my c#.net windows application and writing code to run that application. Then building and running my project. If I copy and paste my .net exe file which is created while building the project into some other location and run the exe do my application will run...
07-Dec-2005 11:00
by girigid Go to last post
0 2,926
Smile
by Saru
Am absolute new to the field. I am getting started with this project. Can any one of you suggest the right simplest approach to get this done. I have not learned arrays yet. I kind of know that, one way to accomplish this project is using an array. But at this time i do not want to use an...
04-Dec-2005 09:09
by Saru Go to last post
8 1,093
 
by girigid
Hi everyone, I am Giri. New member to this forum. I need one help from you all. I wanna create a screen saver software for Flash execution file. That software to be downloaded from Net as evaluation software. And if the evaluation period is over the software should not work and it...
30-Nov-2005 07:32
by girigid Go to last post
0 759
 
by Kacyndra
Hello, i'm doing a project right now, and what used to be a class now needs to be converted into a hashtable. what is the difference between the two? i tried searching it online, but i learn by example, and i can't find anything good. if you know of any good resources, please share. please...
17-Oct-2005 18:37
by Paramesh Go to last post
1 1,643
 
by Masum
hi, here's another problem i've and hopefully someone will have the solution. I am trying to connect to oracle 9i using ODP .net (I installed ODP .net). But when i compile my .cs file in command line (as i don't have visual studio and use Dreamweaver), i get the following errors... error CS0246:...
14-Oct-2005 06:17
by Paramesh Go to last post
3 4,580
 
by Kacyndra
Hello, i'm taking my very first C# class, and i think i need to help. It's a very simple project. I'm supposed to get book information from a form and add it into a class array. So far i have my Book and Library Classes. this is my ADD Button. private void btnAdd_Click(object sender, EventArgs...
07-Oct-2005 02:22
by LuciWiz Go to last post
2 1,918
 
by rough_divide
hey.. can anyone help me here? i need a sample code about a simple file search.. it only needs to search a file in only one folder.. that's all.. thank you in advance..
01-Oct-2005 13:46
by admin Go to last post
16 4,198
 
by SLG29
I have a form which has a listbox, 5 textboxes and a datagrid, what I'm trying to do is when a user double clicks a row on the datagrid this then displays another datagrid on the second form with the information from the Items Table I have already set up a data relation to link the Customers and...
25-Sep-2005 04:18
by SLG29 Go to last post
0 760
 
by Automatik
First, given a week number of the year, from (1-53), how do I can I calculate the first date in that week? Here is how I get the week from a given day: string date = new string; date = (this.cmbMonthE.SelectedIndex+1).ToString(); date = this.cmbDayE.Items.ToString(); date =...
24-Sep-2005 00:13
by admin Go to last post
5 18,014
 
by Kacyndra
Hello, i didn't see a Visual C# thread here, but i thought maybe someone could help me anyway... this is for an into class, and my question is how to handle expections in C#. for example, my first program is supposed to find an average of a number of integers entered by the user. so when the user...
16-Sep-2005 11:00
by LuciWiz Go to last post
3 2,942
 
by pointer
Hi, Is there any way to create a module or something which is used to perform some common tasks of the application and include that class or module in our application wherever we want in ASP.NET using VB.NET like we do in C, C++. If there tell me if u dont mind how it should be done. Thanks in...
26-Aug-2005 02:49
by LuciWiz Go to last post
1 1,059
Question
by AnaXyd
Hi! I have some questions about this known Msgbox: Example: MsgBox("Do you want to see the log now?", MsgBoxStyle.YesNo,) If the user clicks Yes, I want to show a new form. How do I do that? And If he clicks No, well i think u know it... :D Weee programming is fun! :banana: :banana: ...
22-Aug-2005 01:31
by LuciWiz Go to last post
3 3,585
Question
by AnaXyd
In my AntiSpyware program, I need to make some child forms in my parent form, instead of creating a mass of parent forms. It would be a lot of work! Then I saw this MDI thing. Forms in the main form, great! Thats what I need! But the question is: This needs coding to make it work? I saw some...
13-Aug-2005 16:22
by AnaXyd Go to last post
0 568
 
by pointer
Hi Everyone, I am new to .net. Ok. I need to know what is mean by "Application functions in a farm scenario". Any one could help me? Thanks in advance.
12-Aug-2005 08:34
by pointer Go to last post
0 548
 
by pglibra
Hello, I'm trying to write a program that will accept a city and a zip code and write it to a file (city.txt). Then be able to do a search by zip code to find the city. Here is my function for the search routine. I'm leaving something out but not sure what. After entering in data, then trying to do...
11-Aug-2005 19:46
by pglibra Go to last post
0 665
Post New Thread

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Display Options Moderators
Showing threads 201 to 220 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 20:37.


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