-
Replied To a Post in How to send each line via Winsock
Yeah, this whole project consist of 5 parts which I don't want them to be done by the same program, so the best approach or method I thought of was … -
Replied To a Post in How to send each line via Winsock
Lol. Well I do use VB.NET 2010 but for this project I'm developing I find VB5.0 a bit easy its not too complicated with connections or so like the Sockets … -
Replied To a Post in How to send each line via Winsock
Thanks but that didn't work. Or maybe I'm doing it wrong. I'm using VB5.0 -
Created How to send each line via Winsock
Hi Dw. I'm having a client server which the server read a text file line by line and send each line to the client upon client connection. The problem I'm … -
Began Watching How to send each line via Winsock
Hi Dw. I'm having a client server which the server read a text file line by line and send each line to the client upon client connection. The problem I'm … -
Began Watching using SendNotifyMessage for applying changes in the registry
I tried to change the Local Group Policy settings (Remove computer icon on dekstop, Removes windows explorer's default context menu, etc.) using the registry. The state in Group Policy(enable/disable) does … -
Replied To a Post in using SendNotifyMessage for applying changes in the registry
Don't it need reboot or something after you performed that so that the effect can be visible or take effect? try restarting your computer after firing that code and see. -
Replied To a Post in Closing form when progress bar hits maximum value
Glad you figured the way out. -
Marked Solved Status for Capture and save video from webcam with audio
Hi Dw I want to record video with audio, the current program has two forms of which one form record external video and the other form record internal so I've … -
Replied To a Post in Capture and save video from webcam with audio
Sorry to post the answer now was a bit busy. I used a audio recorder and a screen recorder then they both create their own files on the disc and … -
Replied To a Post in Closing form when progress bar hits maximum value
Ok. I have just looked through the code and half of the attachment because of my internet. But I have some Questions. Why you have With ProgressBar1 .Style = ProgressBarStyle.Blocks … -
Began Watching Closing form when progress bar hits maximum value
I have a form with only 1 object on it , a progress bar. when the form loads it runs the progress bar, which is working fine. when the progress … -
Replied To a Post in Closing form when progress bar hits maximum value
Try using a timer instead and on a timer put something like this: If ProgressBar1.Maximum = 100 Then close() End If Then you will have to add the `Timer1.Start()` on … -
Began Watching Uncheck checkbox in datagridview
Hi under this event Private Sub dgSO_CellContentClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles dgSO.CellContentClick if user click the checkbox in datagridview, a window pops up and ask data … -
Replied To a Post in Uncheck checkbox in datagridview
Well just looked around within this site and found a similar post which already has an answer to this question. This question is a [duplicate.](https://www.daniweb.com/programming/software-development/threads/478664/using-the-datagridviewcheckboxcolumn-in-vb-net) -
Began Watching learn from the begining
i am also a beginer i need advise on the basic of vb.net -
Replied To a Post in learn from the begining
Try these: http://www.tutorialspoint.com/vb.net/vb.net_basic_syntax.htm http://howtostartprogramming.com/vb-net/ http://www.computertricksandhack.webs.com/ I think you will find everything. -
Began Watching Round-Robin Scheduling using threads, having some trouble
hi! I haven't been here in a while, but i'm glad you're still around since I need some help! I've got to implement a round-robin simulation of process execution. I've … -
Replied To a Post in Round-Robin Scheduling using threads, having some trouble
Lol @jamesCherrill. ;-) -
Replied To a Post in Access violation reading location 0x00000000
@nullptr I tried that but I got this error `error C2664: 'WFSOpen' :cannot convert parameter 9 from 'HSERVICE' to 'LPHSERVICE'` What I think I will have to clear out is … -
Created Access violation reading location 0x00000000
Hi, I get "first-chance exception at 0x1000161f in myapp.exe: 0c0000005: Access violation reading location 0x00000000." If i execute the WFSOpen command. To be able to receive the error pointing to … -
Began Watching Access violation reading location 0x00000000
Hi, I get "first-chance exception at 0x1000161f in myapp.exe: 0c0000005: Access violation reading location 0x00000000." If i execute the WFSOpen command. To be able to receive the error pointing to … -
Replied To a Post in Invalid RegistryKeyPermissionCheck Value
Thanks. Sorry to take so long but I was busy with other projects. Well now my problem is that even if I've set the values but they are not being … -
Replied To a Post in VB.net and reading XML files
If you say file attached are you referring to files added as Resource file within your project or? I couldn't open your file due to that I'm currently using VS2010 … -
Replied To a Post in Windows Photo Gallery-like Program:
Which part doesn't work? The code is to guide and also give idea of how it can be done. As a coder you should have an idea. About your Linux, … -
Replied To a Post in Wait for process to finish
Ok will try that out and see and I will get back to you. -
Replied To a Post in Wait for process to finish
I've tried that but the problem was the same. The problem is that I call the `Close()` -
Replied To a Post in Wait for process to finish
Just found what I'm looking for. Its called ExitCode. Will post the link to the site where I've found it. I've been trying to post but my post wasn't submitted, … -
Replied To a Post in Wait for process to finish
To just answer your question of what's lock the file, the reason why I'm getting that error is because or should I say its occur only if the files are … -
Created Wait for process to finish
Hi Dw. I have a project that uses Process to marge some files, now because the merging can take quite sometime I've used BackgroundWork. The main problem I'm facing is … -
Began Watching Wait for process to finish
Hi Dw. I have a project that uses Process to marge some files, now because the merging can take quite sometime I've used BackgroundWork. The main problem I'm facing is … -
Began Watching VB.net and reading XML files
Hi there to all I'm trying to make application which should extract certain data from XML files. I'm using form, combobox and button. If someone could guide me because I'm … -
Replied To a Post in VB.net and reading XML files
What is your question exactly? Where are you having problem? -
Replied To a Post in Windows Photo Gallery-like Program:
If you feel that your question has been answered you might consider marking your question as solved. -
Replied To a Post in Windows Photo Gallery-like Program:
> You click a button, select a folder, default directory is desktop, clikc ok Me.FolderBrowserDialog1.RootFolder = Environment.SpecialFolder.Desktop > any pictures that are supported in the selected directory are shown in … -
Began Watching Windows Photo Gallery-like Program:
Hello! I recently installed windows vista on a old laptop, and i saw that it comes with a program called Windows photo gallery. Is there any way to make a … -
Replied To a Post in Windows Photo Gallery-like Program:
Well I think you have just answered your question on your second post. You know which tool, component to include within your project, so don't be lazy just get started … -
Began Watching VB.NET Apps not working with Windows 7
Hello. I have a weird problem with VB.NET applications. In Visual Studio 2013 the work just fine. But outside of VS, it does not run. At all. In a nutshell, … -
Replied To a Post in VB.NET Apps not working with Windows 7
I think your computer is infected with a virus. -
Replied To a Post in How to wait for response
What I mean is that how can I click a button and wait for the site to finish loading or perhaps if its possible the get the "Done" status message … -
Edited How to wait for response
I'm having the below code which works fine. The code is for typing some text on a website text field. In my case my site only have 2 components( it … -
Created How to wait for response
I'm having the below code which works fine. The code is for typing some text on a website text field. In my case my site only have 2 components( it … -
Began Watching How to wait for response
I'm having the below code which works fine. The code is for typing some text on a website text field. In my case my site only have 2 components( it … -
Created Make Win32 desktop app stay active
Hi Dw. I'm new to C++ nor Win32 app dev. I want my app to stay open or running even if I'm not interacting with it. And how to write … -
Began Watching Make Win32 desktop app stay active
Hi Dw. I'm new to C++ nor Win32 app dev. I want my app to stay open or running even if I'm not interacting with it. And how to write … -
Marked Solved Status for How to set Icon for my Application
Hi Dw I have created a program to lock files and by default when a file is locked the file changes from being a folder to a lock. So what … -
Replied To a Post in Working with AllocSysString
So how should I solve this? sorry I'm new to C++. -
Replied To a Post in How to set Icon for my Application
Thanks, the question has already been answered as to @Minimalist. I'm using a Phone at the moment and the option to mark thread solved is not visible. -
Created Working with AllocSysString
I'm getting "error C2039: 'AllocSysString' : is not a member of 'System::Char' error. I'm trying to assign the result to a string variable. wchar_t str; return str.AllocSysString(); But I'm getting … -
Began Watching Working with AllocSysString
I'm getting "error C2039: 'AllocSysString' : is not a member of 'System::Char' error. I'm trying to assign the result to a string variable. wchar_t str; return str.AllocSysString(); But I'm getting …
The End.