
Georgen
Avatar/Signature-
Posts
34 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Events
Articles
Resources
Downloads
Gallery
Everything posted by Georgen
-
Where can I find the official documentation for GDI+? MSDN, I guess. Can I download that from Microsoft site? Sorry Ive never done that so I just dont know.
-
Why do you program... what do you like about it?
Georgen replied to realolman's topic in Water Cooler
One thing I love is the fact we do what Not many people do. We sit down and simply, and I mean Just... Think. The other day I was seated in a sofa in the Living room in my parent's house alone in the dark (well it just happen that the light was off). You know I was thinking about a program. My mom pass along and totally ignorant and amazed said: What are you doing?. When I told her I was thinking, well that was reason enough for speding the whole day laughing about it and making jokes like if it was something out of this world. About the meaning of life, come on, it's pretty obvious and I suppose you all know that is 83. -
Its been some time since I posted this... I encourage you to post your experiences here, in my case Id love to know about the people that hang in here, Im sure others feel the same... :)
-
oh, Im sorry, I really didnt knew that since I havent work with ADO.NET and stuff... I have indeed heard about the DataSet object or something like that, but I was not aware that the ..Recordset dissapeared... wow. well. If anybody can help me here... this is not about the code really is just about the problem with using the ' chararacter in the query, I just want to know how to deal with that. Any help is appreciated.
-
Oh ok, I understand now. Well hope that you solve your problem.!! ;)
-
Hi. Im sorry but I didnt understand what you meant, did you find the link helpfull or not? :confused:
-
Using the Find method of the ADODB.Recordset object when the query data contains this character: ' Hi, Ive been having some problems to do this. cnn.open sCnnStr ' The connections is stablished sQry = "SELECT * FROM Table" rst.open sQry, cnn ' Opening the recorset rst.find "field LIKE '" & arg & "*'" ' do the search OK I have two (2) questions for this code, what is the wild char I should use: "%" or "*". And second, what happen if the arg parameter contains the char ' in its definition. For example arg = "VB Programmer's Guide to the Windows 32 API". The arg string contains the character ' so when i do call the Find method it will generate an Error. (I think is error 3011, bah it doesnt matter). So in conclusion, how do I query data when the ' char appears.?? :p
-
I have an Idea. Is not about hot technology and is not neccesarily accomplished trough .NET but it is definetely something I plan to do this summer... Shell Extensions. Many corporate users find (incredible enough) a lot of great Ideas to extend the Windows Shell, since they spent the whole day working with the Windows File and Storage system. Ideas like letting the user to easily add new namespaces, default type folders with different icons, changing the Icon of whatever the user want... Well thats my idea. :)
-
Hope this helps... Hi <PentiumGuy>, as far as I know, Windows XP Home doesnt bring the IIS, actually IIS (Internet Information Server) Is built in the systema and comes with Windows XP Professional which is essentially destined for Developers. In contrast, Windows XP Home is not. (Im not saying XP Home sukks, it actually has many cool features missing in Pro like EFS, NTFS perm control but I really dont know much about that). :D ... however, did you guess it? There are workarounds.. Try the following link IIS in XP Home Other options are the Apache Web server.. but I prefer to stick with everything that comes from Microsoft... Is that a good Idea? Time will tell! Let me know if you solve the problem!!! ;)
-
Well thanks anyway... Ill check that MsAgent out because Ive heard of it in the past but never thought it had something to do with my post... thanks PentiumGuy!!! :D
-
Helloo! I was thinking it could be nice if we can tell here some or at least one of the projects that we have worked on in our careers. It doesn't matter the kind of projects, the idea is not to categorize the project and how hard it was or whatever, I just pretend to know more about the folks around here in a more personal (story-like) way. :p I'll start myself: "Nothing too fancy nor trascendental but definetely was my first long-term project, I was 19 (Ok Im Just barely 20), and thanks to a friend of mine that recommended me to this company in the city I live a receive that call that terrored me. I went to the interview, it took like 2 hours the whole thing. I came home and I was amazed, I was gonna do something actually usefull for anyone. I started programming and after 2 months I release the first test-run. It worked fine besides some issues with the DataBase access, (problems with the outdated providers of the client machine) I managed to solve it at deadline limit. :cool: But that was not the end, they wanted more and more, and I was like Is there more money? Is there more money? Ok I got screwed :mad: ... but I dont feel bad cause the xperience its not something anybody can read or buy. So after another month (maybe less) I gave birth to Auto-Track a system to keep track of the company business (operators, clients, transactions, sold security alarms and other specifications). I took my first step into the wild but honestly everyday I find how small and insignificant I am... ironically that is what keeps me going!!" Ok, that was my story! Feel like sharing?? :rolleyes:
-
Well thanks for that... by the way how come you dont know what Im talking about? When I say effects I mean all imaginable types of effects. For example, when using the OFFICE assitant it will (if set to) play an animation when getting closed or opened; and thats why I imagine would be great to do with Windows. Furthermore, the creation of an AddOn that (resembles powerpoint) allows the programmer add this animations, customize his/her owns, and so on. (Tell me, is that a taken Idea or it is original) Note: Is you find that project and feel like sharing I'd appreciate that you post it here for the common use of every1. ThankS! :D
-
Communicate my applicaction with other hardware devices.
Georgen replied to Georgen's topic in Water Cooler
Oh... ???, wow that's what i was looking for, can you tell me more? I will do a search in Google anyway! but can you give me more information. That solution would be so fancy for my project!! :) -
Ok, thanks to everyone!
-
Communicate my applicaction with other hardware devices.
Georgen replied to Georgen's topic in Water Cooler
... I just realized it was a sstupid Idea because.. what if the user password contains alphabet characters... (well anyway)... Id like to have some info on the subject. Is there a MsComm control in .NET or any similar? In short, I wont do the keypad now, but how can I solve the problem I just mentioned... what about second keyboard? has anybody ever programmed two keyboards at the same time? can it be done? So many questions... any answer or whatever suggestions is ok!! thanks!! :) -
Oh. H e l l Yeah!! It looks very interesting. Actually the whole UserControl programming is great. (I have heard that was Alan Cooper who initially came on with the Idea, what an Idea!!) Yes .NET adds so many facilities with all those extra events that VB needed subclassing to go around, Im happy about that, I suppose I will need subclassing when a proble arises. Cool by now. By the way the control Ive bee talking all along is a Splitter Control, just like the one that came with my VS.NET. (well ten-times less cooler)... but anyway I havent been able to make it work. (I should keep trying but forgetting the past and getting to work the new tech sure seems more exciting!!) Note: Go learn it yourself so you can explain me later. gg (kddin)
-
okee.. :D So knowing some GDI wont help much, is that because DirectX is totally different graphic programming architecture? ... Ill sure check your tuts out.. ..and about the last thing on window's cool effects I PArtially meant non-rectangular windows, I also meant special effects like smoothy borders, fog effects, opening and closing animations... like programming a powerpoint animation... so what do you say? Note: Tell me if this Idea has already been used... That I just said about powerpoint.. Imagine an Vb AddOn to make speciall effects and animations to windows (all-classes) with and easy to use, powerpoint or (anything else) style? :p
-
Hi... I remember when I bought Age of Empires 1 a long time ago, didnt know anything about programming or so... I remember the popup window saying that the game needed DirectX... My question, perhaps silly, is: Is DirectX technology used in todays top-selling games? Should I learn it? How hard will it get If I just know some basic GDI? ... and finally, can I use DirectX (If I knew it) to make cool windows effects? :confused: :p
-
Im designing/developing this system where the security is very important. There is an operator that allows different users enter their passwords so the operator can do stuff with their accounts. This can be a system for many different projects. The problem is, Im not going to provide a second keyboard for the user to type its password, since it is the only thing he/she needs to do. Instead I want to use a hardware device that is like a small KeyPad (like those used in credit card transactions). Now... How can I program such device? Does the vendor of those things provides APIs for program it? What if I had one (I dont right now) and connect it to my Pc, will Windows generate MESSAGES for it? Any suggestions or ideas... :D
-
Ok. I agree with you, .NET is the way to go... I just felt curious. You know, my control in VB made extensive use of the Windows API and subclassing the container form of the object, and other cool stuff too. I wonder now. . . (Im not very advanced in .NET) but how much different is programming a UserControl in .NET that what it was in VB6. I understand in VB6 all of it was pure disguised COM, now in .NET im not very sure.
-
Thanks a LOT guys!! I wanna try both ways. I can guess the shared folder way is nonsense for real stuff, but I want first to understand the basics. I'll let you know of my advances with it!! Thanks again!
-
Well it is a control a made with Visual Basic 6. It has nothing special, but perhaps I should create a new one with VB6, totally random to test if I have some problem. I'll let you know. By the way... my VS.NET pre-release, has this great control StripMenu but it has a lot of bugs, I mean the .NET control doesnt work fine! What about it?
-
A general general of everything forum...
Georgen replied to Georgen's topic in Suggestions, Bugs, and Comments
Well, Thank you for your response. -
What you want to do is to change the files while they are inside the CAB file? Why dont you just make the CAB file again? ... but now that you say that, I remember thinking how cool it would be if one could change the contents of a compressed file without compressing it again.