- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
Re: to adjust the form's resolution you just have to set it to maximized and topmost to true. the controls inside the form will not be adjusted if the sizes are static. to dynamically change the forms controls you have to dock the controls, for you to be able to still … | |
Re: languages can either be system or application, low level languages are sure system software, higher level languages can be application but not all. C/c++ java assembly are system software python scripting can be said as application software but i think the better answer is that languages are system software, their … | |
Re: do you get the previous number, if so then after you increment it you should format it to string to make it 002. if you are not getting the previous number correctly you should add order by id desc. **Fake signature snipped** | |
Re: class, faculty and room scheduling system if he does'nt think that is good enough, add this feature, shortest path algorithm that will look for the next room that can be used by the faculty. **Fake signature snipped** | |
Re: yes if you are not using system calls of linux and windows. if you want your assembly code to run on both operating system, you have to switch the os to real time and use bios calls. but i dont think that is a good thing to do, and i … | |
Re: you have to create a parse tree of the float chart, then you can do a depth first search to get the contents of the parse tree and create your pseudo code. if you are not familiar with the depth first algorithm, this is how it works, you have to … | |
Re: find a gui builder that can do that, if you dont want too, then create your own gui builder that can do what you want to. | |
Re: create routines | |
Re: you could make use of ajax, just echo the xml information then do whatever you want to do with the xml data | |
Re: > Below is the code from where when I press a button a form is create on the basic for rows returned by the above code. ?? |
The End.