| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
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...
|
|
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
|
0 |
3,630 |
|
 |
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
|
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?
|
|
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
|
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...
|
|
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...
|
|
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...
|
|
0 |
2,926 |
|
 |
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
|
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...
|
|
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...
|
|
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:...
|
|
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...
|
|
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
|
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
|
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
|
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...
|
|
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...
|
|
1 |
1,059 |
|
 |
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: ...
|
|
3 |
3,585 |
|
 |
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...
|
|
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.
|
|
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...
|
|
0 |
665 |