Online Examination Project In Dotnet
Sep 15, 2009what are the features that should be supported by online examination project
View 1 Replieswhat are the features that should be supported by online examination project
View 1 Repliesmy name is Bogdan and I am having a litte bit of a problem with vb.net.In my computer I have instaled Microsoft Visual Basic 2010 Express...so long everything it's ok.I told one of my friend about this cool program and now we want to make a program together in our free time but from each other computer...soo how do i make a online "vb.net project" (i am not sure if i have express myself correctly)that i can access from each other pc?I google this problem and i didn't find anything and now am starting to think this isn't even possible..
View 4 RepliesI want to get guide on project on online exam of MCQ like the online exam in competation examination
View 2 RepliesI have finished developing a small, completely useless but working project. It was my first in VB.
What i wouold like to know is how is the best way to get this project online for download?
I dont have a web site or web page, and this project is just a bit of fun (fitness test).
Could anyone tell me the steps I have to take? All i want from it, is to be able to place a series of screen shots explaining the project and then if someone should wish to download it they can.
I dont need prime time internet coverage, just a place to put it online, pref free. Plus, there have been many kind people from this forum who have given me thier free time and effort to help me with code issues, so if I am allowed and any one is curious i will post the site link to here and you can see where your effort has gone to, and should you wish provide positive and negative comments at your leasure.
I am doing examination using vb.net but my has some error .[code]...
View 1 Replieshow to create an entrance examination. I have already have a quiz creator. The only problem I have is how to display the created questions one by one just like a computerized entrance exam from a single table.
View 5 Repliesi'm having problems coding the codes myself. It's an assignment for me from school , after attemtping it for a few hours , I'm almost finish but i'm having trouble in the calculation for average , you see. I feel so tiny in this world when i get to know that there's still more for me to learn. And I'm also having problem with the MsgBox where i need to write the code to notify me like " Please enter integers! " , the teacher would want to test on that availablity either it is present or not.
[code]...
I wanted to post a picture of my interface but it kept on saying here that " failed to upload bmp "...
am doing my thesis entitled Automatic Exam Scheduling System. this works when button "GENERATE" is click. that would initialize the automatic assigning of proctors and rooms to classid.....plz help...i can't filter the conflicts of proctors and rooms since it is automated.
View 2 RepliesI have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.
I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..
How to make a computerized examination program using vb.net...
View 1 RepliesI'm looking at a small remoting project in VB.NET. Initial research turns up references to msrdp.ocx which my Windows 7 Ult system doesn't have; a filesystem search on the same platform turns up MsRdpWebAccess.dll which doesn't appear to be well documented; finally hunting through COM references in Visual Studio turns up rdpencom.dll labeled "rdpcomapi 1.0 Type Library" which seems to be best documented via personal developer blogs (which isn't encouraging but is a lot better than other options).
My goal is a lightweight remoting application I can deploy to Windows 2000 Client/Server, WinXP x86/x64, Win2k3 Server, Vista x86/64, and Win2k8 Server.Is there anything DotNET Native I can use instead of one of these COM libraries? Is one of these COM libraries better for the job overall than others; and then am I going to have platform-specific compatibility issues if I don't provide support for more than 1 of them in my app?
When i try to open a designer window of a project in vb dotnet an error occurs, Could not find editor for this vb.Why this error shows. But i can open code window.
View 12 RepliesI am developing application in VB.Net (dot net framework 4.0) and SQL Server 2008 R2.will it work sucessfully on thin client machine
View 2 RepliesI would like to download a file using VB.NET (preferably) or C# via HTTPS.
I have this code to download a file over plain HTTP:
Dim client As WebClient = New WebClient()
Dim wp As WebProxy = New WebProxy("[IP number of our proxy server]", [port number of our proxy server])
wp.Credentials = CredentialCache.DefaultCredentials
client.Proxy = wp
client.DownloadFile("http://sstatic.net/so/img/logo.png", "c:logo.png")
How do I change this code to download a file that is stored on an HTTPS-server? I guess it has something to do with adding credentials or something.
How can I save and retrieve an image from a SQL Server database in ASP. VB DOTNET ? When I double click on `FileUpload1 control noPrivate Sub` comes. What am i missing?
View 1 RepliesThis tools enable u to Export Function form dll files Created in both Visual Basic .net and C# (2005 to 2010) . no need now to VC++ or C++ to export function u can do it legally in VB.net and C# . [URL]
View 1 Repliescan tell me description or demo in working with microsoft report in in dotnet 2010 ie.. framwork 4.0,iam good in 3.5 framwork microsoft reports, but when i am doing microsoft reports in dotnet 2010 iam getting many errors, can u tell me how to do , is anything new in this or same as 3.5
View 2 RepliesWould like to migrate MS-ACCESS 2003 legacy applications into modern Dot Net, including migration of the MS-ACCESS Database to Sql Server 2008 (with potentially also migration of the MS-ACCESS Reports to Sql Server Reports). The purpose is to move to DotNet application with Sql Server as its database.
[Code]....
how to Read Excel XLSX through DotNET?
View 1 RepliesInitial tests indicate that GDI+ (writing in VB.NET) is not fast enough for my purposes. My application needs to be able to draw tens of thousands of particles (coloured circles, very preferably anti-aliased) in a full screen resolution at 20+ frames per second.I'm hesitant to step away from GDI+ since I also require many of the other advanced drawing features (dash patterns, images, text, paths, fills) of GDI+.Looking for good advice about using OpenGL, DirectX or other platforms to speed up particle rendering from within VB.NET. My app is strictly 2D.
View 6 RepliesWhy does: DateTime.Now.ToString("M") not return the month number? Instead it returns the full month name with the day on it. Apparently, this is because "M" is also a standard code for the MonthDayPattern. I don't want this...I want to get the month number using "M". Is there a way to turn this off?
View 6 RepliesI've got an assembly (loaded as ReflectionOnly) and I want to find all the namespaces in this assembly so I can convert them into "using" ("Imports" in VB) statements for an auto-generated source code file template.
Ideally I'd like to restrict myself to top-level namespaces only, so instead of:
using System;
using System.Collections;
using System.Collections.Generic;
you'd only get:
using System;
I noticed there is a Namespace property on the System.Type class, but is there a better way to collect Namespaces inside an assembly that doesn't involve iterating over all types and culling duplicate namespace strings?
I need to set the default property of a dotNet Control used by an VB6 Application.
<ComClass(myControl.ClassId, myControl.InterfaceId, myControl.EventsId)> _
<DefaultProperty("NewProperty")> _
Public Class myControl
[code]....
i have a component developed in dot net if i want to find out the dot net framework required for that component to run, how can i find out?
i know we can detect the framework installed on a system, but here i have a dot net component, and want to find out which framework is needed for it to run?
I have an idea to make user machine no need to install dotnet framework to run a .net program
first,copy all the project refrence(with mscorlib.dll)to the program directory
then,make a bat file,"dotnet error fix.bat",inside the file includes the command that copy refrences to Microsoft.NET directory will the program run like this?how do i test?
I am running a client-server application and am having problems with privileges (I assume). The application is developed using 2005 Express. The Client is running Win XP Home whilst the server is running Win 2003. When the user on the client has Admin rights on the local machine, everything is OK; however when the user has only User rights, an error occurs: VB will not run.
View 14 RepliesI am working on a large project with hundreds of dll's being used on the same machine, on the real large windows there is latency issues that I would love to address. The VB6 project was quick and effective but dotnet is bulky and slow compared to vb6 version, what changes from vb6 to dotnet would increase performance and reduce latency in the larger windows?
Working with VB08 3.5 Framework so parallel isn't going to work sadly, what other methods are there from a code standpoint could I use? DUring the conversion process could it be using parts of code that bog the system down?
How do I tell what version of the dotnet framework is required by my application?I am using Visual Studio 2008.I have these installed on my machine:
.NET FW 2.0 SP 2
.NET FW 3.0 SP 2
.NET FW 3.5 SP 1
Are the service pack 2 updates inclusive of service pack 1? I don't think I need .Net 2.0 - do I need 3.0 if I also have 3.5 ? Do I look somewhere inside Visual Studio, or at my references?
I have written an app using VS2008 and i now want to run this application on another computer. I need to have the dot net framework installed right?
Is it possible to use the VS2008 DVD to install just the .Net Framework on the new computer?
If not how do I install the .Net Framework on this machine?
I once heard about a software that could dynamically run dotnet instructions (C#, if I remember well) on its command line, e.g when entering 1==1, the output would be true.I don't remember the name of this soft, and sometimes one just wants to know the result of a given instruction, without having to create a new program, compiling it and run it...
I would happily take the challenge to make a soft like this on my own later, but for now on I'd just like to find this soft.Does anyone know its name, or another app which would achieve the same result? (Don't tell me PowerShell, I'm searching for something more handy.
EDIT For those who use Visual Studio and who didn't know (I just learnt about it), you can also use the Immediate Window. It even allows you to get intellisense in some cases.