Create Windows In .net?
Jun 21, 2009im developing my first project, im trying to develop windows in vb.net, how do i create windows in vb.net
View 3 Repliesim developing my first project, im trying to develop windows in vb.net, how do i create windows in vb.net
View 3 RepliesIt is possible to create windows service using windows form control in vb.net. give me the url or links. The windows forms control such as, Timer control, list-box, notify-icon control etc.
View 1 RepliesIt is possible to create windows service using windows form control in vb.net.If yes then please give me the url or links.
View 1 RepliesHello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.
View 7 RepliesIt is possible to create windows service using windows form control in vb.net. The windows forms control such as, Timer control, list-box, notify-icon control etc.
View 2 RepliesI'm in the process of trying to create a class that will allow me to create windows shortcut; Im using the following PDF file that gives me the shortcut file structure.
Ive been able to successfully load a shortcut file and parse its Lnk File Structure but now Im on the Shell Item ID List structure but I cannot find the Structure of the ITEMIDLIST anywhere
Furthermore I know I could use the Windows script object, but this is a dependency Im trying to avoid if I can, hence writing my own Shortcut class.
i am suppose to create "a windows form game called Yahtzis which uses five dice and three throws to create a score" .
The problem is that i don't even know how to start it can anyone shed some light.
What does a Windows service do? And how to create one?
View 2 RepliesI am trying to create a desktop shortcut from vb.net code on a Windows 7 box (64 bit). The following code works on XP, but when run on Win7 I just get a message stating the App has stopped working:
[Code]...
I was wondering that when you go and publish your application that you can do it in such away that all the necessery files are there so all you have to do is click on one file and it loads without it installing on the hardrive.
View 3 RepliesI have Windows 7 x64. I recently installed Visual basic 2010 Express Edition. I have a few Questions in mind:
1) If I want to create a windows 64 bit application, do I need to install windows x64 sdk?
2) I am not able to set my target platform to x64.
3) Can some one guide me to steps for creating a very simple form and compiling an x64 project?
How do I create a Windows 7 PIF file, to be used by turbo pascal. I have a 32bit computer
View 8 RepliesI'm using VS 2005 and Im trying to create a Windows Service that monitors our Sharepoint Search Service.Problem is, I've never written a Windows Service application. My guess is that I need to loop thru all the services, find the "Sharepoint Search Service", and and then right the code once I've identified it. I have no idea what object I need to loop thru. I tried using the System.ServiceProcess.ServiceBase object but that doesn't fly.
View 4 RepliesI want to create an application which provides toolbar 'button' like BatteryBar.
View 1 RepliesI'm trying to create a program where I can hold my own files and be able to put a password upon opening the program. Once I put the password in, I'd then be able to access, make changes, and open my files that I choose to put in there. I did try this, but I get UnauthorizedAccessException. I get it when it reaches:
For Each mDirectory As IO.DirectoryInfo In mNodeDirectory.GetDirectories in TreeView1_BeforeExpand
Private mRootPath As String = "C:Users"
[Code].....
how to create windows popup using vb.net
View 1 Replieshow to create windows popup using vb.net
View 2 RepliesIs there a template in vs2008 I can use to create a windows service? Or do you just write code in a regular command line project?
View 4 RepliesHow to create a windows registry watcher application using .Net,I want this application to watch all the registry hocks and fire an event when a value change, this event will tell the old and new value for that value.
View 3 RepliesI would like to know whether there is anyway in which i could create a .dll to replace the original "authui.dll" situated in the C:\Windows\System32 folder.
Is there any possible way in which i could design the login screen on Visual Basic 2010 and then convert the exe into a .dll which will work as an alternate login screen replacing the original .dll file
Create a navigation pane in .net looks like windows xp
View 1 RepliesI install a visual studio 2008. I create a new windows form application but very strange that on the right side there is no control bar in which all the control like button label textbox etc contains how i show it?
View 2 RepliesHow to create a task in windows xp pro 2002, Taking input as Date, Time, perform every after time(Hours,daily) and Username And Password.
I am using vs 2003 and 1.1 frmework. would u like to reply with some working code
I want to create a Windows app called encrypt.exe. This app doesn't have UI, just takes string and return a string. I want to call this app from other Windows app or from cmd. I am using Visual Studio, what kind of project should i create?
View 9 RepliesI need to create a windows app for tablet to get signature.VS2008 do not have any control for it.Does vs2010 have this kind of control so that user can use pen to create signature in tablet?
View 1 RepliesI have just begun using Visual Studio to create a windows form application in visual basic. I have a chart on the form, and I would like to be able to right-click, copy the chart and then paste in,say, Microsoft word. At the moment I have created a contextmenustrip which appears when the user clicks on the chart, but I am unsure of the code necessary to actually copy the chart and hold it until pasted into a different application.
View 2 RepliesCan I use VS2008 to create a windows media center add on? If so how would i do so.
View 5 RepliesI am working in Windows applications. I want to create a Chart for showing results as user friendly. How to create chart in VB.NET or C#.NET for Windows Applications.
View 3 Repliescreate setuppProject for windows service i am using this service as a remoting server?
View 2 RepliesI am trying to create a update application for Windows CE.
It will go out on the net to my site and see if there is any new updates but I am having a problem doing that.
Firstly it is working fine if I create it using a 'Windows Application' but as soon as I Copy + Paste the code to my 'Windows CE' app (smart device, windows CE) it comes up with an error.
I am using .net framework 2.0.0 and vb.net 2008
Here is the code which I am using:
Code:
Function DownloadFile(ByVal sURL As String, ByVal pProgress As ProgressBar, ByVal Filename As String, ByVal Prefix As String, ByVal Rename As Boolean) As Boolean
Dim wRemote As System.Net.HttpWebRequest
[Code].....