Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: stonee74
  • Content: Threads
  • Order by date
  1. stonee74

    excel process shutdown

    Hello there, I wrote an application using VB and OLE connections to excel.So far everything works fine. But I have problems if I close my application: an excel proces stays in the Process list of windows. This is very annoying, coz when i want to open another workbook from explorer, it hangs. I...
  2. stonee74

    Automatic dimensioning

    Hello, I am using MDT6 and try to automatically dimension an imported iges file. The command prompt states that blocks should be selected. What am I doing wrong. Are there specific tutorials around? Any tricks are greatly apprectiated stonee
  3. stonee74

    creating and accessing lists of objects

    Hi there, I would like to create a kind of list which can hold different objects created at runtime. (list.write(xxx)) Then i would need an instance of that class and read values from that list out to a self defined time (list.read()). What'a the best approach to do such a thing in c#? thanks...
  4. stonee74

    Accessing GUI

    Hi there, I want to split up my app into a GUI part and the some "working" parts behind. Which means to access certain parts of the GUI (e.g. Listbox) and fill it with data generated in nother methods of other classes. For me as a newbie i could maybe imagine some ways to do it, but...
  5. stonee74

    32byte Char[] Unicode array to string conversion

    Hi there, What's the best approach to convert a 32byte Char[] Unicode array to a simple string? char Name[0] char Name[1] char Name[2] ... char Name[31] thanks for your help, stonee
  6. stonee74

    byte[] to int conversion

    hi there, Just a quickie: Are there classes around to directly convert a 4byte big byte array to an Int32, or do I need to go the manual way? Thanks a lot, stonee
  7. stonee74

    conversion to byte[]

    hello again, I'm really getting crazy on this: I have an object, derived from another class containing some enums. I need to send this object down to a server via a socket. My problem is, that in c# this socket.send() method does not accept ref or pointers but by byte[]. I'm trying now since...
  8. stonee74

    unsafe statement in c#

    I receive the following message when I compile; unsafe bool Initialize() { //You can only take the address of unfixed expression inside of a fixed statement initializer CInit Data = new CInit(); return SendPacket(&Data.DataPacket...
  9. stonee74

    conversion form self defined type to byte array

    Hi, How can I convert a self defined datatype into a byte array? thanks a lot, stonee
  10. stonee74

    C++ vs. c#

    Hello There, Finally I have decided to rewrite an API from C++ to C#. So far all worked good but some things I do not really understand in C#. Maybe somebody can help me out! Imagine I have the following Code in C++: what would be the equivalent in C#? e.g. in respect to this void* which...
  11. stonee74

    FKey to fire Button event

    Hi guys, I did a script containing a button to execute a specific action. At the moment I use as the caption of the button &UP to be able to use shortrcut Alt-U. I would prefer using F9 Key instead, is there a slim way to do that, or do i really need to implement a message mechanism which waits...
  12. stonee74

    create a byte a byte array from a double value

    Hi Guys, I am currently developing a Client/Server program in Java. The server I try to understand sends somewhat unsigned double values whereas in JAVA only signed doubles do exist. However, can anybody give my an idea how to generate in C(++) a byte array from any double value to the console...
  13. stonee74

    #pragma pack (4) 4-Byte alignment in Java

    hey JavaGurus, I a currently starting to write a TCP/IP communication in Java (with sockets). I need to send data packets to a server, which will execute certain commands. Those packets should have a 4-Byte alignment convention. As far as I know VC++ default is 8 Byte. What about Java? Is that...
  14. stonee74

    C++ to JavaTranslator

    Hi guys, I am looking for a good C++ to Java Translator for a long time now. Does anybody knows a good one? Any help is greatly appreciated! regards, stonee
  15. stonee74

    Colored printout in 8.5 Reports, strange

    Hi there, Hoping to find an answer for my problems here. I am using CR 8.5 on W2k. I have some reports with embedded OLE bitmaps. They were originally converted from CR7 version. Everythings works ok so far, preview looks wonderful, but as soon I print them, the output looks grayscaled, no...
  16. stonee74

    Remote Control for PC

    I am looking for a (infrared) remote Control for my PC. I bought already the X-Point of Grandtec, but this was device misses a main feature I need(even if written on the package): It must be possible to program each individual button on that remote control with a Keyboard-Shortcut like F2 or...
  17. stonee74

    draw an image

    hey there, It's a simple beginner question: why is there no image on my panel? I can draw and so on, but it displays no pic, why? any help is greatly appreciated! stonee public class Frame0001 extends JFrame { public Frame0001() { } public static void main(String[] args) { Frame0001...
  18. stonee74

    regional settings (decimal seperator) within excel

    Hey guys, There is a problem and I need your help: I have 2 Computers, let's say A and B. On both there is Excel installed on WiNNT4. On Computer A, in regional settings the decimal seperator is set to "," on the other one "." When I copy now data from a database to Excel on...
  19. stonee74

    Export Reports to 3rd party formats

    Hi there, There is an option in CR7 to export specific reports to an third party format, like word, excel or many others. My problem is: since i have installed outlook on my machine, this export options are no longer available. It automatically exports the stuff to outlook, without leavin a...
  20. stonee74

    hey there, can somebody explain

    hey there, can somebody explain the detailed difference in between a power user and a restricetd user in win2k. Is it true, that a power user can't create any new users. If no, how to do that? thanks in advance stonee

Part and Inventory Search

Back
Top